Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
fenzhan_zsb
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
esf
fenzhan_zsb
Commits
485380ec
Commit
485380ec
authored
Dec 30, 2019
by
zhangkuanguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
芜湖放心看
parent
925245d5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
sell.php
new_admincp/applications/zsb/controllers/sell.php
+7
-2
No files found.
new_admincp/applications/zsb/controllers/sell.php
View file @
485380ec
...
...
@@ -293,7 +293,8 @@ class Sell extends MY_Controller {
//获取经纪人星级//20160309 xue add
$broker_info
=
$this
->
broker_model
->
get_broker_info
();
$data_page
[
'broker_starlevel'
]
=
$broker_info
[
'starlevel'
];
$data_page
[
'real_status'
]
=
$broker_info
[
'real_status'
];
$real_status
=
$broker_info
[
'real_status'
];
$data_page
[
'real_status'
]
=
$real_status
;
//读取房源模板信息
...
...
@@ -410,7 +411,11 @@ class Sell extends MY_Controller {
}
$is_open_real_house
=
$this
->
config
->
item
(
'is_open_real_house'
);
$data_page
[
'is_show_real'
]
=
$is_open_real_house
;
$is_show_real
=
0
;
if
(
$real_status
&&
$is_open_real_house
){
$is_show_real
=
1
;
}
$data_page
[
'is_show_real'
]
=
$is_show_real
;
//加载模板
$this
->
render_publish
(
$data_page
);
}
...
...
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