添加“收货地址”模板页

This commit is contained in:
icssoa
2025-08-27 19:03:00 +08:00
parent b67fc5685a
commit fce9d1998a
5 changed files with 441 additions and 0 deletions

View File

@@ -446,6 +446,19 @@
"style": {
"navigationStyle": "custom"
}
},
{
"path": "shop/address",
"style": {
"navigationBarTitleText": "收货地址",
"enablePullDownRefresh": true
}
},
{
"path": "shop/address-edit",
"style": {
"navigationBarTitleText": "编辑地址"
}
}
]
}