Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xugong
hls-xcmg-vue-app
Commits
fcbd9d23
Commit
fcbd9d23
authored
Oct 16, 2019
by
李晓兵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'附件上传'
parent
2efe1da6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
naturePerson.vue
src/pages/userBind/np/naturePerson.vue
+4
-3
No files found.
src/pages/userBind/np/naturePerson.vue
View file @
fcbd9d23
...
...
@@ -549,6 +549,7 @@ export default {
// 图片上传入口
imgUploadShow
(
check_id
)
{
let
vm
=
this
vm
.
upload_list
=
[]
hlsPopup
.
showActionSheet
({
titleText
:
'请选择照片'
,
buttonArray
:
[
'拍照'
,
'从相册取'
],
...
...
@@ -627,12 +628,12 @@ export default {
clearInterval
(
recordUploadInterval
)
hlsPopup
.
hideLoading
()
hlsPopup
.
showLongCenter
(
'图片上传成功'
)
alert
(
'返回结果 '
+
JSON
.
stringify
(
vm
.
upload_list
))
}
},
500
)
for
(
var
i
=
0
;
i
<
list
.
length
;
i
++
)
{
let
uploadSuccess
=
function
(
res
)
{
if
(
res
.
result
===
'S'
)
{
alert
(
'返回结果 '
+
JSON
.
stringify
(
res
.
response
))
alreadyUploadNum
++
for
(
var
j
=
0
;
j
<
list
.
length
;
j
++
)
{
if
(
list
[
j
].
filePath
===
res
.
response
.
filePath
)
{
...
...
@@ -1246,8 +1247,8 @@ export default {
.close {
position: absolute;
color: #F96F68;
margin-top: -
45px
;
margin-left:
40px
;
margin-top: -
12%
;
margin-left:
12%
;
img{
width: 14px;
height: 14px;
...
...
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