Browse Source

no message

featrue/v4.3
xpz2018 5 years ago
parent
commit
a91d32ca31
1 changed files with 1 additions and 1 deletions
  1. 2
      pages/withdrawal/vcheckout/index.wxml

2
pages/withdrawal/vcheckout/index.wxml

@ -19,7 +19,7 @@
<view class="cu-form-group" style="margin-top:24rpx;padding: 2rpx 0rpx;border-bottom:2rpx solid #f3f3f3"> <view class="cu-form-group" style="margin-top:24rpx;padding: 2rpx 0rpx;border-bottom:2rpx solid #f3f3f3">
<view><text style="font-size:50rpx;font-weight: 600; color:black">¥</text></view> <view><text style="font-size:50rpx;font-weight: 600; color:black">¥</text></view>
<input style="font-size:45rpx;margin-left:16rpx" value="{{expendMoney}}" placeholder="可转出到卡{{sumMoney}}元" disabled="{{true}}"></input> <input style="font-size:45rpx;margin-left:16rpx" value="{{expendMoney}}" placeholder="可转出到卡{{sumMoney}}元" disabled="{{true}}"></input>
<text class="text-df text-blue" style="margin-left:30rpx" wx:if="{{orderList.length}}" bindtap="allExpend">全部提现</text>
<!-- <text class="text-df text-blue" style="margin-left:30rpx" wx:if="{{orderList.length}}" bindtap="allExpend">全部提现</text> -->
</view> </view>
<view class="flex flex-justify" style="margin-top:18rpx;"> <view class="flex flex-justify" style="margin-top:18rpx;">
<text class="text-df">账户余额¥{{formate.numberFormat2(xsaccountMoney)}}</text> <text class="text-df">账户余额¥{{formate.numberFormat2(xsaccountMoney)}}</text>

Loading…
Cancel
Save