|
@@ -40,14 +40,14 @@
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<!-- 会员开通提示 v-if="!userInfo.isVip"-->
|
|
<!-- 会员开通提示 v-if="!userInfo.isVip"-->
|
|
|
- <view class="vip-promote" >
|
|
|
|
|
|
|
+ <view class="vip-promote" v-if="useList&&useList.length>0&&showIcons">
|
|
|
<image class="vipBG" :src="HTTP_REQUEST_URL_IMG+'vipBG.png'" mode="scaleToFill"></image>
|
|
<image class="vipBG" :src="HTTP_REQUEST_URL_IMG+'vipBG.png'" mode="scaleToFill"></image>
|
|
|
<view class="vip-text">
|
|
<view class="vip-text">
|
|
|
<view class="title">
|
|
<view class="title">
|
|
|
<image class="vipIcon" :src="HTTP_REQUEST_URL_IMG+'setting/vipIcon.png'" mode="widthFix"></image>
|
|
<image class="vipIcon" :src="HTTP_REQUEST_URL_IMG+'setting/vipIcon.png'" mode="widthFix"></image>
|
|
|
<text>开通<text class="bigText">会员</text>享受更多<text class="bigText">权益</text></text>
|
|
<text>开通<text class="bigText">会员</text>享受更多<text class="bigText">权益</text></text>
|
|
|
</view>
|
|
</view>
|
|
|
- <button class="open-vip" @click="goVIP">去开通<image class="bofang" :src="HTTP_REQUEST_URL_IMG+'setting/bofang.png'" mode="widthFix"></image></button>
|
|
|
|
|
|
|
+ <button class="open-vip" @click="goVIP">{{appStore.$userInfo?.svip ? '去查看':'去开通'}}<image class="bofang" :src="HTTP_REQUEST_URL_IMG+'setting/bofang.png'" mode="widthFix"></image></button>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
@@ -60,10 +60,10 @@
|
|
|
<view class="balance">{{ wallet.balance }}</view>
|
|
<view class="balance">{{ wallet.balance }}</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
-<!-- <view class="transaction-detail" @click="viewTransactionDetail">-->
|
|
|
|
|
-<!-- <text style="margin-right: 10rpx;">交易明细</text>-->
|
|
|
|
|
-<!-- <uni-icons type="right" size="16" color="#666666"></uni-icons>-->
|
|
|
|
|
-<!-- </view>-->
|
|
|
|
|
|
|
+ <view class="transaction-detail" @click="viewTransactionDetail" v-if="useList&&useList.length>0&&showIcons">
|
|
|
|
|
+ <text style="margin-right: 10rpx;">交易明细</text>
|
|
|
|
|
+ <uni-icons type="right" size="16" color="#666666"></uni-icons>
|
|
|
|
|
+ </view>
|
|
|
</view>
|
|
</view>
|
|
|
<up-line color="#F1F3F8"></up-line>
|
|
<up-line color="#F1F3F8"></up-line>
|
|
|
|
|
|