This commit is contained in:
Gaoxs
2021-01-12 15:21:38 +08:00
10 changed files with 176 additions and 21 deletions

View File

@ -125,6 +125,12 @@
</view>
<view class="tip">可用余额:{{ userInfo.nowMoney || 0 }}</view>
</view>
<view class="payItem acea-row row-middle" :class="active === 'integral' ? 'on' : ''" @click="payItem('integral')">
<view class="name acea-row row-center-wrapper">
<view class="iconfont icon-icon-test" :class="active === 'integral' ? 'bounceIn' : ''"></view>积分支付
</view>
<view class="tip">可用积分:{{ userInfo.integral || 0 }}</view>
</view>
</view>
</view>
</view>