Commit 7880c2b5 authored by agping's avatar agping

修改 user_id

parent 4c0a7f8f
......@@ -377,8 +377,12 @@ require(['vue','css!style/office_detail_pc.css','jquery0325', 'common'], functio
//url: '/index/bindAXB',
data: {
'phone_a': _this.selectPhone,
'phone_b': _this.activeLandlord.phone,
'AuthToken': _this.user_info_obj.AuthToken
// 'phone_b': _this.activeLandlord.phone,
'AuthToken': _this.user_info_obj.AuthToken,
'user_id': _this.activeLandlord.id,
'landlord': 1
},
timeout: 30000,
dataType: 'json',
......
......@@ -354,8 +354,11 @@ require(['vue','css!style/shop_detail_pc.css','jquery0325', 'common'], function(
//url: '/index/bindAXB',
data: {
'phone_a': _this.selectPhone,
'phone_b': _this.activeLandlord.phone,
'AuthToken': _this.user_info_obj.AuthToken
// 'phone_b': _this.activeLandlord.phone,
'AuthToken': _this.user_info_obj.AuthToken,
'user_id': _this.activeLandlord.id,
'landlord': 1
},
timeout: 30000,
dataType: 'json',
......
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