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:00:55 +0800
Commit
e7ff2d9897de26c22a83b861d0ee2f4746f22656
1 parent
7194cc91
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 @
e7ff2d9
...
...
@@ -309,7 +309,7 @@ function pageInit() {
var
$ms
=
$
(
'.icon.manual-service'
);
// 删除重新连线
$msgList
.
find
(
'.reconnect'
).
remove
();
$msgList
.
find
(
'.reconnect'
).
parent
(
'.push-tip'
).
remove
();
// 系统通知
systemTip
(
message
.
content
);
...
...
Please
register
or
login
to post a comment