This commit is contained in:
@fawn-nine
2024-08-30 17:14:28 +08:00
parent ddd7c2c07f
commit b3bb29b36a
9 changed files with 273 additions and 15 deletions

View File

@@ -73,7 +73,7 @@
<view class="zhif_radio">
<u-radio-group v-model="payType">
<view style="width: 100%;">
<view v-for="(item, index) in paylist" class="zhif_xuanx">
<view v-for="(item, index) in paylist" class="zhif_xuanx" :key="index">
<image :src="item.img"></image>
{{item.title}}
<span v-if="item.id == 4" style="color: #bbb; margin-left: 10px;">{{userMes.peanutCoin}}天医币可用</span>
@@ -90,7 +90,7 @@
<view class="zhif_radio">
<u-radio-group v-model="payType">
<view style="width: 100%;">
<view v-for="(item, index) in paylistIos" class="zhif_xuanx">
<view v-for="(item, index) in paylistIos" class="zhif_xuanx" :key="index">
<image :src="item.img"></image>
{{item.title}}
<span v-if="item.id == 4" style="color: #bbb; margin-left: 10px;">{{userMes.peanutCoin}}天医币可用</span>