This commit is contained in:
weipengfei 2024-04-09 09:43:50 +08:00
parent 03dcf9dbf1
commit 024c8226a2
2 changed files with 4 additions and 4 deletions

View File

@ -93,9 +93,9 @@
<view class='noCommodity' v-if="productList.length==0 && where.page > 1">
<view class='pictrue'>
<image :src="`${domain}/static/images/noCart.png`"></image>
<view>暂无商品去看点什么吧</view>
<view>未搜索到对应商品</view>
</view>
<recommend v-if="recommend_switch == 1" :hostProduct="hostProduct"></recommend>
<recommend v-if="recommend_switch == 1 && mer_id != 259" :hostProduct="hostProduct"></recommend>
</view>
</block>
<rightSlider v-if="rightBox" :status="rightBox" :price_on="price_on" :price_off="price_off" :brandList="brandList" @confirm="confirm" @close="close"></rightSlider>

View File

@ -50,7 +50,7 @@
</navigator> -->
</view>
</view>
<recommend v-if="recommend_switch == 1" :hostProduct="hostProduct" :isLogin="isLogin"></recommend>
<!-- <recommend v-if="recommend_switch == 1" :hostProduct="hostProduct" :isLogin="isLogin"></recommend> -->
</view>
</view>
</template>
@ -94,7 +94,7 @@
onLoad() {
if (this.isLogin) {
this.getUserInfo()
this.get_host_product();
// this.get_host_product();
} else {
toLogin()
}