|
|
@@ -195,10 +195,10 @@
|
|
|
<u-icon name="/static/me/familyCard_icon.png" color="#38db38" size="36"></u-icon>
|
|
|
<view class="payName flex-col justify-center flex-grow">
|
|
|
<text>亲情卡支付</text>
|
|
|
- <scroll-view scroll-y class="loveCard">
|
|
|
+ <scroll-view scroll-y class="loveCard" :show-scrollbar="true">
|
|
|
<view class="flex-row justify-between loveCardItem " v-for="(item,index) in loveCardList" :key="index" @click="payLoveItem(0,index,item)">
|
|
|
<view class="select flex-col" >
|
|
|
- <text>{{item.presentUserName}}({{item.presentUserNo}})</text>
|
|
|
+ <text>{{item.presentUserName}}</text>
|
|
|
<text class="balance">本月剩余额度:{{item.totalBalance}}</text>
|
|
|
</view>
|
|
|
<view class="flex-col justify-center">
|