Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
白杨
/
shrae-app
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 7c374b3a
authored
Mar 07, 2018
by
lixiaofeng
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.dituhui.com/baiyang/shrae-app
into share-app/lxf
2 parents
15b6b737
cd00e68d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
src/js/imgUp.js
uploadImage.html
src/js/imgUp.js
View file @
7c374b3
...
...
@@ -147,7 +147,7 @@ function saveReturn(){
// console.log("错误返回数据"+data);
// }
// });
var
url
=
"/v1/point/uploadPhoto?ak="
+
saas
.
url
+
"&pointId="
+
pointId
;
var
url
=
"/v1/point/uploadPhoto?ak="
+
saas
.
ak
+
"&pointId="
+
pointId
;
saas
.
upLoadHttpRequest
(
url
,
formData
,
function
(
data
)
{
console
.
log
(
"返回正确数据"
+
data
);
},
function
(
error
)
{
...
...
uploadImage.html
View file @
7c374b3
...
...
@@ -36,6 +36,7 @@
</div>
</aside>
<script
src=
"dist/jquery/jquery-3.2.1.min.js"
></script>
<script
src=
"src/js/saasService.js"
></script>
<script
src=
"src/js/imgUp.js"
></script>
<script>
var
strImg
=
localStorage
.
getItem
(
'Imgarr'
).
split
(
'@'
)
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment