Commit 26437c89 authored by youjie's avatar youjie

no message

parent 4673889b
......@@ -22,20 +22,20 @@
<view class="PaymentProCenterBox">
<view class="PaymentProCTitle">结算账户/业务代表</view>
<view class="PaymentProCText row-sbas-n">
<view>银行名称</view>
<view class="col">{{ authInfor.BankName }}</view>
<view>开户行</view>
<view class="col">{{ authInfor.OpenBankName }}</view>
</view>
<view class="PaymentProCText row-sbas-n">
<view>银行账户</view>
<view class="col">{{ authInfor.CardNum }}</view>
<view>开户人</view>
<view class="col">{{ authInfor.AccountHolder }}</view>
</view>
<view class="PaymentProCText row-sbas-n">
<view>开户行</view>
<view class="col">{{ authInfor.OpenBankName }}</view>
<view>银行名称</view>
<view class="col">{{ authInfor.BankName }}</view>
</view>
<view class="PaymentProCText row-sbas-n">
<view>开户姓名</view>
<view class="col">{{ authInfor.AccountHolder }}</view>
<view>银行账号</view>
<view class="col">{{ authInfor.CardNum }}</view>
</view>
<view class="PaymentProCText row-sbas-n">
<view>电话</view>
......@@ -204,7 +204,7 @@ export default {
Time = data.AuditSteps[i].AuditRecordList[0].AduitDate
}
let obj = {
Name: i?record.AuditDescription:record.AuditRecordList[0].AuditName,
Name: i?record.AuditDescription:'申请提现',
Id: i+1,
Time: Time,
Status: record.Status,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment