暂存
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user