Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
guodong
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
307168ec
authored
Mar 12, 2021
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
be8962d6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
0 deletions
gzh/customer/guodong.html
gzh/customer/index.html
gzh/customer/naicha.html
gzh/customer/guodong.html
View file @
307168ec
...
...
@@ -593,7 +593,12 @@
checkTimer
=
null
;
sendtime
=-
1
;
recOk
=
false
var
guestid
=
$
(
"#guestid"
).
val
();
map
.
set
(
"guestid"
,
guestid
);
var
msg
=
new
WsMsg
(
2100
,
''
,
JSON
.
stringify
(
mapToObj
(
map
)));
ws
.
send
(
JSON
.
stringify
(
msg
));
$
(
"#guestid"
).
val
(
''
);
ws
.
close
();
}
}
...
...
@@ -713,6 +718,7 @@
setCookie
(
name
,
""
,
-
1
);
}
</script>
</body>
</html>
\ No newline at end of file
gzh/customer/index.html
View file @
307168ec
...
...
@@ -594,6 +594,10 @@
checkTimer
=
null
;
sendtime
=-
1
;
recOk
=
false
var
guestid
=
$
(
"#guestid"
).
val
();
map
.
set
(
"guestid"
,
guestid
);
var
msg
=
new
WsMsg
(
2100
,
''
,
JSON
.
stringify
(
mapToObj
(
map
)));
ws
.
send
(
JSON
.
stringify
(
msg
));
$
(
"#guestid"
).
val
(
''
);
ws
.
close
();
}
...
...
gzh/customer/naicha.html
View file @
307168ec
...
...
@@ -593,6 +593,10 @@
checkTimer
=
null
;
sendtime
=-
1
;
recOk
=
false
var
guestid
=
$
(
"#guestid"
).
val
();
map
.
set
(
"guestid"
,
guestid
);
var
msg
=
new
WsMsg
(
2100
,
''
,
JSON
.
stringify
(
mapToObj
(
map
)));
ws
.
send
(
JSON
.
stringify
(
msg
));
$
(
"#guestid"
).
val
(
''
);
ws
.
close
();
}
...
...
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