|
|
|
@ -98,9 +98,33 @@ |
|
|
|
</view> |
|
|
|
</view> --> |
|
|
|
|
|
|
|
<view style="padding: 0rpx 28rpx;margin-top:24rpx"> |
|
|
|
<view style="padding: 0rpx 28rpx;margin-top:24rpx" wx:if="{{!userInfo.creditLine}}"> |
|
|
|
<image style="width:694rpx;height:200rpx" src="/assets/image/icon-banner.png" bindtap="toAuths"></image> |
|
|
|
</view> |
|
|
|
<view style="padding: 0rpx 28rpx;margin-top:24rpx" wx:else> |
|
|
|
<view class="bg-white" style="border-radius: 20rpx;padding: 24rpx 0rpx 8rpx 0rpx"> |
|
|
|
<view class="flex flex-justify" style="padding: 0rpx 28rpx 24rpx 28rpx"> |
|
|
|
<view class="text-black text-sg text-bold">千鸟代付额度</view> |
|
|
|
</view> |
|
|
|
<view class="flex" style="padding:0rpx 0rpx 24rpx 0rpx" bindtap="agentList"> |
|
|
|
<view style="flex:1;padding:0rpx 32rpx;margin-right:12rpx"> |
|
|
|
<view class="flex flex-center" style="justify-content: flex-start"> |
|
|
|
<view style="height:24rpx;width:6rpx;background:#007AFF"></view> |
|
|
|
<view class="text-black text-sm" style="margin-left: 12rpx">剩余代付额度</view> |
|
|
|
</view> |
|
|
|
<view class="text-xxl text-bold text-price" style="margin:12rpx 0rpx">{{userInfo.availableCreditLine}}</view> |
|
|
|
<view class="text-gray text-sm">查看代付详情</view> |
|
|
|
</view> |
|
|
|
<view style="flex:1;padding:0rpx 32rpx;margin-left:12rpx"> |
|
|
|
<view class="flex flex-center" style="justify-content: flex-start"> |
|
|
|
<view style="height:24rpx;width:6rpx;background:#FF8413"></view> |
|
|
|
<view class="text-black text-sm" style="margin-left: 12rpx">待付款订单</view> |
|
|
|
</view> |
|
|
|
<view class="text-xxl text-bold text-price" style="margin:12rpx 0rpx">{{userInfo.usedCreditLine}}</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view style="height:24rpx;"></view> |
|
|
|
|
|
|
|
|