|
@@ -66,6 +66,7 @@ var productDetail = new Vue({
|
|
|
isShowMoreButton:false,
|
|
|
totalPrice:0, // 勾选配套商品总价格
|
|
|
totalNumber:0, // 勾选配套商品总数量
|
|
|
+ isShowCaimeiShop:false
|
|
|
},
|
|
|
filters: {
|
|
|
TypeFormat: function (value) {
|
|
@@ -176,6 +177,9 @@ var productDetail = new Vue({
|
|
|
_self.recommendType = product.recommendType ? product.recommendType : 0;
|
|
|
_self.archiveId = product.archiveId; // 保存资料列表id
|
|
|
_self.productDetailChose = product.productDetailChose; // 同资质机构显示商品详情
|
|
|
+ if(product.shopId == 10235){
|
|
|
+ _self.isShowCaimeiShop = true
|
|
|
+ }
|
|
|
if (product.userLike && product.userLike == 1) {// 商品收藏
|
|
|
_self.collectionType = true
|
|
|
} else {
|