|
|
|
@ -61,7 +61,7 @@ |
|
|
|
|
</view> |
|
|
|
|
<view class="newplus" v-if="isLogin == false || userInfo.user_type==20"> |
|
|
|
|
<view class="memVip" @click="goMember('hy')"> |
|
|
|
|
<view class="vipLine"> |
|
|
|
|
<!-- <view class="vipLine"> |
|
|
|
|
<image :src="$picUrl+'/static/user/vip.png'" class="vipIcon"></image> |
|
|
|
|
<text>Plus会员</text> |
|
|
|
|
</view> |
|
|
|
@ -69,10 +69,13 @@ |
|
|
|
|
<text class="inVip">加入会员</text> |
|
|
|
|
<text class="enjoyVip">享受会员价</text> |
|
|
|
|
<u-icon name="arrow-right"></u-icon> |
|
|
|
|
</view> |
|
|
|
|
</view> --> |
|
|
|
|
<image :src="$picUrl+'/static/bg-4.png'" class="icon"></image> |
|
|
|
|
</view> |
|
|
|
|
<view class="memVip fxVip" @click="goMember('fx')"> |
|
|
|
|
<view class="vipLine"> |
|
|
|
|
|
|
|
|
|
<image :src="$picUrl+'/static/bg-4.png'" class="icon"></image> |
|
|
|
|
<!-- <view class="vipLine"> |
|
|
|
|
<image :src="$picUrl+'/static/user/vip.png'" class="vipIcon"></image> |
|
|
|
|
<text>分销会员</text> |
|
|
|
|
</view> |
|
|
|
@ -80,7 +83,7 @@ |
|
|
|
|
<text class="inVip">加入会员</text> |
|
|
|
|
<text class="enjoyVip">享受分销价</text> |
|
|
|
|
<u-icon name="arrow-right"></u-icon> |
|
|
|
|
</view> |
|
|
|
|
</view> --> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="goodsManage" v-if="userInfo.user_type== 40"> |
|
|
|
@ -125,7 +128,7 @@ |
|
|
|
|
<view class="walletList"> |
|
|
|
|
<view class="listItem" @click="goPage('pages/cart/index')"> |
|
|
|
|
<view class="num"> |
|
|
|
|
{{actionCountsInfo.cart_number}} |
|
|
|
|
{{actionCountsInfo.cart_number?actionCountsInfo.cart_number:0}} |
|
|
|
|
</view> |
|
|
|
|
<view class="info"> |
|
|
|
|
购物车 |
|
|
|
@ -133,7 +136,7 @@ |
|
|
|
|
</view> |
|
|
|
|
<view class="listItem" @click="goJump('pages/news/park/browsingHistory')"> |
|
|
|
|
<view class="num"> |
|
|
|
|
{{actionCountsInfo.view_number}} |
|
|
|
|
{{actionCountsInfo.view_number?actionCountsInfo.view_number:0}} |
|
|
|
|
</view> |
|
|
|
|
<view class="info"> |
|
|
|
|
浏览记录 |
|
|
|
@ -141,7 +144,7 @@ |
|
|
|
|
</view> |
|
|
|
|
<view class="listItem" @click="goJump('pages/news/park/recordHistory')"> |
|
|
|
|
<view class="num"> |
|
|
|
|
{{actionCountsInfo.reservation_number}} |
|
|
|
|
{{actionCountsInfo.reservation_number?actionCountsInfo.reservation_number:0}} |
|
|
|
|
</view> |
|
|
|
|
<view class="info"> |
|
|
|
|
预约记录 |
|
|
|
@ -149,7 +152,7 @@ |
|
|
|
|
</view> |
|
|
|
|
<view class="listItem" @click="goJump('pages/news/coupon/list')"> |
|
|
|
|
<view class="num"> |
|
|
|
|
{{actionCountsInfo.view_number}} |
|
|
|
|
{{actionCountsInfo.view_number?actionCountsInfo.view_number:0}} |
|
|
|
|
</view> |
|
|
|
|
<view class="info"> |
|
|
|
|
优惠券 |
|
|
|
@ -1114,6 +1117,10 @@ |
|
|
|
|
height: 130rpx; |
|
|
|
|
background: linear-gradient(180deg, #FFF0DF 0%, #EFD4B4 100%); |
|
|
|
|
border-radius: 8rpx 8rpx 8rpx 8rpx; |
|
|
|
|
image{ |
|
|
|
|
width: 100%; |
|
|
|
|
height: 100%; |
|
|
|
|
} |
|
|
|
|
.vipLine { |
|
|
|
|
width: 176rpx; |
|
|
|
|
height: 46rpx; |
|
|
|
|