...
|
...
|
@@ -314,6 +314,7 @@ |
|
|
type:"POST",
|
|
|
data:{'user_id':user_id,'longitude':lng,'latitude':lat,'goods_id':goods_id},
|
|
|
success:function(res){
|
|
|
console.log("@@@@");
|
|
|
if(res.code == 1){
|
|
|
is_where_satisfy = res.data.is_where_satisfy;
|
|
|
if (is_satisfy == '1' && is_where_satisfy == '1') {
|
...
|
...
|
@@ -322,11 +323,12 @@ |
|
|
$(".quest_condition").show();
|
|
|
}
|
|
|
}else{
|
|
|
toast('与服务器断开连接2')
|
|
|
toast('与服务器断开连接2');
|
|
|
}
|
|
|
},
|
|
|
error:function(res){
|
|
|
toast('与服务器断开连接3');
|
|
|
console.log("!!!!");
|
|
|
// toast('与服务器断开连接3');
|
|
|
}
|
|
|
});
|
|
|
}
|
...
|
...
|
|