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

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