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
796e9169
Commit
796e9169
authored
Aug 10, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
d27c8d61
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
1 deletion
+19
-1
RemarkFollowIndex.js
public/resource/js/RemarkFollowIndex.js
+6
-0
callPhoneIndex.js
public/resource/js/callPhoneIndex.js
+6
-0
myCollectionUserList.js
public/resource/js/myCollectionUserList.js
+7
-1
No files found.
public/resource/js/RemarkFollowIndex.js
View file @
796e9169
...
...
@@ -1048,6 +1048,12 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'ckfinder', 'ckfinde
user
.
user_id
=
data
.
data
.
user_id
;
user
.
Caozuo
();
user
.
getGenjincon
();
if
(
data
.
data
.
user_id
==
data
.
data
.
max_user_id
){
user
.
user_id
=
data
.
data
.
max_user_id
-
1
;
};
if
(
data
.
data
.
user_id
==
data
.
data
.
min_user_id
){
user
.
user_id
=
data
.
data
.
min_user_id
+
1
;
}
}
else
{
alert
(
data
.
msg
)
}
...
...
public/resource/js/callPhoneIndex.js
View file @
796e9169
...
...
@@ -1058,6 +1058,12 @@ define(['doT', 'text!temp/callPhone_template_tpl.html', 'ckfinder', 'ckfinderSta
user
.
user_id
=
data
.
data
.
user_id
;
user
.
Caozuo
();
user
.
getGenjincon
();
if
(
data
.
data
.
user_id
==
data
.
data
.
max_user_id
){
user
.
user_id
=
data
.
data
.
max_user_id
-
1
;
};
if
(
data
.
data
.
user_id
==
data
.
data
.
min_user_id
){
user
.
user_id
=
data
.
data
.
min_user_id
+
1
;
}
}
else
{
alert
(
data
.
msg
)
}
...
...
public/resource/js/myCollectionUserList.js
View file @
796e9169
...
...
@@ -1060,10 +1060,16 @@ define(['doT', 'text!temp/my_collection_user_template_tpl.html', 'ckfinder', 'ck
},
dataType
:
'json'
,
success
:
function
(
data
)
{
if
(
data
.
code
==
200
&&
data
.
data
)
{
if
(
data
.
code
==
200
&&
data
.
data
.
length
!=
0
)
{
user
.
user_id
=
data
.
data
.
user_id
;
user
.
Caozuo
();
user
.
getGenjincon
();
if
(
data
.
data
.
user_id
==
data
.
data
.
max_user_id
){
user
.
user_id
=
data
.
data
.
max_user_id
-
1
;
};
if
(
data
.
data
.
user_id
==
data
.
data
.
min_user_id
){
user
.
user_id
=
data
.
data
.
min_user_id
+
1
;
}
}
else
{
alert
(
data
.
msg
)
}
...
...
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