WXtrialInterface.html 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title></title>
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <meta name="x5-orientation" content="portrait" />
  8. <meta name="screen-orientation" content="portrait" />
  9. <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
  10. <meta name="apple-mobile-web-app-capable" content="yes">
  11. <!-- 删除苹果默认的工具栏和菜单栏 -->
  12. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  13. <!-- 设置苹果工具栏颜? -->
  14. <meta name="format-detection" content="telphone=no, email=no">
  15. <!-- 忽略页面中的数字识别为电话,忽略email识别 -->
  16. <!-- 启用360浏览器的极速模?(webkit) -->
  17. <meta name="renderer" content="webkit">
  18. <!-- 针对手持设备优化,主要是针对一些老的不识别viewport的浏览器,比如黑? -->
  19. <meta name="HandheldFriendly" content="true">
  20. <!-- 微软的老式浏览? -->
  21. <meta name="MobileOptimized" content="320">
  22. <!-- 不能旋转,问题出在这 -->
  23. <!-- UC强制全屏 -->
  24. <meta name="full-screen" content="yes">
  25. <!-- QQ强制全屏 -->
  26. <meta name="x5-fullscreen" content="true">
  27. <!-- UC应用模式 -->
  28. <meta name="browsermode" content="application">
  29. <!-- QQ应用模式 -->
  30. <meta name="x5-page-mode" content="app">
  31. <!-- windows phone 点击无高? -->
  32. <meta name="msapplication-tap-highlight" content="no">
  33. <link rel="stylesheet" type="text/css" href="css/WXtrialInterface.css" />
  34. <link rel="stylesheet" href="https://cdn.bootcss.com/weui/1.1.3/style/weui.min.css" />
  35. <link rel="stylesheet" href="https://cdn.bootcss.com/jquery-weui/1.2.1/css/jquery-weui.min.css" />
  36. </head>
  37. <body class="scroll h-player" style="overscroll-behavior: contain;">
  38. <div class="container" id="player">
  39. <div class="muted" id="btnMuted">
  40. <div class="control-right-img" data-id="1">
  41. <img src="../static/img/xuanfu_icon.png">
  42. </div>
  43. </div>
  44. <div id="wine">
  45. <video id="playerVideo" muted="muted" x5-video-orientation="landscape" playsinline="true" autoplay="true"
  46. webkit-playsinline="true" x5-playsinline="true" x5-video-player-type="h5" x5-video-player-fullscreen="false"
  47. style="pointer-events: none;object-fit: fill;width: 100%;height:100%"></video>
  48. <div id="box"></div>
  49. <audio preload="auto" autoplay controls poster="images/loader-thumb.jpg" id="audioPlayer"
  50. style="position: absolute;top: 0;width: 0;height: 0;"></audio>
  51. </div>
  52. <div class="leftmains">
  53. <div class="PictureQualityMain">
  54. <div class="PictureQuality " data-id="1803000">高清</div>
  55. <div class="PictureQuality avit" data-id="1243000">标清</div>
  56. <div class="PictureQuality" data-id="400000">极速</div>
  57. <div class="PictureQuality" data-id="200">自动</div>
  58. </div>
  59. <div class="operation">
  60. <div class="upload" id="showsuss" data-text="uploads">
  61. <img src="../static/img/wx/shangchuan_icon.png">
  62. <div>上传</div>
  63. </div>
  64. <div class="upload" onclick="showShearPlate()" data-text="Shearplate">
  65. <img src="../static/img/wx/jianqieban_icon.png">
  66. <div>剪贴板</div>
  67. </div>
  68. <div class="upload" id="upload" data-text="Signout">
  69. <img src="../static/img/wx/tuichu_icon.png">
  70. <div>退出</div>
  71. </div>
  72. </div>
  73. </div>
  74. <div class="bottommains">
  75. <div class="botmat1">
  76. <div class="botmat1img" data-text="gengduo">
  77. <img src="../static/img/wx/gengduo_icon.png">
  78. </div>
  79. </div>
  80. <div class="botmat1">
  81. <div class="botmat1img" data-text="home">
  82. <img src="../static/img/wx/home_icon.png">
  83. </div>
  84. </div>
  85. <div class="botmat1">
  86. <div class="botmat1img" data-text="return">
  87. <img src="../static/img/wx/fanhui_icon.png">
  88. </div>
  89. </div>
  90. </div>
  91. <div class="loading"></div>
  92. </div>
  93. <div class="mask">
  94. <div class="box-shear-plate"></div>
  95. <img class="close" onclick="handleClose()" src="img/guanbi_icon@2x.png" alt="">
  96. </div>
  97. <div class="weui-mask_transparent"></div>
  98. <div class="weui-toast weui_loading_toast weui-toast--visible">
  99. <div class="weui_loading"><i class="weui-loading weui-icon_toast"></i></div>
  100. <p class="weui-toast_content">数据加载中</p>
  101. </div>
  102. <body oncontextmenu="Back()">
  103. </body>
  104. <script type="text/javascript" src="https://res.wx.qq.com/open/js/jweixin-1.3.2.js"></script>
  105. <script type="text/javascript" src="../static/js/jquery-1.11.0.min.js"></script>
  106. <script type="text/javascript" src="helper.js"></script>
  107. <script type="text/javascript" src="pcm-player.js"></script>
  108. <script type="text/javascript" src="https://cdn.bootcss.com/vConsole/3.2.0/vconsole.min.js"></script>
  109. <script src="https://cdn.bootcss.com/jquery-weui/1.2.1/js/jquery-weui.min.js"></script>
  110. <script type="text/javascript" src="WXdraw.js?v=110"></script>
  111. <script type="text/javascript" src="jmuxer.js"></script>
  112. <script>
  113. var isAudioPlay = false;
  114. $.alert({
  115. title: '提示',
  116. text: '开始使用云手机',
  117. onOK: function () {
  118. var video = document.getElementById("playerVideo");
  119. video.play();
  120. isAudioPlay = true;
  121. }
  122. });
  123. var topwinHeight = window.screen.height - window.innerHeight + 30; //计算title top 头部
  124. $('#wine').css({
  125. "width": window.screen.width,
  126. "height": window.screen.height - topwinHeight - 20,
  127. "position": "absolute"
  128. });
  129. $('.loading').css({
  130. "width": window.screen.width,
  131. "height": window.screen.height - topwinHeight - 20
  132. });
  133. var winese = document.createElement("wine");
  134. wine.style.top = "-" + winese + 'px';
  135. var requestCount = 0;
  136. var isVisuable = true;
  137. var isFeed = true;
  138. var isDrag = false;
  139. var isEnough = true;
  140. var isFinish = false;
  141. var delayTime = new Date().getTime();
  142. var curTime = new Date().getTime();
  143. var myVideo = document.getElementById("playerVideo");
  144. Module = {};
  145. Module.onRuntimeInitialized = function () {
  146. isFinish = true;
  147. }
  148. var isWSS = true;
  149. var parameters = GetRequest();
  150. var ip = parameters["ip"];
  151. var cardToken = parameters["cardToken"];
  152. cardToken = cardToken && cardToken.replace(/@/g,"=");
  153. var appletPushAddress = parameters["appletPushAddress"];
  154. var socketURL = isWSS ? "wss://" + appletPushAddress + "?cardIp=" + ip + "&token=" + cardToken : "ws://" + appletPushAddress + "?cardIp=" + ip + "&token=" + cardToken;
  155. // var socketURL = "wss://192.168.31.198/businessChannel?cardIp=192.168.20.53&token=LDAz32tutqS9wQqi0WlmvJ68/Is83cX+kavJQij1IMRvewgZ1dLvviFZqd4b8gcaR1eLztR/ViRLyyAVvZO7GA==";
  156. // var socketURL = "ws://192.168.20.53:9100";
  157. var jmuxer = new JMuxer({
  158. node: 'playerVideo',
  159. flushingTime: 33,
  160. fps: 30,
  161. mode: 'video',
  162. debug: false
  163. });
  164. window.onload = function () {
  165. curTime = new Date().getTime();
  166. var myPlay = document.getElementById("wine");
  167. myPlay.onkeydown = function (event) {
  168. ExexuteKeyDown(e.keyCode);
  169. }
  170. }
  171. var ws, errorTime = 0;
  172. doConnect();
  173. // 节流
  174. // 设置一个标志
  175. function throttle(fn, delay) {
  176. let flag = true;
  177. errorTime += delay;
  178. return () => {
  179. if (!flag) return;
  180. flag = false;
  181. timer = setTimeout(() => {
  182. fn();
  183. flag = true;
  184. }, delay);
  185. };
  186. }
  187. var intervaler;
  188. function doConnect() {
  189. ws = new WebSocket(socketURL);
  190. ws.binaryType = 'arraybuffer';
  191. intervaler = setInterval(() => {
  192. if (ws.readyState === 1) {
  193. ws.send("ping");
  194. } else {
  195. wx.miniProgram.switchTab({
  196. url: '/pages/home/home'
  197. });
  198. }
  199. }, 3000);
  200. ws.addEventListener('open', function (event) {
  201. // sn只要长度满足17位随机数,不需要从后台获取
  202. var verifyBuffer = VerifyCode('RK3923C1201900139', cardToken);
  203. console.log("鉴权报文:" + PrintArry(verifyBuffer));
  204. ws.send(verifyBuffer);
  205. });
  206. ws.addEventListener('error', function (event) {
  207. ws.close();
  208. clearInterval(intervaler);
  209. throttle(doConnect, 100);
  210. if (errorTime > 1000) {
  211. wx.miniProgram.switchTab({
  212. url: '/pages/home/home'
  213. })
  214. }
  215. });
  216. ws.addEventListener('message', function (event) {
  217. var data = ParseProto(event.data); //JAVA服务器转发
  218. if (isAudioPlay) {
  219. $('.weui-mask_transparent').hide();
  220. $('.weui-toast').hide();
  221. $('.loading').hide();
  222. }
  223. var input = new Uint8Array(event.data);
  224. if (data.audio != null && isAudioPlay) { //喂音频
  225. if (input[0] == 0xff) {
  226. if (isFinish) {
  227. decodeAAC(input);
  228. }
  229. }
  230. }
  231. if (data.video != null) { //喂视频
  232. if (isFeed) {
  233. jmuxer.feed(data);
  234. }
  235. }
  236. });
  237. }
  238. document.addEventListener("visibilitychange", function () {
  239. if (document.visibilityState == "visible") {
  240. var buffer = RequestIFrame();
  241. ws.send(buffer);
  242. isVisuable = true;
  243. } else {
  244. isVisuable = false;
  245. isFeed = false;
  246. myVideo.pause();
  247. }
  248. });
  249. myVideo.addEventListener('pause', function () {
  250. isFeed = false;
  251. });
  252. var decodeCount = 1;
  253. var player = new PCMPlayer({
  254. encoding: '16bitInt',
  255. channels: 2,
  256. sampleRate: 44100,
  257. flushingTime: 22,
  258. debug: false
  259. });
  260. function handleClose() {
  261. document.body.addEventListener('touchmove', function (e) {
  262. e.preventDefault()
  263. }, {
  264. passive: false
  265. })
  266. $('.mask').hide();
  267. }
  268. function decodeAAC(data) {
  269. var retPtr = Module._malloc(4 * 5 * 1024); // 接收的数据
  270. var inputPtr = Module._malloc(4 * data.length); // 输入数据
  271. for (var i = 0; i < data.length; i++) {
  272. Module.HEAPU8[(inputPtr) + i] = data[i]; //转换为堆数据
  273. }
  274. var pcmLen = Module._feedData(retPtr, inputPtr, data.length);
  275. if (pcmLen >= 0) {
  276. var pcmData = new Uint8Array(pcmLen);
  277. for (var i = 0; i < pcmLen; i++) {
  278. pcmData[i] = Module.HEAPU8[(retPtr) + i]
  279. }
  280. player.feed(pcmData);
  281. }
  282. decodeCount++;
  283. Module._free(inputPtr);
  284. Module._free(retPtr);
  285. }
  286. //解协议
  287. function ParseProto(data) {
  288. var input = new Uint8Array(data),
  289. duration,
  290. video,
  291. audio;
  292. if (input[0] == 0 && input[1] == 0 && input[2] == 0 && input[3] == 1) {
  293. video = input;
  294. duration = 24;
  295. var nalType = input[4] & 0x1f;
  296. if (!isFeed) {
  297. if (nalType == 0x05 && isVisuable) {
  298. isFeed = true;
  299. }
  300. }
  301. } else if (input[0] == 0xff) {
  302. if (!isEnough) {
  303. requestCount++;
  304. }
  305. audio = input;
  306. if (new Date().getTime() - curTime > 100) {
  307. delayTime = new Date().getTime();
  308. }
  309. curTime = new Date().getTime();
  310. duration = 24;
  311. } else if (input[0] == 0x68) {
  312. if(input[23] == 0x5c){
  313. console.log("收到消息:" + PrintArry(input));
  314. if(CheckVerifyCode(input)) {
  315. ws.send(ConfigChannel('RK3923C1201900139'));
  316. var checkBuffer = GetScreenState();
  317. ws.send(checkBuffer);
  318. }
  319. else {
  320. $.toast("音视频鉴权失败", "text");
  321. clearInterval(intervaler);
  322. ws.close();
  323. wsss.close();
  324. wx.miniProgram.switchTab({
  325. url: '/pages/home/home'
  326. });
  327. }
  328. }
  329. if (input[23] == 0x05) { //横竖屏标识
  330. var state = CheckScreenDirection(input.slice(24, 24 + 8));
  331. if (state == 1) {
  332. console.log("安卓卡此时竖屏");
  333. //竖屏处理
  334. resolving = 1;
  335. } else {
  336. console.log("安卓卡此时横屏");
  337. //横屏处理
  338. resolving = 0;
  339. }
  340. }
  341. if(input[23] == 0x0B)//多端登录处理, 数据从索引24开始取, input 是接收到的原始数据
  342. {
  343. var jsonobj = checkMultiLoginInfo(input);
  344. }
  345. }
  346. return {
  347. audio: audio,
  348. video: video,
  349. duration: duration
  350. };
  351. }
  352. function GetRequest() {
  353. var url = location.search; // 获取url中"?"符后的字串
  354. var obj = new Object();
  355. if (url.indexOf("?") != -1) {
  356. var str = url.substr(1);
  357. strs = str.split("&");
  358. for (var i = 0; i < strs.length; i++) {
  359. obj[strs[i].split("=")[0]] = (strs[i].split("=")[1]);
  360. }
  361. }
  362. return obj;
  363. }
  364. function Back() {
  365. ExexuteKeyDown(4);
  366. window.event.returnValue = false;
  367. return false;
  368. }
  369. var url = window.location.href;
  370. url = url.split('/');
  371. var baseUrl = url[0] + '//' + url[2];
  372. var form = {};
  373. form.cardToken = parameters['cardToken'];
  374. form.userCardId = parameters['userCardId'];
  375. function array_unique(arr) {
  376. return arr.filter(function (e, i) {
  377. return arr.indexOf(e) === i;
  378. })
  379. }
  380. var cutList = [];
  381. function showShearPlate() {
  382. $('.box-shear-plate').empty();
  383. $.ajax({
  384. url: baseUrl + "/api/user/v1/shear/content",
  385. headers: {
  386. 'Authorization': form.cardToken
  387. },
  388. type: 'get',
  389. dataType: 'json',
  390. success: function (res) {
  391. if (res.status === 0) {
  392. if (res.data.length) {
  393. cutList = array_unique(res.data)
  394. var str = '<div class="title">剪贴板<div onclick="handleClear()" class="btn-clear">清空</div></div><div class="slide-wrapper-content">'
  395. cutList.forEach(function (item) {
  396. str += "<div class='slide-wrapper'><div class='slide-scroll animate-slide-start'><div class='slide-content'><div onclick='handleCopy(\"" + item.content + "\")'>" + item.content + "</div></div><div class='slide-content-button'><button onclick='handleDelete(" + item.id + ")'>删除</button></div></div></div>"
  397. })
  398. str += '</div>'
  399. $('.box-shear-plate').append(str);
  400. } else {
  401. $('.box-shear-plate').append('<img class="empty" src="img/jianqieban_pic@2x.png" alt="" /><div class="empty-txt">剪贴板为空</div>')
  402. }
  403. $('.mask').show();
  404. initSlider();
  405. } else {
  406. $('.box-shear-plate').append('<img class="empty" src="img/jianqieban_pic@2x.png" alt="" /><div class="empty-txt">剪贴板为空</div>')
  407. $('.mask').show();
  408. }
  409. }
  410. })
  411. }
  412. // 清空剪贴板
  413. function handleClear() {
  414. var ids = '';
  415. cutList.forEach(function (item) {
  416. ids += 'ids=' + item.id + '&'
  417. });
  418. ids = ids.substring(0, ids.lastIndexOf('&'));
  419. $.confirm("确定清空剪贴板?", function () {
  420. $.ajax({
  421. url: baseUrl + "/api/user/v1/shear/content?" + ids,
  422. headers: {
  423. 'Authorization': form.cardToken
  424. },
  425. type: 'DELETE',
  426. dataType: 'json',
  427. success: function (res) {
  428. if (res.status === 0) {
  429. showShearPlate();
  430. } else {
  431. $.toast(res.msg, "text");
  432. }
  433. }
  434. })
  435. });
  436. }
  437. function handleCopy(content) {
  438. $.ajax({
  439. url: baseUrl + "/api/wsi/v1/config/cut",
  440. data: JSON.stringify({
  441. str: content,
  442. userCardId: form.userCardId
  443. }),
  444. headers: {
  445. 'Authorization': form.cardToken
  446. },
  447. contentType: "application/json;charset=UTF-8",
  448. type: 'post',
  449. dataType: 'json',
  450. success: function (res) {
  451. if (res.status === 0) {
  452. $.toast('复制成功', "text");
  453. } else {
  454. $.toast(res.msg, "text");
  455. }
  456. }
  457. })
  458. }
  459. // 删除剪贴板
  460. function handleDelete(id) {
  461. $.ajax({
  462. url: baseUrl + "/api/user/v1/shear/content?ids=" + id,
  463. headers: {
  464. 'Authorization': form.cardToken
  465. },
  466. type: 'DELETE',
  467. dataType: 'json',
  468. success: function (res) {
  469. if (res.status === 0) {
  470. showShearPlate();
  471. } else {
  472. $.toast(res.msg, "text");
  473. }
  474. }
  475. })
  476. }
  477. function initSlider() {
  478. //手指滑动多少距离就认为是滑成功
  479. //这个值不能太大,否则影响斜着滑动时,垂直滑动的流畅性,也不能太小,太灵敏也不好
  480. var diffXDistance = 50;
  481. //当前滑动的对象
  482. var currentObject;
  483. //上一次滑动的对象
  484. var lastObject;
  485. //是否可以左右滑动,在上下滑的时候禁止左右滑
  486. var canSlide = true;
  487. //用于记录按下的点
  488. var startPoint;
  489. $(".slide-content").css({
  490. width: $(".slide-wrapper").width()
  491. });
  492. document.body.removeEventListener('touchmove', function (e) {
  493. e.preventDefault()
  494. }, {
  495. passive: false
  496. })
  497. $(".slide-scroll").css({
  498. width: $(".slide-wrapper").width() + $(".slide-content-button").width()
  499. })
  500. .on('touchstart', function (e) {
  501. currentObject = this;
  502. startPoint = {
  503. x: e.originalEvent.changedTouches[0].pageX,
  504. y: e.originalEvent.changedTouches[0].pageY
  505. };
  506. })
  507. .on('touchmove', function (e) {
  508. //如果是左右滑动,就禁止上下的滑动
  509. //如果是上下的滑动,就禁止左右滑动
  510. if (Math.abs(e.originalEvent.changedTouches[0].pageX - startPoint.x) > Math.abs(e.originalEvent.changedTouches[0].pageY - startPoint.y)) {
  511. event.preventDefault();
  512. } else {
  513. canSlide = false;
  514. }
  515. })
  516. .on('touchend', function (e) {
  517. //如果是上下滑动,这里就直接返回了
  518. if (!canSlide) {
  519. canSlide = true;
  520. return true;
  521. }
  522. //点击除当前左滑对象之外的任意其他位置
  523. if (lastObject && currentObject != lastObject) {
  524. //右滑→
  525. $(lastObject).removeClass("animate-slide");
  526. //清空上一个左滑的对象
  527. lastObject = undefined;
  528. }
  529. var diffX = e.originalEvent.changedTouches[0].pageX - startPoint.x;
  530. if (diffX < -diffXDistance) {
  531. //左滑←
  532. $(currentObject).addClass("animate-slide");
  533. if (lastObject && lastObject != currentObject) {
  534. //右滑→
  535. $(lastObject).removeClass("animate-slide");
  536. }
  537. //记录上一个左滑的对象
  538. lastObject = currentObject;
  539. } else if (diffX >= diffXDistance) {
  540. if (currentObject == lastObject) {
  541. //右滑→
  542. $(currentObject).removeClass("animate-slide");
  543. //清空上一个左滑的对象
  544. lastObject = undefined;
  545. }
  546. }
  547. });
  548. }
  549. var orientation = 0; //0 竖屏,1横屏
  550. var btnMuted = document.querySelector("#btnMuted");
  551. btnMuted && (function () {
  552. var setHistory = function (left, top) {
  553. try {
  554. localStorage.setItem("muted-btn-loc", JSON.stringify({
  555. left: left,
  556. top: top
  557. }));
  558. } catch (ex) { }
  559. };
  560. var getHistory = function () {
  561. try {
  562. var value = localStorage.getItem("muted-btn-loc");
  563. if (!value) return null;
  564. value = JSON.parse(value);
  565. if (!value) return null;
  566. return value;
  567. } catch (ex) {
  568. return null
  569. }
  570. };
  571. var fixLoc = function (loc) {
  572. var rect = btnMuted.getBoundingClientRect();
  573. rect = {
  574. top: rect.top,
  575. left: rect.left,
  576. width: rect.width,
  577. height: rect.height
  578. }; //部分低版本浏览器,该属性为只读
  579. if (loc) {
  580. rect.left = loc.left;
  581. rect.top = loc.top;
  582. }
  583. var minX = 0;
  584. var minY = 0;
  585. var docRect = document.documentElement.getBoundingClientRect();
  586. var maxY = docRect.height - rect.height;
  587. var maxX = docRect.width - rect.width;
  588. var left = rect.left;
  589. var top = rect.top;
  590. left = Math.min(left, maxX);
  591. left = Math.max(left, minX);
  592. top = Math.min(top, maxY);
  593. top = Math.max(top, minY);
  594. if (loc || top !== rect.top || left !== rect.left) {
  595. btnMuted.style.cssText += "left:" + left + "px;top:" + top + "px;";
  596. }
  597. }
  598. window.addEventListener("resize", function () {
  599. fixLoc();
  600. });
  601. var touchPoint = {
  602. pageY: 0,
  603. pageX: 0
  604. };
  605. var currentLoc = {
  606. top: 0,
  607. left: 0,
  608. curTop: 0,
  609. curLeft: 0
  610. };
  611. var toMove = false;
  612. var touchmove = function (e) {
  613. e.preventDefault();
  614. var point = e.changedTouches[0];
  615. var top = -touchPoint.pageY + point.pageY;
  616. var left = -touchPoint.pageX + point.pageX;
  617. if (toMove) {
  618. top += currentLoc.top;
  619. left += currentLoc.left;
  620. currentLoc.curLeft = left;
  621. currentLoc.curTop = top;
  622. btnMuted.style.cssText += "left:" + left + "px;top:" + top + "px;";
  623. } else {
  624. if (Math.abs(top) >= 5 || Math.abs(left) >= 5) {
  625. toMove = true;
  626. }
  627. }
  628. };
  629. var touchend = function () {
  630. window.removeEventListener("touchmove", touchmove, {
  631. passive: false
  632. });
  633. window.removeEventListener("touchend", touchend, {
  634. passive: false
  635. });
  636. if (toMove) {
  637. setHistory(currentLoc.curLeft, currentLoc.curTop);
  638. fixLoc();
  639. } else {
  640. //按点击处理
  641. var set = $('.control-right-img').attr("data-id")
  642. if (set == '1') {
  643. $('.control-right-img').attr({
  644. "data-id": "2"
  645. })
  646. $(".leftmains").css({
  647. "right": "0rem"
  648. })
  649. } else {
  650. $('.control-right-img').attr({
  651. "data-id": "1"
  652. })
  653. $(".leftmains").css({
  654. "right": "-4rem"
  655. })
  656. }
  657. }
  658. }
  659. btnMuted.addEventListener("touchstart", function (e) {
  660. e.preventDefault();
  661. toMove = false;
  662. var point = e.changedTouches[0];
  663. touchPoint.pageX = point.pageX;
  664. touchPoint.pageY = point.pageY;
  665. var rect = e.target.getBoundingClientRect();
  666. currentLoc.top = rect.top;
  667. currentLoc.left = rect.left;
  668. window.addEventListener("touchmove", touchmove, {
  669. passive: false
  670. });
  671. window.addEventListener("touchend", touchend, {
  672. passive: false
  673. });
  674. }, {
  675. passive: false
  676. });
  677. var history = getHistory();
  678. if (history) {
  679. fixLoc(history);
  680. }
  681. btnMuted.classList.remove("hide");
  682. })();
  683. $(".boximg").on("click", function () {
  684. $(".mainbox").css({
  685. "display": "none"
  686. })
  687. })
  688. // 剪贴板
  689. $(".sboxbu").on("click", function () {
  690. $(".sbox").css({
  691. "display": "none"
  692. })
  693. })
  694. // 剪贴板
  695. $(".uploadss").on("click", function () {
  696. $(".sbox").css({
  697. "display": "none"
  698. })
  699. })
  700. $("#upload").on("click", function () {
  701. clearInterval(intervaler);
  702. ws.close();
  703. wsss.close();
  704. wx.miniProgram.switchTab({
  705. url: '/pages/home/home'
  706. });
  707. })
  708. function selectText(x) {
  709. if (document.selection) {
  710. var range = document.body.createTextRange();
  711. range.moveToElementText(x);
  712. range.select();
  713. } else if (window.getSelection) {
  714. var selection = window.getSelection();
  715. var range = document.createRange();
  716. selection.removeAllRanges();
  717. range.selectNodeContents(x);
  718. selection.addRange(range);
  719. }
  720. }
  721. function cp(x) {
  722. $(".mainbox").css({
  723. "display": "none"
  724. })
  725. $(".sbox").css({
  726. "display": "block"
  727. })
  728. selectText(x);
  729. document.execCommand("copy");
  730. }
  731. window.onbeforeunload = function() {
  732. ws.close();
  733. wsss.close();
  734. }
  735. </script>
  736. <script type="text/javascript" src="aac.js"></script>
  737. </body>
  738. </html>