liwei2496 7 ay önce
ebeveyn
işleme
a7cf4ec460
3 değiştirilmiş dosya ile 1441 ekleme ve 506 silme
  1. 2 3
      pages.json
  2. 1424 491
      pagesHouse/Verification/detailsewm.vue
  3. 15 12
      pagesHouse/Verification/ems.vue

+ 2 - 3
pages.json

@@ -212,9 +212,8 @@
 				{
 					"path": "Verification/detailsewm",
 					"style": {
-						"navigationBarTitleText": "订单详情",
-						"enablePullDownRefresh": false
-						// "navigationStyle": "custom"
+						"navigationBarTitleText": "订单详情"
+						
 					}
 				},
 				{

Dosya farkı çok büyük olduğundan ihmal edildi
+ 1424 - 491
pagesHouse/Verification/detailsewm.vue


+ 15 - 12
pagesHouse/Verification/ems.vue

@@ -27,19 +27,22 @@
 					success: (res) => {
 						console.log('扫描二维码成功,结果:' + res.result);
 						
-						this.$api.post('/api/merchant/food/scenic/merchant/order/verifyOrderQrCode?writeOffCode',res.result)
-							.then(res => {
-								if (res.data.code == 0) {
-									uni.navigateTo({
-										url: "/pagesHouse/Verification/detailsewm?list=" + JSON.stringify({
-											...res.result
-										})
-									})
+						uni.navigateTo({
+							url: "/pagesHouse/Verification/detailsewm?list=" + res.result
+						})
+						// this.$api.post('/api/merchant/food/scenic/merchant/order/verifyOrderQrCode?writeOffCode',res.result)
+						// 	.then(res => {
+						// 		if (res.data.code == 0) {
+						// 			uni.navigateTo({
+						// 				url: "/pagesHouse/Verification/detailsewm?list=" + JSON.stringify({
+						// 					...res.result
+						// 				})
+						// 			})
 									
-								} else {
-									this.$showToast(res.data.msg)
-								}
-							})
+						// 		} else {
+						// 			this.$showToast(res.data.msg)
+						// 		}
+						// 	})
 					},
 					error: (res) => {
 						console.log('扫描二维码出现错误')