@@ -173,7 +173,7 @@
<!-- 热门商品 -->
<view v-if="homeCardList.openMGoods">
- <view class="" v-if="homeCardList.openMGoods.goodsList.length>0">
+ <view class="" v-if="homeCardList.openMGoods.goodsList&&homeCardList.openMGoods.goodsList.length>0">
<view class="Hot" v-if="homeCardList.openMGoods.showType==1">
<view class="hotTop">
<view class="hotLeft">
@@ -57,7 +57,7 @@
</view>
<!-- 卡制度-->
- <view v-if="showSetting.isShowCardSystem">
+ <view v-if="showSetting.isShowCardSystem&&f2csystemlist">
<view >
<swiper class="swiper2" :autoplay="false" :interval="interval"
:duration="duration" :indicator-dots="true" indicator-color="#CCCCCC" :indicator-active-color="'#'+themeColor">