Browse Source

bug 修复

lilei 2 năm trước cách đây
mục cha
commit
2d73b73b6a
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  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
 			clickBanner(index){
-				if(index == 1 && this.hasRedPacket){
+				if(index == 0 && this.hasRedPacket){
 					uni.navigateTo({url:"/pages/morePage/redPacket"})
 				}
 			},

+ 1 - 1
pagesA/digitalShelf/choosePart.vue

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