增加分销页面,订单增加会员折扣

This commit is contained in:
2025-10-25 16:31:38 +08:00
parent 26532150b5
commit 845d9f7b40
39 changed files with 5988 additions and 43 deletions

View File

@@ -244,12 +244,45 @@
{
"root": "distribution",
"pages": [{
"path": "index",
"style": {
"navigationBarTitleText": "分销中心",
"navigationStyle": "custom"
"path": "index",
"style": {
"navigationBarTitleText": "分销中心",
"navigationStyle": "custom"
}
},
{
"path": "withdraw/index",
"style": {
"navigationBarTitleText": "提现",
"navigationStyle": "custom"
}
},
{
"path": "shiming/index",
"style": {
"navigationBarTitleText": "实名认证"
}
},
{
"path": "shop-detail/index",
"style": {
"navigationBarTitleText": "分销中心",
"navigationStyle": "custom"
}
},
{
"path": "income-details/index",
"style": {
"navigationBarTitleText": "收益明细"
}
},
{
"path": "poster",
"style": {
"navigationBarTitleText": "poster"
}
}
}, ]
]
}
],
"uniIdRouter": {},