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
ce14a013
Commit
ce14a013
authored
Apr 10, 2020
by
冷斌
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
144a9415
7a04251c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
themes/simplebootx/Appapi/Auth/authstep.html
+5
-2
No files found.
themes/simplebootx/Appapi/Auth/authstep.html
View file @
ce14a013
...
@@ -65,6 +65,9 @@
...
@@ -65,6 +65,9 @@
<div
class=
"imgItem"
@
click=
"addImg('handset_view')"
>
<div
class=
"imgItem"
@
click=
"addImg('handset_view')"
>
<img
:src=
"form.handset_view ? form.handset_view : upload_image3"
>
<img
:src=
"form.handset_view ? form.handset_view : upload_image3"
>
</div>
</div>
<!-- <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=
"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=
"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=
"file3"
name=
"image"
type=
"file"
v-show=
"false"
class=
"upload"
accept=
"image/*"
@
change=
"upload"
/>
...
@@ -176,7 +179,7 @@
...
@@ -176,7 +179,7 @@
this
.
auth2
();
this
.
auth2
();
},
},
addImg
:
function
(
name
)
{
addImg
:
function
(
name
)
{
//
layer.msg("修改已图片方法调用了");
layer
.
msg
(
"修改已图片方法调用了"
);
this
.
uploadName
=
name
;
this
.
uploadName
=
name
;
if
(
this
.
uploadName
===
'front_view'
)
{
if
(
this
.
uploadName
===
'front_view'
)
{
$
(
"#file"
).
click
();
$
(
"#file"
).
click
();
...
@@ -189,7 +192,7 @@
...
@@ -189,7 +192,7 @@
}
}
},
},
upload
:
function
()
{
upload
:
function
()
{
//
layer.msg("上传图片方法调用了");
layer
.
msg
(
"上传图片方法调用了"
);
let
_this
=
this
;
let
_this
=
this
;
let
saveName
,
id
=
''
;
let
saveName
,
id
=
''
;
if
(
_this
.
uploadName
===
'front_view'
)
{
if
(
_this
.
uploadName
===
'front_view'
)
{
...
...
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