针对个人主页与照片显示做了修改
This commit is contained in:
@@ -83,6 +83,16 @@ export interface OrderItem {
|
||||
sku: string
|
||||
}
|
||||
|
||||
/** 收货地址 */
|
||||
export interface AddressItem {
|
||||
id: string
|
||||
name: string
|
||||
phone: string
|
||||
region: string[] // [province, city, district]
|
||||
detail: string // 门牌号/详细地址
|
||||
isDefault: boolean
|
||||
}
|
||||
|
||||
/** 编辑器中的图片状态(向后兼容) */
|
||||
export interface ImageState {
|
||||
id: string
|
||||
|
||||
Reference in New Issue
Block a user