This commit is contained in:
yangtao 2024-04-11 18:30:02 +08:00
parent 04c714768f
commit f37974ed00
1 changed files with 17 additions and 0 deletions

View File

@ -356,7 +356,11 @@
<block v-if="item.value == 'balance'"> <block v-if="item.value == 'balance'">
{{userInfo.now_money}} {{userInfo.now_money}}
</block> </block>
<block v-else-if="item.value == 'integral'">
{{userInfo.integral}}
</block>
</view> </view>
</view> </view>
<!-- #endif --> <!-- #endif -->
<!-- #ifdef MP || APP-PLUS --> <!-- #ifdef MP || APP-PLUS -->
@ -373,6 +377,12 @@
{{userInfo.now_money}} {{userInfo.now_money}}
</block> </block>
</view> </view>
<view class='tip'>
{{item.title}}
<block v-if="item.value == 'integral'">
{{userInfo.integral}}
</block>
</view>
</view> </view>
<!-- #endif --> <!-- #endif -->
</view> </view>
@ -552,6 +562,13 @@
title: '可用余额:', title: '可用余额:',
payStatus: this.$store.getters.globalData.yue_pay_status, payStatus: this.$store.getters.globalData.yue_pay_status,
}, },
{
"name": "积分兑付",
"icon": "haiyuefont haiyue-jifenduihuan",
value: 'integral',
title: '可用积分:',
payStatus: this.$store.getters.globalData.yue_pay_status,
},
{ {
"name": "线下支付", "name": "线下支付",
"icon": "icon-yinhangqia", "icon": "icon-yinhangqia",