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
997439f5
Commit
997439f5
authored
Jul 13, 2018
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
客户列表和详情隐藏中间4位号码
parent
e8a6363a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
Member.php
application/index/controller/Member.php
+1
-0
Remark.php
application/index/controller/Remark.php
+1
-0
No files found.
application/index/controller/Member.php
View file @
997439f5
...
@@ -255,6 +255,7 @@ class Member extends Basic{
...
@@ -255,6 +255,7 @@ class Member extends Basic{
$data
[
'list'
]
=
$this
->
user
->
getUserAgent
(
$pageNo
,
$pageSize
,
'a.id DESC'
,
$fields
,
$where
,
$type
);
$data
[
'list'
]
=
$this
->
user
->
getUserAgent
(
$pageNo
,
$pageSize
,
'a.id DESC'
,
$fields
,
$where
,
$type
);
foreach
(
$data
[
'list'
]
as
$k
=>
$v
)
{
foreach
(
$data
[
'list'
]
as
$k
=>
$v
)
{
$data
[
'list'
][
$k
][
'user_phone'
]
=
hide_customer_phone
(
$data
[
'list'
][
$k
][
'user_phone'
]);
$data
[
'list'
][
$k
][
'current_agent_id'
]
=
$this
->
userId
;
$data
[
'list'
][
$k
][
'current_agent_id'
]
=
$this
->
userId
;
}
}
...
...
application/index/controller/Remark.php
View file @
997439f5
...
@@ -152,6 +152,7 @@ class Remark extends Basic
...
@@ -152,6 +152,7 @@ class Remark extends Basic
$user
=
new
Users
();
$user
=
new
Users
();
$user_res
=
$user
->
useraction_search_user_res
(
$user_id
,
1
);
$user_res
=
$user
->
useraction_search_user_res
(
$user_id
,
1
);
$user_res
[
'user_phone'
]
=
hide_customer_phone
(
$user_res
[
'user_phone'
]);
$user_res
[
'user_pic'
]
=
HEADERIMGURL
.
$user_res
[
'user_pic'
];
$user_res
[
'user_pic'
]
=
HEADERIMGURL
.
$user_res
[
'user_pic'
];
$table
=
new
AAgents
();
$table
=
new
AAgents
();
...
...
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