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
4618cf06
Commit
4618cf06
authored
Jul 22, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
099355d2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
users_list.html
application/index/view/member/users_list.html
+3
-1
user.js
public/resource/js/user.js
+1
-0
user_template_tpl.html
public/resource/template/user_template_tpl.html
+1
-1
No files found.
application/index/view/member/users_list.html
View file @
4618cf06
...
...
@@ -648,7 +648,9 @@
</td>
<td>
<span
class=
"fore-span ld-Marheight"
>
昵称:
</span>
<img
src=
""
alt=
""
id=
"user_pic"
class=
"fore-span ld-Marheight diagram-image J_preview"
/>
<!--<input type="hidden" value='[%= it[item]["agent_img"] %]'>-->
<!--<img src='' class="diagram-image J_preview" data-bimg=''>-->
<img
src=
""
alt=
""
id=
"user_pic"
class=
"fore-span ld-Marheight diagram-image J_preview"
data-bimg=
''
/>
<span
class=
"fore-span ld-Marheight"
id=
"cus_nick"
></span>
</td>
</tr>
...
...
public/resource/js/user.js
View file @
4618cf06
...
...
@@ -614,6 +614,7 @@ define(['doT', 'text!temp/user_template_tpl.html', 'ckfinder', 'ckfinderStart',
$
(
"#cus_name"
).
val
(
data
.
data
.
user_info
.
user_name
);
//姓名
$
(
"#cus_nick"
).
html
(
data
.
data
.
user_info
.
user_nick
);
//昵称
$
(
"#user_pic"
).
attr
(
'src'
,
data
.
data
.
user_info
.
user_pic
);
//头像
$
(
"#user_pic"
).
attr
(
'data-bimg'
,
data
.
data
.
user_info
.
user_pic
);
//鼠标放上去放大头像
$
(
"#registration_time"
).
html
(
data
.
data
.
user_info
.
registration_time
);
$
(
"#firstlogin_time"
).
html
(
data
.
data
.
user_info
.
first_login_time
);
//第一次登陆时间
$
(
"#sex"
).
val
(
data
.
data
.
user_info
.
sex
);
//性别
...
...
public/resource/template/user_template_tpl.html
View file @
4618cf06
...
...
@@ -17,7 +17,7 @@
[
%
if
(
it
[
item
][
"user_status"
]
!=
null
)
{
%
]
[
%=
it
[
item
][
"user_status"
]
%
]
[
%
}
%
]
<
/td>--
>
<
td
>
[
%
if
(
it
[
item
][
"user_status"
]
==
0
)
{
%
]
求租
[
%
}
else
if
(
it
[
item
][
"user_status"
]
==
1
)
{
%
]
以
租
[
%
}
else
{
%
]
无效
[
%
}
%
]
[
%
if
(
it
[
item
][
"user_status"
]
==
0
)
{
%
]
求租
[
%
}
else
if
(
it
[
item
][
"user_status"
]
==
1
)
{
%
]
已
租
[
%
}
else
{
%
]
无效
[
%
}
%
]
<
/td
>
<
td
>
[
%
if
(
it
[
item
][
"industry_type"
]
!=
null
)
{
%
]
[
%=
it
[
item
][
"industry_type"
]
%
]
[
%
}
%
]
...
...
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