新增部分优惠券页面

This commit is contained in:
gyq
2025-11-20 10:27:08 +08:00
parent 805236dc5d
commit f74364a253
13 changed files with 887 additions and 368 deletions

View File

@@ -636,7 +636,8 @@
"pageId": "PAGES_MARKET_DISTRIBUTION_INDEX",
"path": "distribution/index",
"style": {
"navigationBarTitleText": "分销"}
"navigationBarTitleText": "分销"
}
},
{
"pageId": "PAGES_LIMIT_DISCOUNT_ADD",
@@ -644,6 +645,20 @@
"style": {
"navigationBarTitleText": "添加限时折扣"
}
},
{
"pageId": "PAGES_EXCHANGE_COUPON",
"path": "exchangeCoupon/index",
"style": {
"navigationBarTitleText": "商品兑换券"
}
},
{
"pageId": "PAGES_ADD_COUPON",
"path": "addCoupon/index",
"style": {
"navigationBarTitleText": "添加优惠券"
}
}
]
},