ios应对审核调整

This commit is contained in:
@fawn-nine
2024-07-19 09:21:29 +08:00
parent b68ca5a615
commit 6f61f656d7
2 changed files with 37 additions and 30 deletions

View File

@@ -71,8 +71,8 @@
如订单包含一种或多种预售书预售书和现货书需分开发货即需要收取多次快递首重费用如多本书会按照实际重量收取快递续重费用
</view>
</view>
<!-- 安卓支付列表 -->
<view class="zhif_fangsh" v-if="isAndorid">
<!-- 支付列表 -->
<view class="zhif_fangsh" >
<view class="zhif_radio">
<u-radio-group v-model="payType">
<view style="width: 100%;">
@@ -91,7 +91,7 @@
</view>
</view>
<!-- ios支付列表 -->
<view class="zhif_fangsh" v-else>
<!-- <view class="zhif_fangsh" v-else>
<view class="zhif_radio">
<u-radio-group v-model="payType">
<view style="width: 100%;">
@@ -108,7 +108,7 @@
</view>
</u-radio-group>
</view>
</view>
</view> -->
<view class="footer">
<view class="commodityPrice" v-if="payType != 4">
@@ -917,7 +917,7 @@
padding: 30rpx 40rpx 0 40rpx;
background-color: #fff;
border-bottom: 1px solid #eee;
padding-bottom: 90rpx;
padding-bottom: 90rpx;
.zhif_radio {
@@ -934,7 +934,11 @@
margin-right: 20rpx;
vertical-align: bottom;
}
}
}.zhif_xuanx:last-child{
border-bottom:none !important;
}
}