WXtrialInterface.html 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799
  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 appletPushAddress = parameters["appletPushAddress"];
  152. var socketURL = isWSS ? "wss://" + appletPushAddress + "?cardIp=" + ip + "&token=" + form.id : "ws://" + appletPushAddress + "?cardIp=" + ip + "&token=" + form.id;
  153. // var socketURL = "ws://14.215.128.96:2004";
  154. var jmuxer = new JMuxer({
  155. node: 'playerVideo',
  156. flushingTime: 15,
  157. fps: 30,
  158. mode: 'video',
  159. debug: false
  160. });
  161. window.onload = function () {
  162. curTime = new Date().getTime();
  163. var myPlay = document.getElementById("wine");
  164. myPlay.onkeydown = function (event) {
  165. ExexuteKeyDown(e.keyCode);
  166. }
  167. }
  168. var ws, errorTime = 0;
  169. doConnect();
  170. // 节流
  171. // 设置一个标志
  172. function throttle(fn, delay) {
  173. let flag = true;
  174. errorTime += delay;
  175. return () => {
  176. if (!flag) return;
  177. flag = false;
  178. timer = setTimeout(() => {
  179. fn();
  180. flag = true;
  181. }, delay);
  182. };
  183. }
  184. function doConnect() {
  185. ws = new WebSocket(socketURL);
  186. ws.binaryType = 'arraybuffer';
  187. ws.onclose = function (e) {
  188. ws.close();
  189. throttle(doConnect, 100);
  190. if (errorTime > 1000) {
  191. wx.miniProgram.switchTab({
  192. url: '/pages/home/home'
  193. })
  194. }
  195. }
  196. ws.addEventListener('open', function (event) {
  197. ws.send(ConfigChannel("RK3923C1201900139"));
  198. var checkBuffer = GetScreenState();
  199. ws.send(checkBuffer);
  200. });
  201. ws.addEventListener('error', function (event) {
  202. ws.close();
  203. throttle(doConnect, 100);
  204. if (errorTime > 1000) {
  205. wx.miniProgram.switchTab({
  206. url: '/pages/home/home'
  207. })
  208. }
  209. });
  210. ws.addEventListener('message', function (event) {
  211. var data = ParseProto(event.data); //JAVA服务器转发
  212. ws.send('ping');
  213. if (isAudioPlay) {
  214. $('.weui-mask_transparent').hide();
  215. $('.weui-toast').hide();
  216. $('.loading').hide();
  217. }
  218. var input = new Uint8Array(event.data);
  219. if (data.audio != null && isAudioPlay) { //喂音频
  220. if (input[0] == 0xff) {
  221. if (isFinish) {
  222. decodeAAC(input);
  223. }
  224. }
  225. }
  226. if (data.video != null) { //喂视频
  227. if (isFeed) {
  228. jmuxer.feed(data);
  229. }
  230. }
  231. });
  232. }
  233. document.addEventListener("visibilitychange", function () {
  234. if (document.visibilityState == "visible") {
  235. var buffer = RequestIFrame();
  236. ws.send(buffer);
  237. isVisuable = true;
  238. } else {
  239. isVisuable = false;
  240. isFeed = false;
  241. myVideo.pause();
  242. }
  243. });
  244. myVideo.addEventListener('pause', function () {
  245. isFeed = false;
  246. });
  247. var decodeCount = 1;
  248. var player = new PCMPlayer({
  249. encoding: '16bitInt',
  250. channels: 2,
  251. sampleRate: 44100,
  252. flushingTime: 22,
  253. debug: false
  254. });
  255. function handleClose() {
  256. document.body.addEventListener('touchmove', function (e) {
  257. e.preventDefault()
  258. }, {
  259. passive: false
  260. })
  261. $('.mask').hide();
  262. }
  263. function decodeAAC(data) {
  264. var retPtr = Module._malloc(4 * 5 * 1024); // 接收的数据
  265. var inputPtr = Module._malloc(4 * data.length); // 输入数据
  266. for (var i = 0; i < data.length; i++) {
  267. Module.HEAPU8[(inputPtr) + i] = data[i]; //转换为堆数据
  268. }
  269. var pcmLen = Module._feedData(retPtr, inputPtr, data.length);
  270. if (pcmLen >= 0) {
  271. var pcmData = new Uint8Array(pcmLen);
  272. for (var i = 0; i < pcmLen; i++) {
  273. pcmData[i] = Module.HEAPU8[(retPtr) + i]
  274. }
  275. player.feed(pcmData);
  276. }
  277. decodeCount++;
  278. Module._free(inputPtr);
  279. Module._free(retPtr);
  280. }
  281. //解协议
  282. function ParseProto(data) {
  283. var input = new Uint8Array(data),
  284. duration,
  285. video,
  286. audio;
  287. if (input[0] == 0 && input[1] == 0 && input[2] == 0 && input[3] == 1) {
  288. video = input;
  289. duration = 24;
  290. var nalType = input[4] & 0x1f;
  291. if (!isFeed) {
  292. if (nalType == 0x05 && isVisuable) {
  293. isFeed = true;
  294. }
  295. }
  296. } else if (input[0] == 0xff) {
  297. if (!isEnough) {
  298. requestCount++;
  299. }
  300. audio = input;
  301. if (new Date().getTime() - curTime > 100) {
  302. delayTime = new Date().getTime();
  303. }
  304. curTime = new Date().getTime();
  305. duration = 24;
  306. } else if (input[0] == 0x68) {
  307. if (input[23] == 0x05) { //横竖屏标识
  308. var state = CheckScreenDirection(input.slice(24, 24 + 8));
  309. if (state == 1) {
  310. console.log("安卓卡此时竖屏");
  311. //竖屏处理
  312. resolving = 1;
  313. } else {
  314. console.log("安卓卡此时横屏");
  315. //横屏处理
  316. resolving = 0;
  317. }
  318. }
  319. if (input[23] == 0x0b) {
  320. console.log("多端登陆");
  321. }
  322. }
  323. return {
  324. audio: audio,
  325. video: video,
  326. duration: duration
  327. };
  328. }
  329. function GetRequest() {
  330. var url = location.search; // 获取url中"?"符后的字串
  331. var obj = new Object();
  332. if (url.indexOf("?") != -1) {
  333. var str = url.substr(1);
  334. strs = str.split("&");
  335. for (var i = 0; i < strs.length; i++) {
  336. obj[strs[i].split("=")[0]] = (strs[i].split("=")[1]);
  337. }
  338. }
  339. return obj;
  340. }
  341. function Back() {
  342. ExexuteKeyDown(4);
  343. window.event.returnValue = false;
  344. return false;
  345. }
  346. var url = window.location.href;
  347. url = url.split('/');
  348. var baseUrl = url[0] + '//' + url[2];
  349. // var baseUrl = 'http://per.cs.se.androidscloud.com';
  350. var form = {};
  351. $.ajax({
  352. url: baseUrl + "/api/user/v1/config/download/isShow",
  353. data: {},
  354. type: 'get',
  355. dataType: 'json',
  356. success: function (data) {
  357. if (data.data) {
  358. $("#showsuss").show()
  359. } else {
  360. $("#showsuss").hide()
  361. }
  362. }
  363. })
  364. form.clientType = parameters['clientType'];
  365. form.diskName = parameters['diskName'];
  366. form.id = parameters['id'];
  367. form.userCardId = parameters['userCardId'];
  368. if (form.clientType == 1) {
  369. form.cardIp = parameters['cardIp'];
  370. form.port = parameters['port'];
  371. form.sn = parameters['sn'];
  372. form.demoTime = parameters['demoTime'];
  373. form.id = parameters['id'];
  374. } else if (form.clientType == 2) { //分享屏幕
  375. $(".leftmains").css({
  376. "right": "-4rem"
  377. })
  378. $('.leftmains').hide()
  379. $('.bottommains').hide()
  380. $('#btnMuted').hide()
  381. form.id = parameters['id'];
  382. form.ip = parameters['ip'];
  383. form.userCardId = parameters['userCardId'];
  384. }
  385. function array_unique(arr) {
  386. return arr.filter(function (e, i) {
  387. return arr.indexOf(e) === i;
  388. })
  389. }
  390. var cutList = [];
  391. function showShearPlate() {
  392. $('.box-shear-plate').empty();
  393. $.ajax({
  394. url: baseUrl + "/api/user/v1/shear/content",
  395. data: {},
  396. headers: {
  397. 'Authorization': form.id //id
  398. },
  399. type: 'get',
  400. dataType: 'json',
  401. success: function (res) {
  402. if (res.status === 0) {
  403. if (res.data.length) {
  404. cutList = array_unique(res.data)
  405. var str = '<div class="title">剪贴板<div onclick="handleClear()" class="btn-clear">清空</div></div><div class="slide-wrapper-content">'
  406. cutList.forEach(function (item) {
  407. 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>"
  408. })
  409. str += '</div>'
  410. $('.box-shear-plate').append(str);
  411. } else {
  412. $('.box-shear-plate').append('<img class="empty" src="img/jianqieban_pic@2x.png" alt="" /><div class="empty-txt">剪贴板为空</div>')
  413. }
  414. $('.mask').show();
  415. initSlider();
  416. } else {
  417. $('.box-shear-plate').append('<img class="empty" src="img/jianqieban_pic@2x.png" alt="" /><div class="empty-txt">剪贴板为空</div>')
  418. $('.mask').show();
  419. }
  420. }
  421. })
  422. }
  423. // 清空剪贴板
  424. function handleClear() {
  425. var ids = '';
  426. cutList.forEach(function (item) {
  427. ids += 'ids=' + item.id + '&'
  428. });
  429. ids = ids.substring(0, ids.lastIndexOf('&'));
  430. $.confirm("确定清空剪贴板?", function () {
  431. $.ajax({
  432. url: baseUrl + "/api/user/v1/shear/content?" + ids,
  433. headers: {
  434. 'Authorization': form.id //id
  435. },
  436. type: 'DELETE',
  437. dataType: 'json',
  438. success: function (res) {
  439. if (res.status === 0) {
  440. showShearPlate();
  441. } else {
  442. $.toast(res.msg, "text");
  443. }
  444. }
  445. })
  446. });
  447. }
  448. function handleCopy(content) {
  449. $.ajax({
  450. url: baseUrl + "/api/wsi/v1/config/cut",
  451. data: JSON.stringify({
  452. str: content,
  453. userCardId: form.userCardId
  454. }),
  455. headers: {
  456. 'Authorization': form.id //id
  457. },
  458. contentType: "application/json;charset=UTF-8",
  459. type: 'post',
  460. dataType: 'json',
  461. success: function (res) {
  462. if (res.status === 0) {
  463. $.toast('复制成功', "text");
  464. } else {
  465. $.toast(res.msg, "text");
  466. }
  467. }
  468. })
  469. }
  470. // 删除剪贴板
  471. function handleDelete(id) {
  472. $.ajax({
  473. url: baseUrl + "/api/user/v1/shear/content?ids=" + id,
  474. headers: {
  475. 'Authorization': form.id //id
  476. },
  477. type: 'DELETE',
  478. dataType: 'json',
  479. success: function (res) {
  480. if (res.status === 0) {
  481. showShearPlate();
  482. } else {
  483. $.toast(res.msg, "text");
  484. }
  485. }
  486. })
  487. }
  488. function initSlider() {
  489. //手指滑动多少距离就认为是滑成功
  490. //这个值不能太大,否则影响斜着滑动时,垂直滑动的流畅性,也不能太小,太灵敏也不好
  491. var diffXDistance = 50;
  492. //当前滑动的对象
  493. var currentObject;
  494. //上一次滑动的对象
  495. var lastObject;
  496. //是否可以左右滑动,在上下滑的时候禁止左右滑
  497. var canSlide = true;
  498. //用于记录按下的点
  499. var startPoint;
  500. $(".slide-content").css({
  501. width: $(".slide-wrapper").width()
  502. });
  503. document.body.removeEventListener('touchmove', function (e) {
  504. e.preventDefault()
  505. }, {
  506. passive: false
  507. })
  508. $(".slide-scroll").css({
  509. width: $(".slide-wrapper").width() + $(".slide-content-button").width()
  510. })
  511. .on('touchstart', function (e) {
  512. currentObject = this;
  513. startPoint = {
  514. x: e.originalEvent.changedTouches[0].pageX,
  515. y: e.originalEvent.changedTouches[0].pageY
  516. };
  517. })
  518. .on('touchmove', function (e) {
  519. //如果是左右滑动,就禁止上下的滑动
  520. //如果是上下的滑动,就禁止左右滑动
  521. if (Math.abs(e.originalEvent.changedTouches[0].pageX - startPoint.x) > Math.abs(e.originalEvent.changedTouches[0].pageY - startPoint.y)) {
  522. event.preventDefault();
  523. } else {
  524. canSlide = false;
  525. }
  526. })
  527. .on('touchend', function (e) {
  528. //如果是上下滑动,这里就直接返回了
  529. if (!canSlide) {
  530. canSlide = true;
  531. return true;
  532. }
  533. //点击除当前左滑对象之外的任意其他位置
  534. if (lastObject && currentObject != lastObject) {
  535. //右滑→
  536. $(lastObject).removeClass("animate-slide");
  537. //清空上一个左滑的对象
  538. lastObject = undefined;
  539. }
  540. var diffX = e.originalEvent.changedTouches[0].pageX - startPoint.x;
  541. if (diffX < -diffXDistance) {
  542. //左滑←
  543. $(currentObject).addClass("animate-slide");
  544. if (lastObject && lastObject != currentObject) {
  545. //右滑→
  546. $(lastObject).removeClass("animate-slide");
  547. }
  548. //记录上一个左滑的对象
  549. lastObject = currentObject;
  550. } else if (diffX >= diffXDistance) {
  551. if (currentObject == lastObject) {
  552. //右滑→
  553. $(currentObject).removeClass("animate-slide");
  554. //清空上一个左滑的对象
  555. lastObject = undefined;
  556. }
  557. }
  558. });
  559. }
  560. var orientation = 0; //0 竖屏,1横屏
  561. // document.body.addEventListener('touchmove', function (e) {
  562. // e.preventDefault()
  563. // }, {
  564. // passive: false
  565. // })
  566. // //初始化一下就可以了
  567. // var vConsole = new VConsole();
  568. var btnMuted = document.querySelector("#btnMuted");
  569. btnMuted && (function () {
  570. var setHistory = function (left, top) {
  571. try {
  572. localStorage.setItem("muted-btn-loc", JSON.stringify({
  573. left: left,
  574. top: top
  575. }));
  576. } catch (ex) { }
  577. };
  578. var getHistory = function () {
  579. try {
  580. var value = localStorage.getItem("muted-btn-loc");
  581. if (!value) return null;
  582. value = JSON.parse(value);
  583. if (!value) return null;
  584. return value;
  585. } catch (ex) {
  586. return null
  587. }
  588. };
  589. var fixLoc = function (loc) {
  590. var rect = btnMuted.getBoundingClientRect();
  591. rect = {
  592. top: rect.top,
  593. left: rect.left,
  594. width: rect.width,
  595. height: rect.height
  596. }; //部分低版本浏览器,该属性为只读
  597. if (loc) {
  598. rect.left = loc.left;
  599. rect.top = loc.top;
  600. }
  601. var minX = 0;
  602. var minY = 0;
  603. var docRect = document.documentElement.getBoundingClientRect();
  604. var maxY = docRect.height - rect.height;
  605. var maxX = docRect.width - rect.width;
  606. var left = rect.left;
  607. var top = rect.top;
  608. left = Math.min(left, maxX);
  609. left = Math.max(left, minX);
  610. top = Math.min(top, maxY);
  611. top = Math.max(top, minY);
  612. if (loc || top !== rect.top || left !== rect.left) {
  613. btnMuted.style.cssText += "left:" + left + "px;top:" + top + "px;";
  614. }
  615. }
  616. window.addEventListener("resize", function () {
  617. fixLoc();
  618. });
  619. var touchPoint = {
  620. pageY: 0,
  621. pageX: 0
  622. };
  623. var currentLoc = {
  624. top: 0,
  625. left: 0,
  626. curTop: 0,
  627. curLeft: 0
  628. };
  629. var toMove = false;
  630. var touchmove = function (e) {
  631. e.preventDefault();
  632. var point = e.changedTouches[0];
  633. var top = -touchPoint.pageY + point.pageY;
  634. var left = -touchPoint.pageX + point.pageX;
  635. if (toMove) {
  636. top += currentLoc.top;
  637. left += currentLoc.left;
  638. currentLoc.curLeft = left;
  639. currentLoc.curTop = top;
  640. btnMuted.style.cssText += "left:" + left + "px;top:" + top + "px;";
  641. } else {
  642. if (Math.abs(top) >= 5 || Math.abs(left) >= 5) {
  643. toMove = true;
  644. }
  645. }
  646. };
  647. var touchend = function () {
  648. window.removeEventListener("touchmove", touchmove, {
  649. passive: false
  650. });
  651. window.removeEventListener("touchend", touchend, {
  652. passive: false
  653. });
  654. if (toMove) {
  655. setHistory(currentLoc.curLeft, currentLoc.curTop);
  656. fixLoc();
  657. } else {
  658. //按点击处理
  659. var set = $('.control-right-img').attr("data-id")
  660. if (set == '1') {
  661. $('.control-right-img').attr({
  662. "data-id": "2"
  663. })
  664. $(".leftmains").css({
  665. "right": "0rem"
  666. })
  667. } else {
  668. $('.control-right-img').attr({
  669. "data-id": "1"
  670. })
  671. $(".leftmains").css({
  672. "right": "-4rem"
  673. })
  674. }
  675. }
  676. }
  677. btnMuted.addEventListener("touchstart", function (e) {
  678. e.preventDefault();
  679. toMove = false;
  680. var point = e.changedTouches[0];
  681. touchPoint.pageX = point.pageX;
  682. touchPoint.pageY = point.pageY;
  683. var rect = e.target.getBoundingClientRect();
  684. currentLoc.top = rect.top;
  685. currentLoc.left = rect.left;
  686. window.addEventListener("touchmove", touchmove, {
  687. passive: false
  688. });
  689. window.addEventListener("touchend", touchend, {
  690. passive: false
  691. });
  692. }, {
  693. passive: false
  694. });
  695. var history = getHistory();
  696. if (history) {
  697. fixLoc(history);
  698. }
  699. btnMuted.classList.remove("hide");
  700. })();
  701. $(".boximg").on("click", function () {
  702. $(".mainbox").css({
  703. "display": "none"
  704. })
  705. })
  706. // 剪贴板
  707. $(".sboxbu").on("click", function () {
  708. $(".sbox").css({
  709. "display": "none"
  710. })
  711. })
  712. // 剪贴板
  713. $(".uploadss").on("click", function () {
  714. $(".sbox").css({
  715. "display": "none"
  716. })
  717. })
  718. $("#upload").on("click", function () {
  719. wx.miniProgram.switchTab({
  720. url: '/pages/home/home'
  721. })
  722. })
  723. function selectText(x) {
  724. if (document.selection) {
  725. var range = document.body.createTextRange();
  726. range.moveToElementText(x);
  727. range.select();
  728. } else if (window.getSelection) {
  729. var selection = window.getSelection();
  730. var range = document.createRange();
  731. selection.removeAllRanges();
  732. range.selectNodeContents(x);
  733. selection.addRange(range);
  734. }
  735. }
  736. function cp(x) {
  737. $(".mainbox").css({
  738. "display": "none"
  739. })
  740. $(".sbox").css({
  741. "display": "block"
  742. })
  743. selectText(x);
  744. document.execCommand("copy");
  745. }
  746. </script>
  747. <script type="text/javascript" src="aac.js"></script>
  748. </body>
  749. </html>