@@ -106,6 +106,13 @@
"navigationBarTitleText": "用户管理",
"enablePullDownRefresh": true
}
+ },
+ {
+ "path": "refund/index",
+ "style": {
+ "navigationBarTitleText": "申请退货",
+ "enablePullDownRefresh": true
+ }
},
{
"path": "buyExamine/index",
@@ -141,7 +141,7 @@
status: '60'
};
let res;
- res = await that.$api(`/OrderDetail`, 'GET', {
+ res = await that.$api(`/OrderDetail/queryInfo`, 'GET', {
...info,
...that.searchInfo
});