zs %!s(int64=2) %!d(string=hai) anos
pai
achega
100ad98f85
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 2 1
      pagesHome/order/detail.vue
  2. 0 1
      pagesHome/order/order.vue

+ 2 - 1
pagesHome/order/detail.vue

@@ -166,6 +166,7 @@
 					{
 						icon: 'cart',
 						text: '购物车',
+						route: 'pages/market/index',
 					}, {
 						icon: 'chat',
 						text: '客服',
@@ -224,7 +225,7 @@
 			//店铺,购物车,客服跳转
 			onClick(e) {
 				if (e && e.content.route) {
-					uni.navigateTo({
+					uni.reLaunch({
 						url: `/${e.content.route}`
 					})
 				}

+ 0 - 1
pagesHome/order/order.vue

@@ -170,7 +170,6 @@
 									title: '删除信息成功',
 									icon: 'none'
 								})
-								that.clearPage();
 								that.search();
 							} else {
 								uni.showToast({