Browse Source

默认门店

twt 1 year ago
parent
commit
6677628d62
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/activity/jkDetail.vue

+ 2 - 2
pages/activity/jkDetail.vue

@@ -900,14 +900,14 @@
 					this.info.shopList.forEach(item=>{
 						
 						if(item.id==shopinfo.id){
-
+                            this.ckshopdata=shopinfo
 							this.shopInfo=shopinfo
 							this.shopName=this.shopInfo.shopName
 						}
 					})
 					if(this.shopInfo==''){
 						this.shopInfo=this.info.shopList[0]
-						this.shopName=this.shopInfo.shopName
+						//this.shopName=this.shopInfo.shopName
 					}
 					 this.beginTimer();
 				})