mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
feat: 更新地址信息接口,优化地址选择逻辑和表单验证
This commit is contained in:
@@ -698,9 +698,9 @@ export interface PointGoodsModel {
|
||||
export interface AddressInfo {
|
||||
id?: string
|
||||
province: string
|
||||
city: string
|
||||
district: string
|
||||
street: string
|
||||
city?: string
|
||||
district?: string
|
||||
street?: string
|
||||
address: string
|
||||
phone: number
|
||||
name: string
|
||||
|
||||
Reference in New Issue
Block a user