正在显示
1 个修改的文件
包含
4 行增加
和
2 行删除
@@ -314,6 +314,7 @@ | @@ -314,6 +314,7 @@ | ||
314 | type:"POST", | 314 | type:"POST", |
315 | data:{'user_id':user_id,'longitude':lng,'latitude':lat,'goods_id':goods_id}, | 315 | data:{'user_id':user_id,'longitude':lng,'latitude':lat,'goods_id':goods_id}, |
316 | success:function(res){ | 316 | success:function(res){ |
317 | + console.log("@@@@"); | ||
317 | if(res.code == 1){ | 318 | if(res.code == 1){ |
318 | is_where_satisfy = res.data.is_where_satisfy; | 319 | is_where_satisfy = res.data.is_where_satisfy; |
319 | if (is_satisfy == '1' && is_where_satisfy == '1') { | 320 | if (is_satisfy == '1' && is_where_satisfy == '1') { |
@@ -322,11 +323,12 @@ | @@ -322,11 +323,12 @@ | ||
322 | $(".quest_condition").show(); | 323 | $(".quest_condition").show(); |
323 | } | 324 | } |
324 | }else{ | 325 | }else{ |
325 | - toast('与服务器断开连接2') | 326 | + toast('与服务器断开连接2'); |
326 | } | 327 | } |
327 | }, | 328 | }, |
328 | error:function(res){ | 329 | error:function(res){ |
329 | - toast('与服务器断开连接3'); | 330 | + console.log("!!!!"); |
331 | + // toast('与服务器断开连接3'); | ||
330 | } | 332 | } |
331 | }); | 333 | }); |
332 | } | 334 | } |
-
请 注册 或 登录 后发表评论