Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
7880c2b5
Commit
7880c2b5
authored
Jul 15, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改 user_id
parent
4c0a7f8f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
4 deletions
+11
-4
office_detail_pc.js
public/app/js/office_detail_pc.js
+6
-2
shop_detail_pc.js
public/app/js/shop_detail_pc.js
+5
-2
No files found.
public/app/js/office_detail_pc.js
View file @
7880c2b5
...
...
@@ -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'
,
...
...
public/app/js/shop_detail_pc.js
View file @
7880c2b5
...
...
@@ -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'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment