Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
quxiu
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
冷斌
quxiu
Commits
b62b7428
Commit
b62b7428
authored
May 10, 2020
by
冷斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug
parent
680257a3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
10 deletions
+8
-10
themes/simplebootx/Appapi/Profit/auth.html
+8
-10
No files found.
themes/simplebootx/Appapi/Profit/auth.html
View file @
b62b7428
...
@@ -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>
...
@@ -55,12 +53,12 @@
...
@@ -55,12 +53,12 @@
</div>
</div>
<div
class=
"list"
>
<div
class=
"list"
>
<div
class=
"list_hd"
>
银行卡号
</div>
<div
class=
"list_hd"
>
银行卡号
</div>
<input
v-model=
"bank_card"
class=
"list_bd"
type=
"text"
placeholder=
"请输入您的银行卡号"
maxlength=
"18"
/>
<input
v-model=
"bank_card"
class=
"list_bd"
type=
"text"
placeholder=
"请输入您的银行卡号"
maxlength=
"18"
/>
<p>
*
</p>
<p>
*
</p>
</div>
</div>
<div
class=
"list"
>
<div
class=
"list"
>
<div
class=
"list_hd"
>
开户行
</div>
<div
class=
"list_hd"
>
开户行
</div>
<input
v-model=
"bank_name"
class=
"list_bd"
type=
"text"
placeholder=
"请与银行确认好您的开户银行"
maxlength=
"18"
/>
<input
v-model=
"bank_name"
class=
"list_bd"
type=
"text"
placeholder=
"请与银行确认好您的开户银行"
maxlength=
"18"
/>
<p>
*
</p>
<p>
*
</p>
</div>
</div>
<div
class=
"list"
>
<div
class=
"list"
>
...
@@ -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'
:
''
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment