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
5a9d010f
Commit
5a9d010f
authored
Jul 11, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
客户修改
parent
b5bb3075
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
users_list.html
application/index/view/member/users_list.html
+1
-1
user.js
public/resource/js/user.js
+1
-1
No files found.
application/index/view/member/users_list.html
View file @
5a9d010f
...
...
@@ -541,7 +541,7 @@
<!--是否vip-->
<!--<label for="inputEmail3" class="col-sm-3 control-label">VIP客户:</label>-->
<span
class=
"fore-span ld-Marheight"
>
VIP客户:
</span>
<select
class=
"form-control btn
6
"
id=
"user_vip2"
>
<select
class=
"form-control btn
4 ld-Marheight
"
id=
"user_vip2"
>
<option
value=
''
class=
"successModel"
>
请选择
</option>
<option
value=
"1"
>
是
</option>
<option
value=
"0"
>
否
</option>
...
...
public/resource/js/user.js
View file @
5a9d010f
...
...
@@ -570,7 +570,7 @@ define(['doT', 'text!temp/user_template_tpl.html', 'ckfinder', 'ckfinderStart',
$
(
"#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
);
//性别
$
(
"#user_vip2"
).
val
(
data
.
data
.
user_info
.
sex
);
//是否vip
$
(
"#user_vip2"
).
val
(
data
.
data
.
user_info
.
vip
);
//是否vip
$
(
"#cus_phone"
).
html
(
hideTel
(
data
.
data
.
user_info
.
user_phone
));
//电话
$
(
"#cus_date"
).
html
(
data
.
data
.
user_info
.
create_time
);
//创建时间
$
(
"#referrer_user"
).
html
(
data
.
data
.
user_info
.
referrer_user
);
//上传时间
...
...
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