Browse Source

bug 修复

lilei 2 years ago
parent
commit
2d73b73b6a
2 changed files with 2 additions and 2 deletions
  1. 1 1
      pages/index/index.vue
  2. 1 1
      pagesA/digitalShelf/choosePart.vue

+ 1 - 1
pages/index/index.vue

@@ -423,7 +423,7 @@
 			},
 			},
 			// 单击banner
 			// 单击banner
 			clickBanner(index){
 			clickBanner(index){
-				if(index == 1 && this.hasRedPacket){
+				if(index == 0 && this.hasRedPacket){
 					uni.navigateTo({url:"/pages/morePage/redPacket"})
 					uni.navigateTo({url:"/pages/morePage/redPacket"})
 				}
 				}
 			},
 			},

+ 1 - 1
pagesA/digitalShelf/choosePart.vue

@@ -305,7 +305,7 @@
 			this.getCarCodeByVin()
 			this.getCarCodeByVin()
 			// 记录
 			// 记录
 			if(opts.type == 'log'){
 			if(opts.type == 'log'){
-				this.scanVinLogCopy()
+				// this.scanVinLogCopy()
 			}
 			}
 			// 游客
 			// 游客
 			if(this.userInfo.sysUserFlag == '0'){
 			if(this.userInfo.sysUserFlag == '0'){