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 17:48:11 +0800
Commit
7194cc91ae17d72844a11f7b8037626654ab0d68
1 parent
38416e44
changed:连线机器人成功后删除所有重新连线提醒
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
public/js/service/client.page.js
public/js/service/client.page.js
View file @
7194cc9
...
...
@@ -308,6 +308,9 @@ function pageInit() {
function
enterSuccess
(
message
)
{
var
$ms
=
$
(
'.icon.manual-service'
);
// 删除重新连线
$msgList
.
find
(
'.reconnect'
).
remove
();
// 系统通知
systemTip
(
message
.
content
);
...
...
Please
register
or
login
to post a comment