Feat(提交订单):细节调整
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class=" v12-pa-2 v12-justify-between " style="z-index: -1;">
|
||||
<view class="acea-row row-middle">
|
||||
<view class="v12-align-start">
|
||||
<!-- <image style="width: 32rpx;height: 32rpx;margin-right: 12rpx;" :src="webUrl+'/20210807230836494421.png'"
|
||||
mode=""></image> -->
|
||||
<text class="v12-secondary-dark-text v12-pr-3 v12-text-right" style="width: 140rpx;">备注</text>
|
||||
@@ -216,7 +216,7 @@
|
||||
|
||||
</view>
|
||||
<view
|
||||
class="payItem acea-row row-middle"
|
||||
class="payItem acea-row row-middle v12-justify-between"
|
||||
:class="active === 'yue' ? 'on' : ''"
|
||||
@click="payItem('yue')"
|
||||
style="flex-wrap: nowrap;"
|
||||
@@ -227,7 +227,7 @@
|
||||
<image style="flex-shrink: 0;width: 32rpx;height: 32rpx;margin-right: 10rpx;" :src="webUrl+'/orderIcon/余额宝.png'" mode=""></image>
|
||||
余额支付
|
||||
</view>
|
||||
<view class="tip">可用余额:{{ userInfo.nowMoney ? force2Decimal(userInfo.nowMoney) : 0.00 }}</view>
|
||||
<!-- <view class="tip">可用余额:{{ userInfo.nowMoney ? force2Decimal(userInfo.nowMoney) : 0.00 }}</view> -->
|
||||
<label class="radio">
|
||||
<radio style="transform: scale(0.7);" value="" :checked="active === 'yue'" color="#C52733"/>
|
||||
<text></text>
|
||||
|
||||
Reference in New Issue
Block a user