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
dd20b7d4
Commit
dd20b7d4
authored
Mar 10, 2020
by
linxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
fca43d1a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
add-car.vue
src/pages/contractStart/add-car.vue
+2
-0
my-info.vue
src/pages/myInfo/my-info.vue
+3
-2
No files found.
src/pages/contractStart/add-car.vue
View file @
dd20b7d4
...
...
@@ -479,6 +479,8 @@ export default {
}
else
{
vm
.
isUpload
=
true
vm
.
vehicleImg
=
hlsUtil
.
convertImageUrl
(
imgUrl
[
0
])
console
.
log
(
'$$$$$$$$$$$$$$$1'
+
imgUrl
[
0
])
console
.
log
(
'$$$$$$$$$$$$$$$2'
+
vm
.
vehicleImg
)
vm
.
vehicleIdentify
(
imgUrl
[
0
])
}
}
...
...
src/pages/myInfo/my-info.vue
View file @
dd20b7d4
...
...
@@ -750,7 +750,7 @@ export default {
quality
:
100
,
}
let
success
=
function
(
imgdata
)
{
obj
.
picture
=
imgdata
obj
.
picture
=
hlsUtil
.
convertImageUrl
(
imgdata
)
obj
.
filePath
=
imgdata
vm
.
upLoadObj
=
obj
.
picture
vm
.
save_picture
(
obj
)
...
...
@@ -776,9 +776,10 @@ export default {
quality
:
100
,
}
let
success
=
function
(
imgUrl
)
{
obj
.
picture
=
imgUrl
[
0
]
obj
.
picture
=
hlsUtil
.
convertImageUrl
(
imgUrl
[
0
])
obj
.
filePath
=
imgUrl
[
0
]
vm
.
upLoadObj
=
obj
.
picture
console
.
log
(
'$$$$$$$$$$$$$$$1'
+
imgUrl
[
0
])
// 拍完一张立马执行保存图片逻辑
vm
.
save_picture
(
obj
)
}
...
...
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