zs 2 years ago
parent
commit
100ad98f85
2 changed files with 2 additions and 2 deletions
  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',
 						icon: 'cart',
 						text: '购物车',
 						text: '购物车',
+						route: 'pages/market/index',
 					}, {
 					}, {
 						icon: 'chat',
 						icon: 'chat',
 						text: '客服',
 						text: '客服',
@@ -224,7 +225,7 @@
 			//店铺,购物车,客服跳转
 			//店铺,购物车,客服跳转
 			onClick(e) {
 			onClick(e) {
 				if (e && e.content.route) {
 				if (e && e.content.route) {
-					uni.navigateTo({
+					uni.reLaunch({
 						url: `/${e.content.route}`
 						url: `/${e.content.route}`
 					})
 					})
 				}
 				}

+ 0 - 1
pagesHome/order/order.vue

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