zs 2 vuotta sitten
vanhempi
commit
bccdb804c2
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 3 3
      pagesMy/order/all.vue

+ 3 - 3
pagesMy/order/all.vue

@@ -528,7 +528,7 @@
 					})
 				} else {
 					uni.navigateTo({
-						url: `/pagesMy/logistics/index?id=${e._id}&type=${'groupAfterSale'}`
+						url: `/pagesMy/logistics/index?id=${e._id}&type=${'order'}`
 					})
 				}
 			},
@@ -609,7 +609,7 @@
 				const that = this;
 				that.clearPage();
 				uni.navigateTo({
-					url: `/pagesMy/order/appraise?id=${e._id}`
+					url: `/pagesMy/order/appraise?id=${e._id}&status=${'0'}`
 				})
 			},
 			// 申请售后
@@ -703,7 +703,7 @@
 			.tabsList {
 				position: relative;
 				width: 100vw;
-				height: 87vh;
+				height: 90vh;
 
 				.one_1 {
 					padding: 2vw;