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='noCommodity' v-if="productList.length==0 && where.page > 1">
<view class='pictrue'> <view class='pictrue'>
<image :src="`${domain}/static/images/noCart.png`"></image> <image :src="`${domain}/static/images/noCart.png`"></image>
<view>暂无商品去看点什么吧</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> </view>
</block> </block>
<rightSlider v-if="rightBox" :status="rightBox" :price_on="price_on" :price_off="price_off" :brandList="brandList" @confirm="confirm" @close="close"></rightSlider> <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> --> </navigator> -->
</view> </view>
</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>
</view> </view>
</template> </template>
@ -94,7 +94,7 @@
onLoad() { onLoad() {
if (this.isLogin) { if (this.isLogin) {
this.getUserInfo() this.getUserInfo()
this.get_host_product(); // this.get_host_product();
} else { } else {
toLogin() toLogin()
} }