会员列表,详情,充值,订单列表

This commit is contained in:
wwz
2025-03-01 14:38:02 +08:00
parent 0ab9235f6c
commit 04a84aa17f
33 changed files with 5665 additions and 982 deletions

View File

@@ -41,6 +41,12 @@
"navigationStyle": "custom"
}
},
{
"path": "pages/product/choosetable",
"style": {
"navigationBarTitleText": "选择人数"
}
},
{
"path": "pages/order/index",
"style": {
@@ -59,6 +65,48 @@
"allowsBounceVertical": "NO"
}
}
},
{
"path": "pages/user/member/index",
"style": {
"navigationBarTitleText": "会员充值"
}
},
{
"path": "pages/user/member/list",
"style": {
"navigationBarTitleText": "会员列表"
}
},
{
"path": "pages/user/member/memberdetails",
"style": {
"navigationBarTitleText": "会员卡"
}
},
{
"path": "pages/user/member/billDetails",
"style": {
"navigationBarTitleText": "账单明细"
}
},
{
"path": "pages/user/member/qrcode",
"style": {
"navigationBarTitleText": "会员支付码"
}
},
{
"path": "pages/user/myself",
"style": {
"navigationBarTitleText": "个人资料"
}
},
{
"path": "pages/user/coupon",
"style": {
"navigationBarTitleText": "优惠卷"
}
}
],
"uniIdRouter": {},