暂存
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<u-radio-group v-model="payType">
|
||||
|
||||
<view style="width: 100%;" v-if="isAndroid">
|
||||
<view v-for="(item, index) in paylist" @click="choseType(item.id)"
|
||||
<view v-for="(item, index) in paylist" :key="index" @click="choseType(item.id)"
|
||||
:class="payType == item.id?'Tab_xf cf_xuanx':'cf_xuanx'">
|
||||
<image :src="item.img"></image>
|
||||
{{item.title}}
|
||||
|
||||
Reference in New Issue
Block a user