|
@@ -10,8 +10,12 @@
|
|
|
<!-- <view class='occupation-title' wx:if="{{myData.user.user.profession}}">{{ myData.user.user.profession }}</view> -->
|
|
|
</view>
|
|
|
<view class='avatar-msg' bindtap="toMyEdit">
|
|
|
- <view class='avatar-nickname'>微信昵称:{{ myData.user.user.wechatName || myData.user.wechatName }}</view>
|
|
|
- <view class='avatar-nickname'>宝贝昵称:{{ myData.user.user.nickName || myData.user.nickName }}</view>
|
|
|
+ <view class='avatar-nickname'>
|
|
|
+ 微信昵称:{{ myData.user.user.wechatName || myData.user.wechatName }}
|
|
|
+ </view>
|
|
|
+ <view class='avatar-nickname'>
|
|
|
+ 宝贝昵称:{{ myData.user.user.nickName || myData.user.nickName }}
|
|
|
+ </view>
|
|
|
<image class="edit-img" src="../../static/image/edit_new.png" />
|
|
|
<view class='mine-category'>
|
|
|
<view class='amount-text'>{{ myData.user.playAmount || 0 }} 播放</view>
|
|
@@ -34,18 +38,26 @@
|
|
|
<text class="flower-last">{{myData.user.unfinishedAmount }}</text>
|
|
|
个任务福利还没有完成
|
|
|
</view>
|
|
|
- <view class="flower-tips" wx:if="{{myData.user.unfinishedAmount <= 0}}">
|
|
|
- 今天任务全部完成,真棒
|
|
|
- </view>
|
|
|
+ <view class="flower-tips" wx:if="{{myData.user.unfinishedAmount <= 0}}">今天任务全部完成,真棒</view>
|
|
|
</view>
|
|
|
<!-- android 显示两个 -->
|
|
|
<view class="wallet-section" wx:if="{{!myData.isIOS}}">
|
|
|
- <view class="wallet-box" bindtap="toWalletDetail">
|
|
|
+ <!-- <view class="wallet-box" bindtap="toWalletDetail">
|
|
|
<view class="grey-point"></view>
|
|
|
<image class="wallet-icon" src='../../static/image/wallet.png' />
|
|
|
<view>钱包:{{myData.user.walletAmount / 100 || 0 }}</view>
|
|
|
+ </view> -->
|
|
|
+ <view class="wallet-box" bindtap="toVIPBuy">
|
|
|
+ <view class="grey-point"></view>
|
|
|
+ <image class="wallet-icon" src="{{myData.isIOS ? '../../static/vip/idcard.png' : '../../static/vip/small_crown.png'}}" />
|
|
|
+ <view class="right_vip">
|
|
|
+ <view class="vip_text">VIP限时优惠</view>
|
|
|
+ <view class="{{myData.isVIP ? 'vip': 'grey'}}">
|
|
|
+ {{myData.isVIP ? myData.isIOS ? '已激活': '已开通': myData.isIOS ? '立即激活': '立即开通'}}
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
- <view class="flower-box" bindtap="goToFlower">
|
|
|
+ <view class="flower-box" bindtap="goToFlower">
|
|
|
<view class="grey-point"></view>
|
|
|
<image class="flower-icon" src='../../static/image/flower_small.png' />
|
|
|
<view class="flower-text">
|