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
a38c9e11
Commit
a38c9e11
authored
Jun 11, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
昵称修改
parent
4442dae0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
users_list.html
application/index/view/member/users_list.html
+1
-1
getCollection.js
public/resource/js/getCollection.js
+3
-3
user.js
public/resource/js/user.js
+1
-1
No files found.
application/index/view/member/users_list.html
View file @
a38c9e11
...
@@ -372,7 +372,7 @@
...
@@ -372,7 +372,7 @@
<div
class=
"modal-footer"
>
<div
class=
"modal-footer"
>
<button
type=
"button"
class=
"btn btn-default"
data-dismiss=
"modal"
id=
"close"
>
关闭
<button
type=
"button"
class=
"btn btn-default"
data-dismiss=
"modal"
id=
"close"
>
关闭
</button>
</button>
<button
type=
"button"
class=
"btn btn-primary"
data-dismiss=
"modal"
id=
"add_user"
>
<button
type=
"button"
class=
"btn btn-primary"
id=
"add_user"
>
提交
提交
</button>
</button>
</div>
</div>
...
...
public/resource/js/getCollection.js
View file @
a38c9e11
...
@@ -203,13 +203,13 @@ define(['doT', 'text!temp/get_collection_template_tpl.html', 'css!style/home.css
...
@@ -203,13 +203,13 @@ define(['doT', 'text!temp/get_collection_template_tpl.html', 'css!style/home.css
if
(
temp
*
1
==
60
){
if
(
temp
*
1
==
60
){
$
(
"#follow_list"
).
find
(
"tr"
).
eq
(
e
).
find
(
"td"
).
eq
(
5
).
html
(
"进场费"
)
$
(
"#follow_list"
).
find
(
"tr"
).
eq
(
e
).
find
(
"td"
).
eq
(
5
).
html
(
"进场费"
)
}
}
if
(
temp
_two
*
1
==
70
){
if
(
temp
*
1
==
70
){
$
(
"#follow_list"
).
find
(
"tr"
).
eq
(
e
).
find
(
"td"
).
eq
(
5
).
html
(
"转让费"
)
$
(
"#follow_list"
).
find
(
"tr"
).
eq
(
e
).
find
(
"td"
).
eq
(
5
).
html
(
"转让费"
)
}
}
if
(
temp
_two
*
1
==
80
){
if
(
temp
*
1
==
80
){
$
(
"#follow_list"
).
find
(
"tr"
).
eq
(
e
).
find
(
"td"
).
eq
(
5
).
html
(
"其他"
)
$
(
"#follow_list"
).
find
(
"tr"
).
eq
(
e
).
find
(
"td"
).
eq
(
5
).
html
(
"其他"
)
}
}
if
(
temp
_two
*
1
==
90
){
if
(
temp
*
1
==
90
){
$
(
"#follow_list"
).
find
(
"tr"
).
eq
(
e
).
find
(
"td"
).
eq
(
5
).
html
(
"佣金"
)
$
(
"#follow_list"
).
find
(
"tr"
).
eq
(
e
).
find
(
"td"
).
eq
(
5
).
html
(
"佣金"
)
}
}
...
...
public/resource/js/user.js
View file @
a38c9e11
...
@@ -238,7 +238,7 @@ define (['doT', 'text!temp/user_template_tpl.html','ckfinder','ckfinderStart', '
...
@@ -238,7 +238,7 @@ define (['doT', 'text!temp/user_template_tpl.html','ckfinder','ckfinderStart', '
Submit_follow
:
function
()
{
//提交
Submit_follow
:
function
()
{
//提交
var
params
=
{};
var
params
=
{};
params
.
id
=
user
.
user_id
;
params
.
id
=
user
.
user_id
;
params
.
user_n
ick
=
$
(
"#cus_name"
).
val
();
params
.
user_n
ame
=
$
(
"#cus_name"
).
val
();
params
.
user_phone
=
$
(
"#cus_phone"
).
html
();
params
.
user_phone
=
$
(
"#cus_phone"
).
html
();
params
.
agent_id
=
user
.
agent_id2
;
params
.
agent_id
=
user
.
agent_id2
;
params
.
sex
=
$
(
"#sex"
).
val
();
params
.
sex
=
$
(
"#sex"
).
val
();
...
...
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