Commit b62b7428 by 冷斌

fix bug

parent 680257a3
...@@ -16,15 +16,13 @@ ...@@ -16,15 +16,13 @@
<div class="part_name">上传身份证</div> <div class="part_name">上传身份证</div>
<div class="scimgBox"> <div class="scimgBox">
<div class="imgItem"> <div class="imgItem">
<!-- <img src="__PUBLIC__/appapi/pay/img/iconCard-1.png">--> <img :src="front_view">
<!-- 上传证件照之后 -->
<img src="__PUBLIC__/appapi/pay/img/tx.png" >
</div> </div>
<div class="imgItem"> <div class="imgItem">
<img src="__PUBLIC__/appapi/pay/img/iconCard-2.png"> <img :src="back_view">
</div> </div>
<div class="imgItem"> <div class="imgItem">
<img src="__PUBLIC__/appapi/pay/img/iconCard-3.png"> <img :src="handset_view">
</div> </div>
</div> </div>
</div> </div>
...@@ -93,9 +91,9 @@ ...@@ -93,9 +91,9 @@
data: { data: {
'account': '', 'account': '',
'username': '', 'username': '',
'front_view': '', 'front_view': '__PUBLIC__/appapi/pay/img/iconCard-1.png',
'back_view': '', 'back_view': '__PUBLIC__/appapi/pay/img/iconCard-2.png',
'handset_view': '', 'handset_view': '__PUBLIC__/appapi/pay/img/iconCard-3.png',
'name': '', 'name': '',
'bank_name': '', 'bank_name': '',
'bank_card': '', 'bank_card': '',
......
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