Commit 6fe64c65 authored by agping's avatar agping

1

parent 4e010f7f
......@@ -380,7 +380,9 @@ require(['vue','css!style/office_detail_pc.css','jquery0325', 'common'], functio
// 'phone_b': _this.activeLandlord.phone,
'AuthToken': _this.user_info_obj.AuthToken,
'user_id': _this.activeLandlord.id,
'landlord': 1
'landlord': 1,
'type': 2,//1商铺 2楼盘房源
},
......
......@@ -357,7 +357,8 @@ require(['vue','css!style/shop_detail_pc.css','jquery0325', 'common'], function(
// 'phone_b': _this.activeLandlord.phone,
'AuthToken': _this.user_info_obj.AuthToken,
'user_id': _this.activeLandlord.id,
'landlord': 1
'landlord': 1,
'type': 1,//1商铺 2楼盘房源
},
timeout: 30000,
......
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