Commit 308aca85 authored by xinyuandu's avatar xinyuandu

修改参数

parent e7c83230
...@@ -807,7 +807,7 @@ if(data.code == 200) { ...@@ -807,7 +807,7 @@ if(data.code == 200) {
params.area = $('#area_id').val(); //面积筛选 params.area = $('#area_id').val(); //面积筛选
//添加个人商铺和所有商铺选择功能 //添加个人商铺和所有商铺选择功能
params.dish_id = this.all_shop ? '' : JSON.parse(decodeURIComponent(localStorage.getItem('userinfo'))).id ; params.dish_id = this.all_shop ? '' : user_info_obj.id ;
if($('#user_city_choose').val() == 310100){ if($('#user_city_choose').val() == 310100){
params.city = '上海市' ; params.city = '上海市' ;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment