caojunjie 4 years ago
parent
commit
52c0a73266
3 changed files with 3 additions and 4 deletions
  1. 1 1
      manifest.json
  2. 1 2
      pages/home/Scan-code-out/index.vue
  3. 1 1
      pages/home/index.vue

+ 1 - 1
manifest.json

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

+ 1 - 2
pages/home/Scan-code-out/index.vue

@@ -99,7 +99,7 @@
 					type:'redirectTo',
 					type:'redirectTo',
 					url: 'pages/me/Delivery-details/index'
 					url: 'pages/me/Delivery-details/index'
 				})
 				})
-
+				this.datalist = ''
 			},
 			},
 			location(){
 			location(){
 				let this_s = this
 				let this_s = this
@@ -141,7 +141,6 @@
 					this.nonRegularTyreNumbers = res.data.data.nonRegularTyreNumbers //非正规胎号
 					this.nonRegularTyreNumbers = res.data.data.nonRegularTyreNumbers //非正规胎号
 					this.notScanInTyres = res.data.data.notScanInTyres //未入库轮胎号
 					this.notScanInTyres = res.data.data.notScanInTyres //未入库轮胎号
 					
 					
-					this.datalist = ''
 				}).catch(err => {
 				}).catch(err => {
 					
 					
 				}).finally(() => {
 				}).finally(() => {

+ 1 - 1
pages/home/index.vue

@@ -96,7 +96,7 @@
 				axios.all([this.getBanners(), this.getTiceList()])
 				axios.all([this.getBanners(), this.getTiceList()])
 					.then(axios.spread((one, two) => {
 					.then(axios.spread((one, two) => {
 						this.bannersList = one.data.data.map(t => t.imgPath)
 						this.bannersList = one.data.data.map(t => t.imgPath)
-						console.log(one)
+						// console.log(one)
 						this.noticebarList = two.data.data.map(t => t.msgContent)
 						this.noticebarList = two.data.data.map(t => t.msgContent)
 					}))
 					}))
 					.catch(err => {
 					.catch(err => {