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
3e7e2f75
Commit
3e7e2f75
authored
Jun 11, 2018
by
clone
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'test-v2.0-0530' of
https://gitee.com/zwyjjc/tl_estate
into test-v2.0-0530
parents
cebeb687
10a98bc1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Client.php
application/api_broker/controller/Client.php
+1
-1
customerinfo_details_new.html
...ation/app_broker/view/index/customerinfo_details_new.html
+1
-1
No files found.
application/api_broker/controller/Client.php
View file @
3e7e2f75
...
...
@@ -61,7 +61,7 @@ class Client extends Basic
$push
=
new
PushMessageService
();
//A修改了刘小姐(Id:0822)的客方
$ccr_agent_data
=
$agent
->
getAgentInfo
(
'name,phone'
,
$this
->
params
[
'
agents
_id'
]);
$ccr_agent_data
=
$agent
->
getAgentInfo
(
'name,phone'
,
$this
->
params
[
'
ccr
_id'
]);
$content
=
"【
{
$ccr_agent_data
[
'name'
]
}
-
{
$ccr_agent_data
[
'phone'
]
}
修改了
{
$user_agent_id
[
'user_name'
]
}
(id:
{
$user_agent_id
[
'id'
]
}
)客方】"
;
// $content = "【你的客户客方被修改为{$agent_data['name']}-{$agent_data['phone']}】";
$push
->
pushMessageById
(
$user_agent_id
[
'agent_id'
],
'客方修改'
,
$content
);
...
...
application/app_broker/view/index/customerinfo_details_new.html
View file @
3e7e2f75
...
...
@@ -31,7 +31,7 @@
<div
class=
"info-area"
>
<div
class=
"flex-center"
><img
src=
"/app/images/ic_default_headpic.png"
onerror=
"javascript:this.src='/app/images/ic_default_headpic.png'"
id=
"customer_pic"
/></div>
<div>
<p><span
id=
"name"
></span><span
class=
"edit-btn"
><
span
id=
"customer_sex"
></span><img
src=
"/app/images/boy_ic@2x.png"
class=
"sex-icon"
/
></p>
<p><span
id=
"name"
></span><span
class=
"edit-btn"
><
img
src=
"/app/images/boy_ic@2x.png"
class=
"sex-icon"
/></span
></p>
<p><a
href=
"javascript:;"
id=
"call_list_open_btn"
class=
"flex-center"
><span
id=
"customer_phone"
></span><img
src=
"/app/images/ic_tel.png"
/></a></p>
<p><span
class=
"flex-center"
id=
"industry_type"
></span><span
class=
"flex-center"
id=
"price_demand"
></span><span
class=
"flex-center"
id=
"area_demand"
></span></p>
</div>
...
...
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