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
401093f1
Commit
401093f1
authored
Feb 21, 2020
by
冷斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug
parent
217ffb1f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
14 deletions
+3
-14
themes/simplebootx/Appapi/Auth/authstep.html
+3
-14
No files found.
themes/simplebootx/Appapi/Auth/authstep.html
View file @
401093f1
...
...
@@ -43,14 +43,9 @@
:class=
"[form.handset_view ? 'zhengjz' : 'addTipsimg']"
>
<div
v-show=
"form.handset_view ? false : true"
class=
"addTips_wz"
>
手持证件照
</div>
</div>
<input
id=
"file"
name=
"image"
type=
"file"
style=
"display: none;"
class=
"upload"
accept=
"image/*"
@
change=
"upload"
/>
<input
id=
"file2"
name=
"image"
type=
"file"
style=
"display: none;"
class=
"upload"
accept=
"image/*"
@
change=
"upload"
/>
<input
id=
"file3"
name=
"image"
type=
"file"
style=
"display: none;"
class=
"upload"
accept=
"image/*"
@
change=
"upload"
/>
<!-- <input id="file" name="image" type="file" v-show="false" class="upload" accept="image/*" @change="upload"/>-->
<!-- <input id="file2" name="image" type="file" v-show="false" class="upload" accept="image/*" @change="upload"/>-->
<!-- <input id="file3" name="image" type="file" v-show="false" class="upload" accept="image/*" @change="upload"/>-->
<input
id=
"file"
name=
"image"
type=
"file"
v-show=
"false"
class=
"upload"
accept=
"image/*"
@
change=
"upload"
/>
<input
id=
"file2"
name=
"image"
type=
"file"
v-show=
"false"
class=
"upload"
accept=
"image/*"
@
change=
"upload"
/>
<input
id=
"file3"
name=
"image"
type=
"file"
v-show=
"false"
class=
"upload"
accept=
"image/*"
@
change=
"upload"
/>
</div>
<!-- 按钮 -->
...
...
@@ -80,9 +75,6 @@
back_view
:
''
,
handset_view
:
''
},
front_view
:
''
,
back_view
:
''
,
handset_view
:
''
,
uploadName
:
''
,
isSubmit
:
true
,
upload_image
:
'__PUBLIC__/appapi/img/add_r@2x.png'
,
...
...
@@ -174,15 +166,12 @@
var
str
=
JSON
.
parse
(
data
);
if
(
_this
.
uploadName
===
'front_view'
)
{
_this
.
form
.
front_view
=
str
.
data
.
url
;
_this
.
front_view
=
str
.
data
.
url
;
}
if
(
_this
.
uploadName
===
'back_view'
)
{
_this
.
form
.
back_view
=
str
.
data
.
url
;
_this
.
back_view
=
str
.
data
.
url
;
}
if
(
_this
.
uploadName
===
'handset_view'
)
{
_this
.
form
.
handset_view
=
str
.
data
.
url
;
_this
.
handset_view
=
str
.
data
.
url
;
}
_this
.
checkSubmit
();
$
(
'#'
+
id
).
val
(
''
);
...
...
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