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-21 16:21:05 +0800
Commit
f957fd431ebb15a68d4a2a5be1a94783b5921d5e
1 parent
82370c6b
fixed:评价后是否关闭修正
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 @
f957fd4
...
...
@@ -938,7 +938,7 @@ function pageInit() {
socketChat
.
send
(
socketConfCM
);
// 完成后关闭
if
(
processInfo
.
completeClose
)
{
if
(
processInfo
.
completeClose
)
{
window
.
close
();
}
}
...
...
Please
register
or
login
to post a comment