|
|
|
@ -127,12 +127,12 @@ |
|
|
|
|
</view> |
|
|
|
|
<view class="coupon" v-if="isLogin == false || userInfo.user_type != 40"> |
|
|
|
|
<view class="walletList"> |
|
|
|
|
<view class="listItem" @click="goPage('pages/cart/index')"> |
|
|
|
|
<view class="listItem" @click="goJump('pages/news/park/recordHistory')"> |
|
|
|
|
<view class="num"> |
|
|
|
|
{{actionCountsInfo.cart_number?actionCountsInfo.cart_number:0}} |
|
|
|
|
{{actionCountsInfo.reservation_number?actionCountsInfo.reservation_number:0}} |
|
|
|
|
</view> |
|
|
|
|
<view class="info"> |
|
|
|
|
购物车 |
|
|
|
|
预约记录 |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="listItem" @click="goJump('pages/news/park/browsingHistory')"> |
|
|
|
@ -143,12 +143,12 @@ |
|
|
|
|
浏览记录 |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="listItem" @click="goJump('pages/news/park/recordHistory')"> |
|
|
|
|
<view class="listItem" @click="goJump('/pages/news3/setOutRecords')"> |
|
|
|
|
<view class="num"> |
|
|
|
|
{{actionCountsInfo.reservation_number?actionCountsInfo.reservation_number:0}} |
|
|
|
|
{{actionCountsInfo.take_goods_number?actionCountsInfo.take_goods_number:0}} |
|
|
|
|
</view> |
|
|
|
|
<view class="info"> |
|
|
|
|
预约记录 |
|
|
|
|
{{isLogin==false || userInfo.user_type <= 20?'发货记录':'提货记录'}} |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="listItem" @click="goJump('pages/news/coupon/list')"> |
|
|
|
@ -235,7 +235,7 @@ |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="goodsManage" v-if="isLogin == false || userInfo.user_type == 30"> |
|
|
|
|
<view class="goodsManage" v-if="userInfo.user_type == 30"> |
|
|
|
|
<view class="manageTitle"> |
|
|
|
|
<text lines="1" class="text_5 titleLeft">分销订单</text> |
|
|
|
|
<text lines="1" class="text_6 titleRight" @click="goJump('/pages/news3/fenxiao')">查看全部</text> |
|
|
|
@ -441,10 +441,10 @@ |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<!-- 商品推荐 --> |
|
|
|
|
<view class="goodsRecommend-title"> |
|
|
|
|
<image :src="$picUrl+'/static/user/left.png'"></image>为您推荐<image :src="$picUrl+'/static/user/right.png'"></image> |
|
|
|
|
<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"> |
|
|
|
|
<view class="goodsRecommend" v-if="isLogin == false || userInfo.user_type != 40"> |
|
|
|
|
<view class="goodsItem" v-for="(item,index) in suggestGoodsList" @click="goodsDetail(item)" :key="index"> |
|
|
|
|
<view class="pic"> |
|
|
|
|
<image :src="item.goods_image" mode=""></image> |
|
|
|
@ -726,6 +726,7 @@ |
|
|
|
|
display: flex; |
|
|
|
|
flex-direction: column; |
|
|
|
|
justify-content: flex-end; |
|
|
|
|
padding-bottom: 30rpx; |
|
|
|
|
.toTop{ |
|
|
|
|
position: fixed; |
|
|
|
|
bottom:30rpx; |
|
|
|
|