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

@@ -27,7 +27,7 @@
<view class="cf_radio">
<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 class="pay_item_img" :src="item.imgUrl" mode="aspectFil">
</image>