完善收货地址管理

This commit is contained in:
2025-05-03 13:55:05 +08:00
parent 436a519966
commit 9c7e8b59c2
296 changed files with 45277 additions and 6329 deletions

View File

@ -22,7 +22,8 @@
"path": "pages/my/my",
"style": {
"navigationBarTitleText": "我的",
"navigationStyle": "custom"
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
},
{
@ -156,6 +157,18 @@
"style": {
"navigationBarTitleText": "设置"
}
},
{
"path": "pages/address/address",
"style": {
"navigationBarTitleText": "收货地址"
}
},
{
"path": "pages/address/address_edit",
"style": {
"navigationBarTitleText": "收货地址"
}
}
]
}