新增退货流程

This commit is contained in:
唐明明
2023-08-29 13:53:48 +08:00
parent 308aeeafb5
commit 510cbeb181
17 changed files with 404 additions and 13 deletions

View File

@@ -34,7 +34,10 @@
"pages/pay/success/success",
"pages/resetPassword/resetPassword",
"pages/refund/refund",
"pages/refund/aftersale/aftersale"
"pages/refund/aftersale/aftersale",
"pages/refund/info/info",
"pages/refund/deliver/deliver",
"pages/refund/logs/logs"
],
"window": {
"backgroundTextStyle": "light",
@@ -67,6 +70,9 @@
"selectedColor": "#da2b54",
"borderStyle": "white"
},
"requiredPrivateInfos": [
"chooseAddress"
],
"style": "v2",
"sitemapLocation": "sitemap.json"
}