|
|
@@ -32,7 +32,7 @@
|
|
|
<text>我的资产</text>
|
|
|
</view>
|
|
|
<view class="balance flex-row justify-around">
|
|
|
- <view @click="navigateToPage('/myPages/recharge/index')">
|
|
|
+ <view class="balanceItem" @click="navigateToPage('/myPages/recharge/index')">
|
|
|
<view class="icon flex-row justify-center">
|
|
|
<u-icon name="/static/me/u701.png" color="red" size="30"></u-icon>
|
|
|
</view>
|
|
|
@@ -43,7 +43,7 @@
|
|
|
<text>¥{{userInfo.balance || 0}}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view>
|
|
|
+ <view class="balanceItem">
|
|
|
<view class="icon flex-row justify-center">
|
|
|
<u-icon name="/static/me/u680.png" color="red" size="30"></u-icon>
|
|
|
</view>
|
|
|
@@ -54,7 +54,7 @@
|
|
|
<text>{{userInfo.integral|| 0}}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view @click="navigateToPage('/orderPages/myCoupon/index')">
|
|
|
+ <view class="balanceItem" @click="navigateToPage('/orderPages/myCoupon/index')">
|
|
|
<view class="icon flex-row justify-center">
|
|
|
<u-icon name="/static/me/u687.png" color="red" size="30"></u-icon>
|
|
|
</view>
|
|
|
@@ -65,15 +65,15 @@
|
|
|
<text>{{userInfo.coupon || 0}}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view>
|
|
|
+ <view class="balanceItem">
|
|
|
<view class="icon flex-row justify-center">
|
|
|
<u-icon name="/static/me/u694.png" color="red" size="30"></u-icon>
|
|
|
</view>
|
|
|
<view class="name">
|
|
|
- 电子币
|
|
|
+ 权益卡
|
|
|
</view>
|
|
|
<view class="num">
|
|
|
- <text>{{userInfo.electronicCurrency || 0}}</text>
|
|
|
+ <text>0</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|