|
|
@ -24,7 +24,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<van-cell> |
|
|
<van-cell> |
|
|
<view class="flex" slot="title" style="align-items: center"> |
|
|
|
|
|
|
|
|
<view class="flex flex-justify" slot="title"> |
|
|
<text class="text-sg" style="margin-left:12rpx">账户余额¥{{formate.formateAmount(sumMoney, 2)}}</text> |
|
|
<text class="text-sg" style="margin-left:12rpx">账户余额¥{{formate.formateAmount(sumMoney, 2)}}</text> |
|
|
<text class="text-sm text-blue" style="margin-left:30rpx" bindtap="allExpend">全部提现</text> |
|
|
<text class="text-sm text-blue" style="margin-left:30rpx" bindtap="allExpend">全部提现</text> |
|
|
</view> |
|
|
</view> |
|
|
@ -33,8 +33,8 @@ |
|
|
<van-cell clickable wx:for="{{orderList}}" wx:key="index" data-index="{{index}}" bind:click="checkList"> |
|
|
<van-cell clickable wx:for="{{orderList}}" wx:key="index" data-index="{{index}}" bind:click="checkList"> |
|
|
<view slot="title" class="flex flex-justify"> |
|
|
<view slot="title" class="flex flex-justify"> |
|
|
<view style="width:100%;flex:1"> |
|
|
<view style="width:100%;flex:1"> |
|
|
<view class="text-sg {{item.status == 0 ? 'text-black': 'text-gray'}}">{{item.title || '代卖业务'}}{{item.status == 1 ? '(提现中)': ''}}</view> |
|
|
|
|
|
<view class="text-sm {{item.status == 0 ? 'text-black': 'text-gray'}}">{{item.createTime}}</view> |
|
|
|
|
|
|
|
|
<view class="text-sg {{item.status == 0 ? 'text-black': 'text-gray'}}">{{item.type || '代卖业务'}}{{item.status == 1 ? '(提现中)': ''}}</view> |
|
|
|
|
|
<view class="text-sm {{item.status == 0 ? 'text-black': 'text-gray'}}" style="line-height:30rpx">{{item.createTime}}</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="flex flex-ceter"> |
|
|
<view class="flex flex-ceter"> |
|
|
<view class="text-sg {{item.status == 0 ? 'text-black': 'text-gray'}}" style="margin-right:24rpx">金额:{{item.money}}元</view> |
|
|
<view class="text-sg {{item.status == 0 ? 'text-black': 'text-gray'}}" style="margin-right:24rpx">金额:{{item.money}}元</view> |
|
|
|