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
d4fd721a
Commit
d4fd721a
authored
Jun 06, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
本人房源
parent
0ad47433
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
officeBuildingList.js
public/resource/js/officeBuildingList.js
+3
-2
No files found.
public/resource/js/officeBuildingList.js
View file @
d4fd721a
...
@@ -256,10 +256,10 @@ define(['doT', 'text!temp/office_building_list_template_tpl.html', 'css!style/ho
...
@@ -256,10 +256,10 @@ define(['doT', 'text!temp/office_building_list_template_tpl.html', 'css!style/ho
$
(
'#persional_shop'
).
unbind
(
'click'
).
bind
(
'click'
,
function
(){
$
(
'#persional_shop'
).
unbind
(
'click'
).
bind
(
'click'
,
function
(){
if
(
business
.
all_shop
){
if
(
business
.
all_shop
){
$
(
'#persional_shop'
).
html
(
"所有
商铺
"
);
$
(
'#persional_shop'
).
html
(
"所有
房源
"
);
$
(
'#persional_shop'
).
attr
(
"title"
,
"点击切换到所有商铺"
);
$
(
'#persional_shop'
).
attr
(
"title"
,
"点击切换到所有商铺"
);
}
else
{
}
else
{
$
(
'#persional_shop'
).
html
(
"本人
商铺
"
);
$
(
'#persional_shop'
).
html
(
"本人
房源
"
);
$
(
'#persional_shop'
).
attr
(
"title"
,
"点击切换到本人商铺"
);
$
(
'#persional_shop'
).
attr
(
"title"
,
"点击切换到本人商铺"
);
}
}
business
.
all_shop
=
!
business
.
all_shop
;
business
.
all_shop
=
!
business
.
all_shop
;
...
@@ -1315,6 +1315,7 @@ if(data.code == 200) {
...
@@ -1315,6 +1315,7 @@ if(data.code == 200) {
params
.
agent_id
=
user_info_obj
.
id
;
params
.
agent_id
=
user_info_obj
.
id
;
params
.
pageNo
=
business
.
pageNo
;
params
.
pageNo
=
business
.
pageNo
;
params
.
pageSize
=
business
.
pageSize
;
params
.
pageSize
=
business
.
pageSize
;
params
.
dish_id
=
business
.
all_shop
?
''
:
user_info_obj
.
id
;
//本人房源
if
(
$
(
'#is_show option:selected'
).
val
()){
if
(
$
(
'#is_show option:selected'
).
val
()){
params
.
is_show
=
$
(
'#is_show option:selected'
).
val
();
//c端显示
params
.
is_show
=
$
(
'#is_show option:selected'
).
val
();
//c端显示
}
}
...
...
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