Commit cd00e68d by 白杨

网点界面

1 parent aced5637
Showing with 2 additions and 1 deletions
......@@ -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) {
......
......@@ -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('@')
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!