This commit is contained in:
2020-07-15 17:38:41 +08:00
parent ffb216870c
commit 91241682de
3 changed files with 24 additions and 46 deletions

View File

@@ -41,8 +41,8 @@
<view class="hr" style="margin-top:40rpx"></view>
<seckill v-if="spikeList.length"></seckill>
<view v-if="spikeList.length" class="hr" style="margin-top:40rpx"></view>
<!-- <recommend></recommend> -->
<!-- <view class="hr" style="margin-top:40rpx"></view> -->
<recommend v-if="0"></recommend>
<view class="hr" style="margin-top:40rpx" v-if="0"></view>
<group></group>
<image class="lingquan"></image>
<youhq></youhq>
@@ -95,7 +95,6 @@ export default {
this.getGoodsRecommend();
},
onShow() {
// console.log(this.$store.shop.state.count);
this.getRecommendedSpike();
this.getSpikeList();
},