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 cd00e68d
authored
Mar 07, 2018
by
白杨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
网点界面
1 parent
aced5637
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 @
cd00e68
...
...
@@ -143,7 +143,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 @
cd00e68
...
...
@@ -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