|
@@ -225,10 +225,9 @@
|
|
|
//渔家乐
|
|
|
info() {
|
|
|
this.$api.get('/api/fishering/personCenterOrderDetail/' + this.orderCode).then(res => {
|
|
|
- console.log(res)
|
|
|
if (res.data.code == 0) {
|
|
|
this.infoMation = res.data.data;
|
|
|
- this.isFisheringGoodsDTOCoverImg = this.infoMation.isFisheringGoodsDTO.coverImg||'';
|
|
|
+ if(this.merchantType == 10) this.isFisheringGoodsDTOCoverImg = this.infoMation.isFisheringGoodsDTO.coverImg||'';
|
|
|
}
|
|
|
})
|
|
|
},
|
|
@@ -239,7 +238,7 @@
|
|
|
}).then(res => {
|
|
|
if (res.data.code == 0) {
|
|
|
this.infoMation = res.data.data;
|
|
|
- this.isFisheringGoodsDTOCoverImg = this.infoMation.isFisheringGoodsDTO.coverImg||'';
|
|
|
+ if(this.merchantType == 10) this.isFisheringGoodsDTOCoverImg = this.infoMation.isFisheringGoodsDTO.coverImg||'';
|
|
|
this.infoMation.productsDetail = JSON.parse(res.data.data.productsDetail);
|
|
|
}
|
|
|
})
|