更新
This commit is contained in:
parent
03dcf9dbf1
commit
024c8226a2
@ -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>
|
||||
|
@ -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()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user