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
93d6b72f
Commit
93d6b72f
authored
Sep 28, 2018
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文案显示
parent
73e675f9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
Broker.php
application/api/controller/Broker.php
+3
-0
No files found.
application/api/controller/Broker.php
View file @
93d6b72f
...
...
@@ -67,10 +67,12 @@ class Broker extends Basic
$list
=
$agents
->
getUser
(
$pageNo
,
$pageSize
,
'evaluate desc'
,
$fields
,
$where
);
if
(
!
empty
(
$agent_client
[
'id'
]))
{
$agent_client
[
'show_content'
]
=
'帮助客户找更多,善于了解客户需求'
;
array_unshift
(
$list
,
$agent_client
);
}
if
(
!
empty
(
$report_agent
[
0
][
'id'
]))
{
$report_agent
[
0
][
'show_content'
]
=
'我对本铺非常了解,最近带看本铺多次'
;
array_unshift
(
$list
,
$report_agent
[
0
]);
}
...
...
@@ -84,6 +86,7 @@ class Broker extends Basic
}
$list
[
$k
][
'evaluate_grade'
]
=
$evaluate_grade
;
$list
[
$k
][
'show_content'
]
=
'本铺由我登记,熟悉房源信息'
;
}
}
...
...
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