zs 1 年之前
父節點
當前提交
efd7dcebd8
共有 2 個文件被更改,包括 8 次插入1 次删除
  1. 7 0
      pages.json
  2. 1 1
      pagesMy/refund/index.vue

+ 7 - 0
pages.json

@@ -106,6 +106,13 @@
 						"navigationBarTitleText": "用户管理",
 						"enablePullDownRefresh": true
 					}
+				},
+				{
+					"path": "refund/index",
+					"style": {
+						"navigationBarTitleText": "申请退货",
+						"enablePullDownRefresh": true
+					}
 				},
 				{
 					"path": "buyExamine/index",

+ 1 - 1
pagesMy/refund/index.vue

@@ -141,7 +141,7 @@
 					status: '60'
 				};
 				let res;
-				res = await that.$api(`/OrderDetail`, 'GET', {
+				res = await that.$api(`/OrderDetail/queryInfo`, 'GET', {
 					...info,
 					...that.searchInfo
 				});