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
60ca4ae2
Commit
60ca4ae2
authored
Jun 21, 2018
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
默认头像
parent
781f7426
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
Agent.php
application/index/controller/Agent.php
+1
-1
icon_head.png
public/static/user_header/icon_head.png
+0
-0
No files found.
application/index/controller/Agent.php
View file @
60ca4ae2
...
@@ -102,7 +102,7 @@ class Agent extends Basic
...
@@ -102,7 +102,7 @@ class Agent extends Basic
$data
[
'list'
]
=
$table
->
getListJoin
(
$pageNo
,
$pageSize
,
$order
,
$field
,
$join
,
$where
);
$data
[
'list'
]
=
$table
->
getListJoin
(
$pageNo
,
$pageSize
,
$order
,
$field
,
$join
,
$where
);
foreach
(
$data
[
'list'
]
as
$k
=>
$v
)
{
foreach
(
$data
[
'list'
]
as
$k
=>
$v
)
{
$data
[
'list'
][
$k
][
'agent_img'
]
=
$v
[
'img'
]
?
AGENTHEADERIMGURL
.
$v
[
'img'
]
:
'
'
;
$data
[
'list'
][
$k
][
'agent_img'
]
=
$v
[
'img'
]
?
AGENTHEADERIMGURL
.
$v
[
'img'
]
:
AGENTHEADERIMGURL
.
'icon_head.png
'
;
//$data['list'][$k]['agent_img'] = 'https://pre2.tonglianjituan.com/static/user_header/20180615/6528100f422ffa6f7d1cb1293c1eaaed.jpg' ;
//$data['list'][$k]['agent_img'] = 'https://pre2.tonglianjituan.com/static/user_header/20180615/6528100f422ffa6f7d1cb1293c1eaaed.jpg' ;
}
}
$data
[
'total'
]
=
$table
->
getTotal2
(
$join
,
$where
);
$data
[
'total'
]
=
$table
->
getTotal2
(
$join
,
$where
);
...
...
public/static/user_header/icon_head.png
0 → 100644
View file @
60ca4ae2
6.89 KB
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