Przeglądaj źródła

feat: 亲情卡显示字段修改

zhanghui 2 lat temu
rodzic
commit
550be70851
2 zmienionych plików z 3 dodań i 3 usunięć
  1. 2 2
      orderPages/orderDetail/index.vue
  2. 1 1
      pages/order/index.vue

+ 2 - 2
orderPages/orderDetail/index.vue

@@ -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">

+ 1 - 1
pages/order/index.vue

@@ -81,7 +81,7 @@
 							<scroll-view scroll-y class="loveCard">
 								<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">