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