Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
李奇
2016-12-18 18:08:28 +0800
Commit
30f140f14ce846aec7fbdba746981524eb91d656
1 parent
e7ff2d98
changed:连线机器人成功后删除所有重新连线提醒修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/service/client.page.js
public/js/service/client.page.js
View file @
30f140f
...
...
@@ -309,7 +309,7 @@ function pageInit() {
var
$ms
=
$
(
'.icon.manual-service'
);
// 删除重新连线
$msgList
.
find
(
'.reconnect'
).
parent
(
'.push-tip'
).
remove
();
$msgList
.
find
(
'.reconnect'
).
parent
s
(
'.push-tip'
).
remove
();
// 系统通知
systemTip
(
message
.
content
);
...
...
Please
register
or
login
to post a comment