zhangdan 4 years ago
parent
commit
f4890c0e19
2 changed files with 7 additions and 0 deletions
  1. 6 0
      pages.json
  2. 1 0
      pages/order/waitOrderDetail.vue

+ 6 - 0
pages.json

@@ -76,6 +76,12 @@
 				"navigationBarTitleText": "回收统计"
 				"navigationBarTitleText": "回收统计"
 			}
 			}
 		},
 		},
+		{
+			"path": "pages/order/finish",		
+			"style": {
+				"navigationBarTitleText": "预约结果"
+			}
+		},
 		{
 		{
 			"path": "pages/store/storeList",		
 			"path": "pages/store/storeList",		
 			"style": {
 			"style": {

+ 1 - 0
pages/order/waitOrderDetail.vue

@@ -302,6 +302,7 @@
 							title: res.message,
 							title: res.message,
 							icon: 'none'
 							icon: 'none'
 						})
 						})
+						console.log('=============跳转')
 						uni.redirectTo({
 						uni.redirectTo({
 							url: '/pages/order/finish?money=' + res.data
 							url: '/pages/order/finish?money=' + res.data
 						})
 						})