Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
xiaozhan
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
冷斌
xiaozhan
Commits
9a206c59
Commit
9a206c59
authored
Feb 15, 2020
by
liuhailong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aaa
parent
e4152a2b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
themes/simplebootx/Appapi/Auth/authstep.html
+6
-6
themes/simplebootx/Appapi/Feedback/index.html
+1
-1
No files found.
themes/simplebootx/Appapi/Auth/authstep.html
View file @
9a206c59
...
...
@@ -28,19 +28,19 @@
</div>
<div
class=
"scimgBox"
>
<div
class=
"imgItem"
@
click=
"addImg('front_view')"
v-model=
"form.front_view"
>
<div
class=
"imgItem"
@
click=
"addImg('front_view')"
>
<img
:src=
"form.front_view ? form.front_view : upload_image"
:class=
"[form.front_view ? 'zhengjz' : 'addTipsimg']"
>
:class=
"[form.front_view ? 'zhengjz' : 'addTipsimg']"
v-model=
"form.front_view"
>
<div
v-show=
"form.front_view ? false : true"
class=
"addTips_wz"
>
上传证件人像面
</div>
</div>
<div
class=
"imgItem"
@
click=
"addImg('back_view')"
v-model=
"form.back_view"
>
<div
class=
"imgItem"
@
click=
"addImg('back_view')"
>
<img
:src=
"form.back_view ? form.back_view : upload_image"
:class=
"[form.back_view ? 'zhengjz' : 'addTipsimg']"
>
:class=
"[form.back_view ? 'zhengjz' : 'addTipsimg']"
v-model=
"form.back_view"
>
<div
v-show=
"form.back_view ? false : true"
class=
"addTips_wz"
>
上传证件国徽面
</div>
</div>
<div
class=
"imgItem"
@
click=
"addImg('handset_view')"
v-model=
"form.handset_view"
>
<div
class=
"imgItem"
@
click=
"addImg('handset_view')"
>
<img
:src=
"form.handset_view ? form.handset_view : upload_image"
:class=
"[form.handset_view ? 'zhengjz' : 'addTipsimg']"
>
:class=
"[form.handset_view ? 'zhengjz' : 'addTipsimg']"
v-model=
"form.handset_view"
>
<div
v-show=
"form.handset_view ? false : true"
class=
"addTips_wz"
>
手持证件照
</div>
</div>
<input
id=
"file"
name=
"image"
type=
"file"
v-show=
"false"
class=
"upload"
accept=
"image/*"
@
change=
"upload"
/>
...
...
themes/simplebootx/Appapi/Feedback/index.html
View file @
9a206c59
...
...
@@ -9,7 +9,7 @@
<!-- <div id="test"> -->
<div
style=
"position: relative; width: 100%;"
>
<textarea
placeholder=
"请将您遇到的问题/产品建议反馈给我们,建议您尽可能详细的描述问题,便于运营同学帮您解决。"
id=
"content"
oninput=
"check_input()"
maxlength=
'200'
style=
"font-size: 14px; color: #999; padding: 10px; width: 100%; height: 150px;"
></textarea>
style=
"font-size: 14px; color: #999; padding: 10px; width: 100%; height: 150px;
resize: none;
"
></textarea>
<div
class=
""
style=
"color: #FC7583; font-size: 12px;text-align: right; padding-right: 10px;"
>
最多只能输入200字
</div>
<div
style=
"position: relative; top: -160px;"
>
...
...
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