caojunjie 4 年之前
父節點
當前提交
4d432ee01c
共有 5 個文件被更改,包括 9 次插入7 次删除
  1. 1 1
      manifest.json
  2. 2 1
      pages/home/monthly-policy/monthly-policy.vue
  3. 6 5
      pages/home/scancode/scancodeout.vue
  4. 二進制
      static/mp3/prohibit.mp3
  5. 二進制
      static/sailun/88reward.png

+ 1 - 1
manifest.json

@@ -2,7 +2,7 @@
     "name" : "耀灵掌上通",
     "appid" : "__UNI__0C3473D",
     "description" : "测试",
-    "versionName" : "0.0.4",
+    "versionName" : "0.0.5",
     "versionCode" : "100",
     "transformPx" : false,
     "app-plus" : {

+ 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 - 5
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'

二進制
static/mp3/prohibit.mp3


二進制
static/sailun/88reward.png