|
@@ -104,11 +104,11 @@ $(".upload").on("click", function () {
|
|
|
$(".botmat1img").on("click", function () {
|
|
|
var codes = $(this).attr("data-text")
|
|
|
if (codes == "home") {
|
|
|
- wsss.send(ExexuteKeyBoard(3), form.sn);
|
|
|
+ wsss.send(ExexuteKeyBoard(3, form.sn));
|
|
|
} else if (codes == "return") {
|
|
|
- wsss.send(ExexuteKeyBoard(4), form.sn);
|
|
|
+ wsss.send(ExexuteKeyBoard(4, form.sn));
|
|
|
} else if (codes == "gengduo") {
|
|
|
- wsss.send(ExexuteKeyBoard(187), form.sn);
|
|
|
+ wsss.send(ExexuteKeyBoard(187, form.sn));
|
|
|
}
|
|
|
})
|
|
|
//高清控制
|