|
@@ -271,7 +271,6 @@
|
|
|
// });
|
|
|
},
|
|
|
onLoad(options){
|
|
|
- console.log("jjdddjeee")
|
|
|
this.goodId = options.id; // 商品和酒店Id
|
|
|
this.activeindex = 0;
|
|
|
this.getshopdetail(); // 获取商品详情
|
|
@@ -532,6 +531,10 @@
|
|
|
this.store_slide.push(item);
|
|
|
}
|
|
|
})
|
|
|
+ let src= this.pictureUrl+'/uploads/home/store/'+data.store_id+'/'+data.store_banner;
|
|
|
+ if(this.store_slide.length == 0) {
|
|
|
+ this.store_slide.push(src);
|
|
|
+ }
|
|
|
this.storeinformation = data;
|
|
|
this.store_summary = data.store_summary;
|
|
|
const regex = new RegExp('<img', 'gi');
|