添加地址功能:手机号需要添加正则验证

This commit is contained in:
cbb
2025-12-25 17:50:11 +08:00
parent 334c0800fa
commit 1aab94bbc3
91 changed files with 13903 additions and 24 deletions

View File

@@ -68,7 +68,8 @@
{
"path": "pages/mall/detail",
"style": {
"navigationBarTitleText": "商品详情"
"navigationBarTitleText": "商品详情",
"navigationStyle": "custom"
}
},
{
@@ -76,6 +77,24 @@
"style": {
"navigationBarTitleText": "确认订单"
}
},
{
"path": "pages/address/index",
"style": {
"navigationBarTitleText": "地址列表"
}
},
{
"path": "pages/address/add",
"style": {
"navigationBarTitleText": "添加地址"
}
},
{
"path": "pages/address/edit",
"style": {
"navigationBarTitleText": "修改地址"
}
}
],
"globalStyle": {