main
fanfan 7 months ago
parent 134e12492c
commit a80086dcc7
  1. 9
      pages/user/index.vue

@ -512,16 +512,11 @@
</view>
</view>
<!-- 商品推荐 -->
<!-- <view class="goodsRecommend-title" v-if="isLogin == false || userInfo.user_type != 40">
<view class="goodsRecommend-title" v-if="isLogin == false || userInfo.user_type != 40">
<image :src="$picUrl+'/static/user/left.png'"></image>专属推荐<image
:src="$picUrl+'/static/user/right.png'"></image>
</view>
<view class="goodsRecommend" v-if="isLogin == false || userInfo.user_type != 40"> -->
<view class="goodsRecommend-title">
<image :src="$picUrl+'/static/user/left.png'"></image>专属推荐<image
:src="$picUrl+'/static/user/right.png'"></image>
</view>
<view class="goodsRecommend">
<view class="goodsRecommend" v-if="isLogin == false || userInfo.user_type != 40">
<u-waterfall v-model="suggestGoodsList" ref="uWaterfall1">
<template v-slot:left="{leftList}">
<view class="goodsItem" v-for="(item,index) in leftList" @click="goodsDetail(item)"

Loading…
Cancel
Save