Commit 0a02b924 authored by Junling Bu's avatar Junling Bu
Browse files

feat[litemall-wx, litemall-wx-api]: 支持售后申请、售后详情和售后列表页面

parent f64f7d12
......@@ -186,6 +186,7 @@ page {
.order-bottom .address {
height: 128rpx;
padding-top: 25rpx;
border-top: 1px solid #f4f4f4;
border-bottom: 1px solid #f4f4f4;
}
......
......@@ -6,7 +6,18 @@
"postcss": true,
"minified": true,
"newFeature": true,
"uglifyFileName": true
"coverView": true,
"autoAudits": false,
"uglifyFileName": true,
"checkInvalidKey": true,
"checkSiteMap": true,
"uploadWithSourceMap": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"nodeModules": true
},
"compileType": "miniprogram",
"libVersion": "2.4.0",
......@@ -30,6 +41,10 @@
"game": {
"list": []
},
"gamePlugin": {
"current": -1,
"list": []
},
"miniprogram": {
"current": 22,
"list": [
......@@ -274,6 +289,27 @@
"pathName": "pages/groupon/myGroupon/myGroupon",
"query": "",
"scene": null
},
{
"id": -1,
"name": "申请售后",
"pathName": "pages/ucenter/aftersale/aftersale",
"query": "id=2",
"scene": null
},
{
"id": -1,
"name": "售后列表",
"pathName": "pages/ucenter/aftersaleList/aftersaleList",
"query": "",
"scene": null
},
{
"id": -1,
"name": "售后详情",
"pathName": "pages/ucenter/aftersaleDetail/aftersaleDetail",
"query": "id=1",
"scene": null
}
]
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment