Ver Fonte

Merge branch 'test' of git.echepei.com:sailun/sailun-tbr-web into test

qukaidi há 4 anos atrás
pai
commit
6ef60d19d7

+ 2 - 1
pages/home/monthly-policy/monthly-policy.vue

@@ -29,7 +29,8 @@
 					url: '/homepage/getArticleOne',
 					method: 'post',
 					data: {
-						"displayType": "1" //门店1
+						"displayType": "1" ,//门店1
+						// storeId: this.$store.state.storeInfo.storeId,
 					}
 				}).then(res => {
 					console.log(res)

+ 6 - 8
pages/home/scancode/scancodeout.vue

@@ -222,13 +222,10 @@
 			async addreev(res, x) {
 				this.address = x
 				this.degree = res
-				
-				
 			},
 			//手动录入调用
 			manualentry() {
 				if (this.number_a.length != 0) {
-					
 					if (this.degree == undefined) {
 						uni.showToast({
 							icon: 'none',
@@ -251,9 +248,7 @@
 									scanAddress: this.address
 								}
 							}).then(res => {
-								
 								if (res.data.code == 513) {
-									
 									let name = 'regular'
 									this.tipss(res, name)
 									return
@@ -270,6 +265,12 @@
 									this.tipss(res, name)
 									return
 								}
+								if (res.data.code == 516) {
+									
+									let name = 'prohibit'
+									this.tipss(res, name)
+									return
+								}
 								if (res.data.code == 517) {
 									
 									let name = 'atypism'
@@ -289,15 +290,12 @@
 									return
 								}
 								if (res.data.code == 500) {
-									
 									let name = 'error'
 									this.tipss(res, name)
 									return
 								}
 								if (res.data.code == 0) {
-									
 									this.res = res
-									
 									for (let i = 0; i < this.lisi.length; i++) {
 										if (this.lisi[i].tireNumber == res.data.data[0].tirenumber) {
 											

BIN
static/mp3/prohibit.mp3