WXtrialInterface.html 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795
  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 : "ws://" + appletPushAddress + "?cardIp=" + ip;
  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. if (form.clientType == 1) {
  367. form.cardIp = parameters['cardIp'];
  368. form.port = parameters['port'];
  369. form.sn = parameters['sn'];
  370. form.demoTime = parameters['demoTime'];
  371. form.id = parameters['id'];
  372. } else if (form.clientType == 2) { //分享屏幕
  373. $(".leftmains").css({
  374. "right": "-4rem"
  375. })
  376. $('.leftmains').hide()
  377. $('.bottommains').hide()
  378. $('#btnMuted').hide()
  379. form.id = parameters['id'];
  380. form.ip = parameters['ip'];
  381. form.userCardId = parameters['userCardId'];
  382. } else {
  383. form.id = parameters['id'];
  384. form.userCardId = parameters['userCardId'];
  385. }
  386. var cutList = [];
  387. function showShearPlate() {
  388. $('.box-shear-plate').empty();
  389. $.ajax({
  390. url: baseUrl + "/api/user/v1/shear/content",
  391. data: {},
  392. headers: {
  393. 'Authorization': form.id //id
  394. },
  395. type: 'get',
  396. dataType: 'json',
  397. success: function (res) {
  398. if (res.status === 0) {
  399. if (res.data.length) {
  400. cutList = res.data
  401. var str = '<div class="title">剪贴板<div onclick="handleClear()" class="btn-clear">清空</div></div><div class="slide-wrapper-content">'
  402. res.data.forEach(function (item) {
  403. 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>"
  404. })
  405. str += '</div>'
  406. $('.box-shear-plate').append(str);
  407. } else {
  408. $('.box-shear-plate').append('<img class="empty" src="img/jianqieban_pic@2x.png" alt="" /><div class="empty-txt">剪贴板为空</div>')
  409. }
  410. $('.mask').show();
  411. initSlider();
  412. } else {
  413. $('.box-shear-plate').append('<img class="empty" src="img/jianqieban_pic@2x.png" alt="" /><div class="empty-txt">剪贴板为空</div>')
  414. $('.mask').show();
  415. }
  416. }
  417. })
  418. }
  419. // 清空剪贴板
  420. function handleClear() {
  421. var ids = '';
  422. cutList.forEach(function (item) {
  423. ids += 'ids=' + item.id + '&'
  424. });
  425. ids = ids.substring(0, ids.lastIndexOf('&'));
  426. $.confirm("确定清空剪贴板?", function () {
  427. $.ajax({
  428. url: baseUrl + "/api/user/v1/shear/content?" + ids,
  429. headers: {
  430. 'Authorization': form.id //id
  431. },
  432. type: 'DELETE',
  433. dataType: 'json',
  434. success: function (res) {
  435. if (res.status === 0) {
  436. showShearPlate();
  437. } else {
  438. $.toast(res.msg, "text");
  439. }
  440. }
  441. })
  442. });
  443. }
  444. function handleCopy(content) {
  445. $.ajax({
  446. url: baseUrl + "/api/wsi/v1/config/cut",
  447. data: JSON.stringify({
  448. str: content,
  449. sn: form.sn
  450. }),
  451. headers: {
  452. 'Authorization': form.id //id
  453. },
  454. contentType: "application/json;charset=UTF-8",
  455. type: 'post',
  456. dataType: 'json',
  457. success: function (res) {
  458. if (res.status === 0) {
  459. $.toast('复制成功', "text");
  460. } else {
  461. $.toast(res.msg, "text");
  462. }
  463. }
  464. })
  465. }
  466. // 删除剪贴板
  467. function handleDelete(id) {
  468. $.ajax({
  469. url: baseUrl + "/api/user/v1/shear/content?ids=" + id,
  470. headers: {
  471. 'Authorization': form.id //id
  472. },
  473. type: 'DELETE',
  474. dataType: 'json',
  475. success: function (res) {
  476. if (res.status === 0) {
  477. showShearPlate();
  478. } else {
  479. $.toast(res.msg, "text");
  480. }
  481. }
  482. })
  483. }
  484. function initSlider() {
  485. //手指滑动多少距离就认为是滑成功
  486. //这个值不能太大,否则影响斜着滑动时,垂直滑动的流畅性,也不能太小,太灵敏也不好
  487. var diffXDistance = 50;
  488. //当前滑动的对象
  489. var currentObject;
  490. //上一次滑动的对象
  491. var lastObject;
  492. //是否可以左右滑动,在上下滑的时候禁止左右滑
  493. var canSlide = true;
  494. //用于记录按下的点
  495. var startPoint;
  496. $(".slide-content").css({
  497. width: $(".slide-wrapper").width()
  498. });
  499. document.body.removeEventListener('touchmove', function (e) {
  500. e.preventDefault()
  501. }, {
  502. passive: false
  503. })
  504. $(".slide-scroll").css({
  505. width: $(".slide-wrapper").width() + $(".slide-content-button").width()
  506. })
  507. .on('touchstart', function (e) {
  508. currentObject = this;
  509. startPoint = {
  510. x: e.originalEvent.changedTouches[0].pageX,
  511. y: e.originalEvent.changedTouches[0].pageY
  512. };
  513. })
  514. .on('touchmove', function (e) {
  515. //如果是左右滑动,就禁止上下的滑动
  516. //如果是上下的滑动,就禁止左右滑动
  517. if (Math.abs(e.originalEvent.changedTouches[0].pageX - startPoint.x) > Math.abs(e.originalEvent.changedTouches[0].pageY - startPoint.y)) {
  518. event.preventDefault();
  519. } else {
  520. canSlide = false;
  521. }
  522. })
  523. .on('touchend', function (e) {
  524. //如果是上下滑动,这里就直接返回了
  525. if (!canSlide) {
  526. canSlide = true;
  527. return true;
  528. }
  529. //点击除当前左滑对象之外的任意其他位置
  530. if (lastObject && currentObject != lastObject) {
  531. //右滑→
  532. $(lastObject).removeClass("animate-slide");
  533. //清空上一个左滑的对象
  534. lastObject = undefined;
  535. }
  536. var diffX = e.originalEvent.changedTouches[0].pageX - startPoint.x;
  537. if (diffX < -diffXDistance) {
  538. //左滑←
  539. $(currentObject).addClass("animate-slide");
  540. if (lastObject && lastObject != currentObject) {
  541. //右滑→
  542. $(lastObject).removeClass("animate-slide");
  543. }
  544. //记录上一个左滑的对象
  545. lastObject = currentObject;
  546. } else if (diffX >= diffXDistance) {
  547. if (currentObject == lastObject) {
  548. //右滑→
  549. $(currentObject).removeClass("animate-slide");
  550. //清空上一个左滑的对象
  551. lastObject = undefined;
  552. }
  553. }
  554. });
  555. }
  556. var orientation = 0; //0 竖屏,1横屏
  557. // document.body.addEventListener('touchmove', function (e) {
  558. // e.preventDefault()
  559. // }, {
  560. // passive: false
  561. // })
  562. // //初始化一下就可以了
  563. // var vConsole = new VConsole();
  564. var btnMuted = document.querySelector("#btnMuted");
  565. btnMuted && (function () {
  566. var setHistory = function (left, top) {
  567. try {
  568. localStorage.setItem("muted-btn-loc", JSON.stringify({
  569. left: left,
  570. top: top
  571. }));
  572. } catch (ex) { }
  573. };
  574. var getHistory = function () {
  575. try {
  576. var value = localStorage.getItem("muted-btn-loc");
  577. if (!value) return null;
  578. value = JSON.parse(value);
  579. if (!value) return null;
  580. return value;
  581. } catch (ex) {
  582. return null
  583. }
  584. };
  585. var fixLoc = function (loc) {
  586. var rect = btnMuted.getBoundingClientRect();
  587. rect = {
  588. top: rect.top,
  589. left: rect.left,
  590. width: rect.width,
  591. height: rect.height
  592. }; //部分低版本浏览器,该属性为只读
  593. if (loc) {
  594. rect.left = loc.left;
  595. rect.top = loc.top;
  596. }
  597. var minX = 0;
  598. var minY = 0;
  599. var docRect = document.documentElement.getBoundingClientRect();
  600. var maxY = docRect.height - rect.height;
  601. var maxX = docRect.width - rect.width;
  602. var left = rect.left;
  603. var top = rect.top;
  604. left = Math.min(left, maxX);
  605. left = Math.max(left, minX);
  606. top = Math.min(top, maxY);
  607. top = Math.max(top, minY);
  608. if (loc || top !== rect.top || left !== rect.left) {
  609. btnMuted.style.cssText += "left:" + left + "px;top:" + top + "px;";
  610. }
  611. }
  612. window.addEventListener("resize", function () {
  613. fixLoc();
  614. });
  615. var touchPoint = {
  616. pageY: 0,
  617. pageX: 0
  618. };
  619. var currentLoc = {
  620. top: 0,
  621. left: 0,
  622. curTop: 0,
  623. curLeft: 0
  624. };
  625. var toMove = false;
  626. var touchmove = function (e) {
  627. e.preventDefault();
  628. var point = e.changedTouches[0];
  629. var top = -touchPoint.pageY + point.pageY;
  630. var left = -touchPoint.pageX + point.pageX;
  631. if (toMove) {
  632. top += currentLoc.top;
  633. left += currentLoc.left;
  634. currentLoc.curLeft = left;
  635. currentLoc.curTop = top;
  636. btnMuted.style.cssText += "left:" + left + "px;top:" + top + "px;";
  637. } else {
  638. if (Math.abs(top) >= 5 || Math.abs(left) >= 5) {
  639. toMove = true;
  640. }
  641. }
  642. };
  643. var touchend = function () {
  644. window.removeEventListener("touchmove", touchmove, {
  645. passive: false
  646. });
  647. window.removeEventListener("touchend", touchend, {
  648. passive: false
  649. });
  650. if (toMove) {
  651. setHistory(currentLoc.curLeft, currentLoc.curTop);
  652. fixLoc();
  653. } else {
  654. //按点击处理
  655. var set = $('.control-right-img').attr("data-id")
  656. if (set == '1') {
  657. $('.control-right-img').attr({
  658. "data-id": "2"
  659. })
  660. $(".leftmains").css({
  661. "right": "0rem"
  662. })
  663. } else {
  664. $('.control-right-img').attr({
  665. "data-id": "1"
  666. })
  667. $(".leftmains").css({
  668. "right": "-4rem"
  669. })
  670. }
  671. }
  672. }
  673. btnMuted.addEventListener("touchstart", function (e) {
  674. e.preventDefault();
  675. toMove = false;
  676. var point = e.changedTouches[0];
  677. touchPoint.pageX = point.pageX;
  678. touchPoint.pageY = point.pageY;
  679. var rect = e.target.getBoundingClientRect();
  680. currentLoc.top = rect.top;
  681. currentLoc.left = rect.left;
  682. window.addEventListener("touchmove", touchmove, {
  683. passive: false
  684. });
  685. window.addEventListener("touchend", touchend, {
  686. passive: false
  687. });
  688. }, {
  689. passive: false
  690. });
  691. var history = getHistory();
  692. if (history) {
  693. fixLoc(history);
  694. }
  695. btnMuted.classList.remove("hide");
  696. })();
  697. $(".boximg").on("click", function () {
  698. $(".mainbox").css({
  699. "display": "none"
  700. })
  701. })
  702. // 剪贴板
  703. $(".sboxbu").on("click", function () {
  704. $(".sbox").css({
  705. "display": "none"
  706. })
  707. })
  708. // 剪贴板
  709. $(".uploadss").on("click", function () {
  710. $(".sbox").css({
  711. "display": "none"
  712. })
  713. })
  714. $("#upload").on("click", function () {
  715. wx.miniProgram.switchTab({
  716. url: '/pages/home/home'
  717. })
  718. })
  719. function selectText(x) {
  720. if (document.selection) {
  721. var range = document.body.createTextRange();
  722. range.moveToElementText(x);
  723. range.select();
  724. } else if (window.getSelection) {
  725. var selection = window.getSelection();
  726. var range = document.createRange();
  727. selection.removeAllRanges();
  728. range.selectNodeContents(x);
  729. selection.addRange(range);
  730. }
  731. }
  732. function cp(x) {
  733. $(".mainbox").css({
  734. "display": "none"
  735. })
  736. $(".sbox").css({
  737. "display": "block"
  738. })
  739. selectText(x);
  740. document.execCommand("copy");
  741. }
  742. </script>
  743. <script type="text/javascript" src="aac.js"></script>
  744. </body>
  745. </html>