|
@@ -70,7 +70,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="bottomBox">
|
|
|
+ <view class="bottomBox" v-if="!hideBuyState">
|
|
|
<view class="priceTag">¥ {{toFixed(detail.standPrice)}}</view>
|
|
|
<view style="display: flex;color: #FFFFFF;align-items: center;">
|
|
|
<view class="btn1" @click="addCart">加购物车</view>
|
|
@@ -120,7 +120,7 @@ export default {
|
|
|
startTime:0
|
|
|
};
|
|
|
},
|
|
|
- computed: { ...mapGetters(['userInfo','goodsAuditionConfigIdList','playSectionId']) },
|
|
|
+ computed: { ...mapGetters(['userInfo','goodsAuditionConfigIdList','playSectionId','hideBuyState']) },
|
|
|
onLoad(option) {
|
|
|
this.id = option.id;
|
|
|
this.getDetail()
|