This commit is contained in:
liuyuan
2025-05-23 17:26:20 +08:00
parent cbc3465c57
commit d3ede507f3
8 changed files with 24 additions and 35 deletions

View File

@@ -18,11 +18,11 @@
<br clear="both" />
</view>
</view>
<view class="cha_fangsh">
<view class="cha_fangsh" v-if="isAndroid">
<view class="cf_title PM_font">支付方式</view>
<view class="cf_radio">
<u-radio-group v-model="payType">
<view style="width: 100%" v-if="isAndroid">
<view style="width: 100%">
<view v-for="(item, index) in paylist" @click="choseType(item.id)"
:class="payType == item.id ? 'Tab_xf cf_xuanx' : 'cf_xuanx'">
<image class="pay_item_img" :src="item.imgUrl" mode="aspectFil">
@@ -33,7 +33,7 @@
</view>
</view>
<view style="width: 100%" v-else>
<!-- <view style="width: 100%" v-else>
<view v-for="(item, index) in iosPaylist" @click="choseType(item.id)"
:class="payType == item.id ? 'Tab_xf cf_xuanx' : 'cf_xuanx'">
<image class="pay_item_img" :src="item.imgUrl" mode="aspectFil">
@@ -42,7 +42,7 @@
<u-radio :key="index" activeColor="#7dc1f0" :name="item.id"
style="float: right; margin-top: 5rpx"></u-radio>
</view>
</view>
</view> -->
</u-radio-group>
</view>
</view>