Commit b9cd8065 authored by 袁玲利's avatar 袁玲利

充值界面三类户后四位显示bug修复

parent 216f052d
......@@ -178,7 +178,7 @@
<view class="">
付款账户:{{ bankInfo_.bindCardName }}({{
bankInfo_.bindCardNo &&
bankInfo_.bindCardNo.slice(bankInfo_.accountNo.length - 4)
bankInfo_.bindCardNo.slice(bankInfo_.bindCardNo.length - 4)
}})
</view>
</view>
......
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