|
@@ -250,7 +250,9 @@
|
|
|
if (this.options.type == 4 && this.options.id) {
|
|
|
this.getserviceDetailInfo(this.options.id);
|
|
|
}
|
|
|
- this.goodsDetail(this.options.id)
|
|
|
+ if(this.options.type != 3){
|
|
|
+ this.goodsDetail(this.options.id)
|
|
|
+ }
|
|
|
this.loadComment(this.options.id);
|
|
|
},
|
|
|
onShow() {
|
|
@@ -392,7 +394,8 @@
|
|
|
this.dataForm = res.data;
|
|
|
this.goodsId = res.data.id;
|
|
|
this.imglist = res.data.cover.split(",");
|
|
|
-
|
|
|
+ this.goodsDetail(res.data.goods_id)
|
|
|
+
|
|
|
this.getIndexList(res.data.shop_id);
|
|
|
|
|
|
if (res.data.active_state == 0) {
|