12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8" />
- <title>双子星云手机</title>
- <meta name="x5-orientation" content="portrait" />
- <meta name="screen-orientation" content="portrait" />
- <meta name="apple-mobile-web-app-capable" content="yes" />
- <meta
- name="viewport"
- content="width=device-width, initial-scale=1, user-scalable=no"
- />
- <!-- 删除苹果默认的工具栏和菜单栏 -->
- <meta name="apple-mobile-web-app-status-bar-style" content="black" />
- <!-- 设置苹果工具栏颜 -->
- <meta name="format-detection" content="telphone=no, email=no" />
- <!-- 忽略页面中的数字识别为电话,忽略email识别 -->
- <!-- 启用360浏览器的极速模(webkit) -->
- <meta name="renderer" content="webkit" />
- <!-- 避免IE使用兼容模式 -->
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <!-- 针对手持设备优化,主要是针对一些老的不识别viewport的浏览器,比如黑 -->
- <meta name="HandheldFriendly" content="true" />
- <!-- 微软的老式浏览 -->
- <meta name="MobileOptimized" content="320" />
- <!-- 不能旋转,问题出在这 -->
- <!-- UC强制全屏 -->
- <meta name="full-screen" content="yes" />
- <!-- QQ强制全屏 -->
- <meta name="x5-fullscreen" content="true" />
- <!-- UC应用模式 -->
- <meta name="browsermode" content="application" />
- <!-- QQ应用模式 -->
- <meta name="x5-page-mode" content="app" />
- <!-- windows phone 点击无高 -->
- <meta name="msapplication-tap-highlight" content="no" />
- <link rel="stylesheet" type="text/css" href="css/WXtrialInterface.css" />
- <link
- rel="stylesheet"
- href="https://cdn.bootcss.com/weui/1.1.3/style/weui.min.css"
- />
- <link
- rel="stylesheet"
- href="https://cdn.bootcss.com/jquery-weui/1.2.1/css/jquery-weui.min.css"
- />
- <!-- <link rel="stylesheet" href="../static/lib/swiper/swiper-bundle.min.css" />
- <script src="../static/lib/swiper/swiper-bundle.js"></script> -->
- <script src="../static/lib/doT-1.1.3/doT.min.js"></script>
- </head>
- <body class="scroll h-player" style="overscroll-behavior: contain">
- <template id="template-phone-size-item">
- {{~ it.list :value:index }}
- <div
- class="phone-size-item {{? value.width === it.active.width && value.height === it.active.height }}active{{?}}"
- data-width="{{= value.width }}"
- data-height="{{= value.height }}"
- data-id="{{= value.id }}""
- >
- <span>{{= value.width }}x{{= value.height }}</span>
- </div>
- {{~}}
- </template>
- <div class="container" id="player">
- <div class="muted" id="btnMuted">
- <div class="control-right-img" data-id="1">
- <img src="../static/img/xuanfu_icon.png" />
- </div>
- </div>
- <div id="wine">
- <div id="box">
- <canvas id="playCanvas" width="450" height="800"></canvas>
- </div>
- </div>
- <div class="leftmains">
- <div class="PictureQualityMain">
- <div class="menu-btn PictureQuality" data-id="4">高清</div>
- <div class="menu-btn PictureQuality avit" data-id="3">标清</div>
- <div class="menu-btn PictureQuality" data-id="2">极速</div>
- </div>
- <div class="">
- <div class="menu-btn" id="open-set-phone-size-dialog-btn">
- <span>分辨率</span>
- </div>
- </div>
- <div class="operation">
- <div class="upload" id="showsuss" data-text="uploads">
- <img src="../static/img/wx/shangchuan_icon.png" />
- <div>上传</div>
- </div>
- <!-- <div class="upload" id="open-set-phone-size-dialog-btn">
- <img src="../static/img/wx/jianqieban_icon.png" />
- <div>分辨率</div>
- </div> -->
- <div class="upload" onclick="showShearPlate()" data-text="Shearplate">
- <img src="../static/img/wx/jianqieban_icon.png" />
- <div>剪贴板</div>
- </div>
- <div class="upload" id="upload" data-text="Signout">
- <img src="../static/img/wx/tuichu_icon.png" />
- <div>退出</div>
- </div>
- </div>
- </div>
- <div class="bottommains">
- <div class="botmat1">
- <div class="botmat1img" data-text="gengduo">
- <img src="../static/img/wx/gengduo_icon.png" />
- </div>
- </div>
- <div class="botmat1">
- <div class="botmat1img" data-text="home">
- <img src="../static/img/wx/home_icon.png" />
- </div>
- </div>
- <div class="botmat1">
- <div class="botmat1img" data-text="return">
- <img src="../static/img/wx/fanhui_icon.png" />
- </div>
- </div>
- </div>
- <img class="loading loading_sceen_pic" />
- </div>
- <div class="mask">
- <div class="box-shear-plate"></div>
- <img
- class="close"
- onclick="handleClose()"
- src="img/guanbi_icon@2x.png"
- alt=""
- />
- </div>
- <div class="weui-mask_transparent"></div>
- <div class="weui-toast weui_loading_toast weui-toast--visible">
- <div class="weui_loading">
- <i class="weui-loading weui-icon_toast"></i>
- </div>
- <p class="weui-toast_content">数据加载中</p>
- </div>
- <div class="try-use-wrap">
- <div class="try-use-container">
- <video
- width="100%"
- height="100%"
- id="source"
- autoplay="autoplay"
- loop="loop"
- webkit-playsinline="true"
- playsinline="true"
- x5-video-player-type="h5-page"
- >
- 您的浏览器不支持 video 标签。
- </video>
- <div class="time-close-wrap"><span class="time-node"></span> 关闭</div>
- </div>
- </div>
- <div class="buy-phone-wrap">
- <div class="bug-wrap">
- <div class="bug-title">获得极致体验服务请购买云手机</div>
- <div class="btn-list">
- <div class="btn cannel-btn">取消</div>
- <div class="btn go-bug">去购买</div>
- </div>
- </div>
- </div>
- <div class="look-wrap">
- <div class="bug-wrap">
- <div class="bug-title">关闭广告会退出云手机是否继续观看</div>
- <div class="btn-list">
- <div class="btn cannel-btn cannel-ad-btn">放弃</div>
- <div class="btn go-bug looking">继续观看</div>
- </div>
- </div>
- </div>
- <div id="set-phone-size-dialog" class="dialog">
- <div class="dialog-mask"></div>
- <!-- 设置分辨率的弹窗 -->
- <div class="dialog-content-border">
- <div class="dialog-content">
- <div class="dialog-header">
- <div class="dialog-btn cancel">
- <span>取消</span>
- </div>
- <div class="dialog-btn confirm">
- <span>确定</span>
- </div>
- </div>
- <div class="dialog-main">
- <div id="phone-size-list"></div>
- </div>
- </div>
- </div>
- </div>
- <script
- type="text/javascript"
- src="https://res.wx.qq.com/open/js/jweixin-1.3.2.js"
- ></script>
- <script src="https://lf1-cdn-tos.bytegoofy.com/goofy/developer/jssdk/jssdk-1.0.3.js"></script>
- <script type="text/javascript" src="jquery-1.11.0.min.js"></script>
- <!-- ffm软解 -->
- <script type="text/javascript" src="helper.js"></script>
- <script type="text/javascript" src="jquery-weui.min.js"></script>
- <script type="text/javascript" src="pcm-player.js"></script>
- <script type="text/javascript" src="webgl.js"></script>
- <script
- type="text/javascript"
- src="https://cdn.bootcss.com/vConsole/3.2.0/vconsole.min.js"
- ></script>
- <script
- type="text/javascript"
- src="https://js.cdn.aliyun.dcloud.net.cn/dev/uni-app/uni.webview.1.5.2.js"
- ></script>
- <script type="text/javascript">
- $(function () {
- //手指滑动多少距离就认为是滑成功
- //这个值不能太大,否则影响斜着滑动时,垂直滑动的流畅性,也不能太小,太灵敏也不好
- var diffXDistance = 50;
- //当前滑动的对象
- var currentObject;
- //上一次滑动的对象
- var lastObject;
- //是否可以左右滑动,在上下滑的时候禁止左右滑
- var canSlide = true;
- //用于记录按下的点
- var startPoint;
- $('.slide-content').css({
- width: $('.slide-wrapper').width(),
- });
- $('.slide-scroll')
- .css({
- width:
- $('.slide-wrapper').width() + $('.slide-content-button').width(),
- })
- .on('touchstart', function (e) {
- currentObject = this;
- startPoint = {
- x: e.originalEvent.changedTouches[0].pageX,
- y: e.originalEvent.changedTouches[0].pageY,
- };
- })
- .on('touchmove', function (e) {
- //如果是左右滑动,就禁止上下的滑动
- //如果是上下的滑动,就禁止左右滑动
- if (
- Math.abs(e.originalEvent.changedTouches[0].pageX - startPoint.x) >
- Math.abs(e.originalEvent.changedTouches[0].pageY - startPoint.y)
- ) {
- event.preventDefault();
- } else {
- canSlide = false;
- }
- })
- .on('touchend', function (e) {
- //如果是上下滑动,这里就直接返回了
- if (!canSlide) {
- canSlide = true;
- return true;
- }
- //点击除当前左滑对象之外的任意其他位置
- if (lastObject && currentObject != lastObject) {
- //右滑→
- $(lastObject).removeClass('animate-slide');
- //清空上一个左滑的对象
- lastObject = undefined;
- }
- var diffX = e.originalEvent.changedTouches[0].pageX - startPoint.x;
- if (diffX < -diffXDistance) {
- //左滑←
- $(currentObject).addClass('animate-slide');
- if (lastObject && lastObject != currentObject) {
- //右滑→
- $(lastObject).removeClass('animate-slide');
- }
- //记录上一个左滑的对象
- lastObject = currentObject;
- } else if (diffX >= diffXDistance) {
- if (currentObject == lastObject) {
- //右滑→
- $(currentObject).removeClass('animate-slide');
- //清空上一个左滑的对象
- lastObject = undefined;
- }
- }
- });
- });
- </script>
- <script>
- // 开发环境
- var isDev =
- /^192\.168\./.test(location.host) || /^localhost/.test(location.host);
- // if (isDev) {
- // baseUrl = 'http://gntest.phone.androidscloud.com:1280';
- // sourceType = 2;
- // }
- var topwinHeight = window.screen.height - window.innerHeight + 30; //计算title top 头部
- var url = window.location.href;
- url = url.split('/');
- var baseUrl = url[0] + '//' + url[2];
- console.log(baseUrl);
- var parameters = GetRequest();
- var token = parameters['token'];
- var mealType = parameters['mealType'];
- var userCardId = parameters['userCardId'];
- var videoTimer = null,
- videoTime = 0,
- adType = 0,
- sourceType = isNaN(parameters['sourceType'])
- ? sourceType
- : +parameters['sourceType'],
- disconnectionFlag = false,
- getDate = false;
- if (mealType === 'VIP') {
- $('.loading_sceen_pic').attr('src', '../static/img/home_bg_VIP.png');
- } else if (mealType === 'SVIP') {
- $('.loading_sceen_pic').attr('src', '../static/img/home_bg_SVIP.png');
- } else if (mealType === 'STAR') {
- $('.loading_sceen_pic').attr('src', '../static/img/home_bg_STAR.png');
- } else if (mealType === 'STARPRO') {
- $('.loading_sceen_pic').attr('src', '../static/img/home_bg_PRO.png');
- }
- $('#wine').css({
- width: window.screen.width,
- height: window.screen.height - topwinHeight - 20,
- position: 'absolute',
- });
- $('.loading').css({
- width: window.screen.width,
- height: window.screen.height - topwinHeight - 20,
- });
- var winese = document.createElement('wine');
- wine.style.top = '-' + winese + 'px';
- var isAudioPlay = false;
- let dbName = parameters['username'],
- version = 1,
- storeName = 'usercard';
- let indexedDB = window.indexedDB;
- let db;
- var socketURL;
- var cUrl;
- var cardToken, resolvingPower;
- const request = indexedDB.open(dbName, version);
- request.onsuccess = function (event) {
- db = event.target.result; // 数据库对象
- console.log('数据库打开成功');
- };
- request.onerror = function (event) {
- console.log('数据库打开报错');
- };
- request.onupgradeneeded = function (event) {
- // 数据库创建或升级的时候会触发
- console.log('onupgradeneeded');
- db = event.target.result; // 数据库对象
- let objectStore;
- if (!db.objectStoreNames.contains(storeName)) {
- objectStore = db.createObjectStore(storeName, { keyPath: 'id' }); // 创建表
- }
- };
- // 添加数据
- function addData(db, storeName, data) {
- let request = db
- .transaction([storeName], 'readwrite') // 事务对象 指定表格名称和操作模式("只读"或"读写")
- .objectStore(storeName) // 仓库对象
- .add(data);
- request.onsuccess = function (event) {
- console.log('数据写入成功');
- };
- request.onerror = function (event) {
- console.log('数据写入失败');
- throw new Error(event.target.error);
- };
- }
- // 根据id获取数据
- function getDataByKey(db, storeName, key) {
- let transaction = db.transaction([storeName]); // 事务
- let objectStore = transaction.objectStore(storeName); // 仓库对象
- let request = objectStore.get(key);
- request.onerror = function (event) {
- connect('add');
- };
- request.onsuccess = function (event) {
- console.log('主键查询结果: ', request.result);
- if (request.result) {
- socketURL = request.result.socketURL;
- cUrl = request.result.cUrl;
- cardToken = request.result.cardToken;
- resolvingPower = request.result.resolvingPower;
- doConnectBusiness();
- doConnectDirectives();
- } else {
- connect('add');
- }
- };
- }
- // 根据id修改数
- function updateDB(db, storeName, data) {
- let request = db
- .transaction([storeName], 'readwrite') // 事务对象
- .objectStore(storeName) // 仓库对象
- .put(data);
- request.onsuccess = function () {
- console.log('数据更新成功');
- };
- request.onerror = function () {
- console.log('数据更新失败');
- };
- }
- // 由于打开indexDB是异步的加个定时器避免 db对象还没获取到值导致 报错
- setTimeout(() => {
- getDataByKey(db, storeName, userCardId);
- }, 1000);
- function connect(type) {
- $.ajax({
- url: baseUrl + '/api/resources/user/cloud/connect',
- type: 'post',
- data: JSON.stringify({
- userCardId: Number(userCardId),
- }),
- headers: {
- 'content-Type': 'application/json',
- Authorization: token,
- },
- dataType: 'json',
- async: false,
- success: function (res) {
- if (res.status === 0) {
- if (res.data.internetHttps) {
- socketURL =
- 'wss://' +
- res.data.internetHttps +
- '/plugflow?cardIp=' +
- res.data.localIp +
- '&token=' +
- res.data.cardToken +
- '&type=business';
- cUrl =
- 'wss://' +
- res.data.internetHttps +
- '/businessChannel?cardIp=' +
- res.data.localIp +
- '&token=' +
- res.data.cardToken +
- '&type=directives';
- cardToken = res.data.cardToken;
- resolvingPower = res.data.resolvingPower;
- doConnectBusiness();
- doConnectDirectives();
- if (type === 'add') {
- addData(db, storeName, {
- id: userCardId,
- socketURL: socketURL,
- cUrl: cUrl,
- cardToken: res.data.cardToken,
- resolvingPower: res.data.resolvingPower,
- });
- } else {
- updateDB(db, storeName, {
- id: userCardId,
- socketURL: socketURL,
- cUrl: cUrl,
- cardToken: res.data.cardToken,
- resolvingPower: res.data.resolvingPower,
- });
- }
- } else {
- $.toast('网络异常,请稍后重试', 'text');
- }
- } else {
- $.toast('画面异常,请重新进入', 'text');
- quit();
- }
- },
- });
- }
- initAD();
- $.alert({
- title: '提示',
- text: '开始使用云手机',
- onOK: function () {
- isAudioPlay = true;
- },
- });
- //云机倒计时
- let validTime = parameters['validTime'] || 10000;
- if (validTime > 32000) {
- validTime = 32000;
- }
- let detailTime = validTime * 60 * 1000;
- setTimeout(() => {
- $('.bug-title').eq(0).text('尊敬的用户您的云手机试用时间已到期');
- getDate = true;
- $('.buy-phone-wrap').eq(0).show();
- }, detailTime);
- var orientation = 0; //0 竖屏,1横屏
- function array_unique(arr) {
- return arr.filter(function (e, i) {
- return arr.indexOf(e) === i;
- });
- }
- var cutList = [];
- let timer,
- isFlag = true;
- function showShearPlate() {
- stopManyClick(() => {
- $('.box-shear-plate').empty();
- $.ajax({
- url: baseUrl + '/api/public/v5/shear/content',
- headers: {
- Authorization: token,
- },
- type: 'get',
- dataType: 'json',
- success: function (res) {
- if (res.status === 0) {
- if (res.data.length) {
- cutList = array_unique(res.data);
- var str =
- '<div class="title">剪贴板<div onclick="handleClear()" class="btn-clear">清空</div></div><div class="slide-wrapper-content">';
- cutList.forEach(function (item) {
- 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>";
- });
- str += '</div>';
- $('.box-shear-plate').append(str);
- } else {
- $('.box-shear-plate').append(
- '<img class="empty" src="img/jianqieban_pic@2x.png" alt="" /><div class="empty-txt">剪贴板为空</div>',
- );
- }
- $('.mask').show();
- initSlider();
- } else {
- $('.box-shear-plate').append(
- '<img class="empty" src="img/jianqieban_pic@2x.png" alt="" /><div class="empty-txt">剪贴板为空</div>',
- );
- $('.mask').show();
- }
- },
- });
- });
- }
- //防止提示一秒内重复显示
- function stopManyClick(fn) {
- if (isFlag) {
- fn();
- }
- isFlag = false;
- if (timer) {
- clearTimeout(timer);
- }
- timer = setTimeout(() => {
- isFlag = true;
- }, 1500);
- }
- // 清空剪贴板
- function handleClear() {
- var ids = '';
- cutList.forEach(function (item) {
- ids += 'ids=' + item.id + '&';
- });
- ids = ids.substring(0, ids.lastIndexOf('&'));
- $.confirm('确定清空剪贴板?', function () {
- $.ajax({
- url: baseUrl + '/api/public/v5/shear/content?' + ids,
- headers: {
- Authorization: token,
- },
- type: 'DELETE',
- dataType: 'json',
- success: function (res) {
- if (res.status === 0) {
- showShearPlate();
- } else {
- $.toast(res.msg, 'text');
- }
- },
- });
- });
- }
- function handleCopy(content) {
- var cutting = {
- type: 'cutting',
- data: {
- str: content,
- },
- };
- wsss.send(JSON.stringify(cutting));
- }
- // 删除剪贴板
- function handleDelete(id) {
- $.ajax({
- url: baseUrl + '/api/public/v5/shear/content?ids=' + id,
- headers: {
- Authorization: token,
- },
- type: 'DELETE',
- dataType: 'json',
- success: function (res) {
- if (res.status === 0) {
- showShearPlate();
- } else {
- $.toast(res.msg, 'text');
- }
- },
- });
- }
- function initSlider() {
- //手指滑动多少距离就认为是滑成功
- //这个值不能太大,否则影响斜着滑动时,垂直滑动的流畅性,也不能太小,太灵敏也不好
- var diffXDistance = 50;
- //当前滑动的对象
- var currentObject;
- //上一次滑动的对象
- var lastObject;
- //是否可以左右滑动,在上下滑的时候禁止左右滑
- var canSlide = true;
- //用于记录按下的点
- var startPoint;
- $('.slide-content').css({
- width: $('.slide-wrapper').width(),
- });
- document.body.removeEventListener(
- 'touchmove',
- function (e) {
- e.preventDefault();
- },
- {
- passive: false,
- },
- );
- $('.slide-scroll')
- .css({
- width:
- $('.slide-wrapper').width() + $('.slide-content-button').width(),
- })
- .on('touchstart', function (e) {
- currentObject = this;
- startPoint = {
- x: e.originalEvent.changedTouches[0].pageX,
- y: e.originalEvent.changedTouches[0].pageY,
- };
- })
- .on('touchmove', function (e) {
- //如果是左右滑动,就禁止上下的滑动
- //如果是上下的滑动,就禁止左右滑动
- if (
- Math.abs(e.originalEvent.changedTouches[0].pageX - startPoint.x) >
- Math.abs(e.originalEvent.changedTouches[0].pageY - startPoint.y)
- ) {
- event.preventDefault();
- } else {
- canSlide = false;
- }
- })
- .on('touchend', function (e) {
- //如果是上下滑动,这里就直接返回了
- if (!canSlide) {
- canSlide = true;
- return true;
- }
- //点击除当前左滑对象之外的任意其他位置
- if (lastObject && currentObject != lastObject) {
- //右滑→
- $(lastObject).removeClass('animate-slide');
- //清空上一个左滑的对象
- lastObject = undefined;
- }
- var diffX = e.originalEvent.changedTouches[0].pageX - startPoint.x;
- if (diffX < -diffXDistance) {
- //左滑←
- $(currentObject).addClass('animate-slide');
- if (lastObject && lastObject != currentObject) {
- //右滑→
- $(lastObject).removeClass('animate-slide');
- }
- //记录上一个左滑的对象
- lastObject = currentObject;
- } else if (diffX >= diffXDistance) {
- if (currentObject == lastObject) {
- //右滑→
- $(currentObject).removeClass('animate-slide');
- //清空上一个左滑的对象
- lastObject = undefined;
- }
- }
- });
- }
- var btnMuted = document.querySelector('#btnMuted');
- btnMuted &&
- (function () {
- var setHistory = function (left, top) {
- try {
- localStorage.setItem(
- 'muted-btn-loc',
- JSON.stringify({
- left: left,
- top: top,
- }),
- );
- } catch (ex) {}
- };
- var getHistory = function () {
- try {
- var value = localStorage.getItem('muted-btn-loc');
- if (!value) return null;
- value = JSON.parse(value);
- if (!value) return null;
- return value;
- } catch (ex) {
- return null;
- }
- };
- var fixLoc = function (loc) {
- var rect = btnMuted.getBoundingClientRect();
- rect = {
- top: rect.top,
- left: rect.left,
- width: rect.width,
- height: rect.height,
- }; // 部分低版本浏览器,该属性为只读
- if (loc) {
- rect.left = loc.left;
- rect.top = loc.top;
- }
- var minX = 0;
- var minY = 0;
- var docRect = document.documentElement.getBoundingClientRect();
- var maxY = docRect.height - rect.height;
- var maxX = docRect.width - rect.width;
- var left = rect.left;
- var top = rect.top;
- left = Math.min(left, maxX);
- left = Math.max(left, minX);
- top = Math.min(top, maxY);
- top = Math.max(top, minY);
- if (loc || top !== rect.top || left !== rect.left) {
- btnMuted.style.cssText +=
- 'left:' + left + 'px;top:' + top + 'px;';
- }
- };
- window.addEventListener('resize', function () {
- fixLoc();
- });
- var touchPoint = {
- pageY: 0,
- pageX: 0,
- };
- var currentLoc = {
- top: 0,
- left: 0,
- curTop: 0,
- curLeft: 0,
- };
- var toMove = false;
- var touchmove = function (e) {
- e.preventDefault();
- var point = e.changedTouches[0];
- var top = -touchPoint.pageY + point.pageY;
- var left = -touchPoint.pageX + point.pageX;
- if (toMove) {
- top += currentLoc.top;
- left += currentLoc.left;
- currentLoc.curLeft = left;
- currentLoc.curTop = top;
- btnMuted.style.cssText +=
- 'left:' + left + 'px;top:' + top + 'px;';
- } else {
- if (Math.abs(top) >= 5 || Math.abs(left) >= 5) {
- toMove = true;
- }
- }
- };
- var touchend = function () {
- window.removeEventListener('touchmove', touchmove, {
- passive: false,
- });
- window.removeEventListener('touchend', touchend, {
- passive: false,
- });
- if (toMove) {
- setHistory(currentLoc.curLeft, currentLoc.curTop);
- fixLoc();
- } else {
- //按点击处理
- var set = $('.control-right-img').attr('data-id');
- if (set == '1') {
- $('.control-right-img').attr({
- 'data-id': '2',
- });
- $('.leftmains').css({
- right: '0rem',
- });
- } else {
- $('.control-right-img').attr({
- 'data-id': '1',
- });
- $('.leftmains').css({
- right: '-4rem',
- });
- }
- }
- };
- btnMuted.addEventListener(
- 'touchstart',
- function (e) {
- e.preventDefault();
- toMove = false;
- var point = e.changedTouches[0];
- touchPoint.pageX = point.pageX;
- touchPoint.pageY = point.pageY;
- var rect = e.target.getBoundingClientRect();
- currentLoc.top = rect.top;
- currentLoc.left = rect.left;
- window.addEventListener('touchmove', touchmove, {
- passive: false,
- });
- window.addEventListener('touchend', touchend, {
- passive: false,
- });
- },
- {
- passive: false,
- },
- );
- var history = getHistory();
- if (history) {
- fixLoc(history);
- }
- btnMuted.classList.remove('hide');
- })();
- $('#upload').on('click', function () {
- decodeWoker.postMessage('close');
- decodeWoker.terminate();
- quit();
- });
- function handleClose() {
- $('.mask').hide();
- }
- var decodeCount = 1;
- var isFinish = false;
- var player = new PCMPlayer({
- encoding: '16bitInt',
- channels: 2,
- sampleRate: 44100,
- flushingTime: 22,
- debug: false,
- });
- Module = {};
- Module.onRuntimeInitialized = function () {
- isFinish = true;
- };
- function decodeAAC(data) {
- var retPtr = Module._malloc(4 * 5 * 1024); //接收的数据
- var inputPtr = Module._malloc(4 * data.length); //输入数据
- for (var i = 0; i < data.length; i++) {
- Module.HEAPU8[inputPtr + i] = data[i]; //转换为堆数据
- }
- var pcmLen = Module._feedData(retPtr, inputPtr, data.length);
- if (pcmLen >= 0) {
- var pcmData = new Uint8Array(pcmLen);
- for (var i = 0; i < pcmLen; i++) {
- pcmData[i] = Module.HEAPU8[retPtr + i];
- }
- player.feed(pcmData);
- }
- decodeCount++;
- Module._free(inputPtr);
- Module._free(retPtr);
- }
- var decodeWoker = new Worker('decoder.js');
- var myVideo = document.getElementById('playCanvas');
- var logicWidth = 720;
- var logicHeight = 1280;
- decodeWoker.onmessage = function (event) {
- var objData = event.data;
- // console.log("🚀 ~ file: WXtrialInterface.html ~ line 806 ~ objData", objData)
- switch (objData.cmd) {
- case 0:
- break;
- case 1:
- // console.log(objData);
- if (logicWidth != objData.width || logicHeight != objData.height) {
- logicWidth = objData.width;
- logicHeight = objData.height;
- }
- // logicWidth = 375
- // logicHeight = 812
- webglPlayer.renderFrame(
- objData.data,
- logicWidth,
- logicHeight,
- logicWidth * logicHeight,
- (logicWidth / 2) * (logicHeight / 2),
- );
- $('.weui-mask_transparent').hide();
- $('.weui-toast').hide();
- $('.loading').hide();
- break;
- case 5:
- var buffer = RequestIFrame();
- webSocketWorker.postMessage(buffer);
- }
- };
- var isFinish = false;
- var webglPlayer = new WebGLPlayer(myVideo, {
- preserveDrawingBuffer: false,
- });
- function GetRequest() {
- var url = location.search; // 获取url中"?"符后的字串
- var obj = new Object();
- if (url.indexOf('?') != -1) {
- var str = url.substr(1);
- strs = str.split('&');
- for (var i = 0; i < strs.length; i++) {
- obj[strs[i].split('=')[0]] = strs[i].split('=')[1];
- }
- }
- return obj;
- }
- function doConnectBusiness() {
- var webSocketWorker = new Worker(
- 'websocket.js?socketURL=' +
- encodeURIComponent(socketURL) +
- '&cardToken=' +
- encodeURIComponent(cardToken),
- );
- window.webSocketWorker = webSocketWorker;
- webSocketWorker.onmessage = function (event) {
- var input = event.data;
- if (input[0] == 0xff && isAudioPlay) {
- decodeAAC(input);
- }
- if (
- input[0] == 0 &&
- input[1] == 0 &&
- input[2] == 0 &&
- input[3] == 1
- ) {
- var cmd = {
- type: 'rawData',
- data: event.data,
- };
- decodeWoker.postMessage(cmd);
- }
- if (input[0] == 0x68) {
- if (input[23] == 0x5c) {
- if (CheckVerifyCode(input)) {
- webSocketWorker.postMessage(ConfigChannel('RK3923C1201900139'));
- var checkBuffer = GetScreenState();
- webSocketWorker.postMessage(checkBuffer);
- } else {
- connect('update');
- }
- }
- if (input[23] == 0x05) {
- //横竖屏标识
- var state = CheckScreenDirection(input.slice(24, 24 + 8));
- if (state == 1) {
- console.log('安卓卡此时竖屏');
- //竖屏处理
- resolving = 1;
- $('#playCanvas').removeClass('horizontal').addClass('vertical');
- } else {
- console.log('安卓卡此时横屏');
- //横屏处理
- resolving = 0;
- $('#playCanvas').removeClass('vertical').addClass('horizontal');
- }
- }
- if (input[23] == 0x0b) {
- console.log('多端登陆');
- }
- }
- if (event.data === 'close') {
- $.toast('画面异常,请重新进入', 'text');
- decodeWoker.postMessage('close');
- decodeWoker.terminate();
- quit();
- }
- };
- }
- // 激活码广告相关配置
- function getConfigByPhoneType() {
- return new Promise((resolve, reject) => {
- $.ajax({
- url: baseUrl + '/api/pay/v5/trialCodeConfig/getConfigByPhoneType',
- headers: {
- Authorization: token,
- },
- data: {
- userCardId: userCardId,
- phoneType: mealType,
- },
- type: 'get',
- dataType: 'json',
- success: function (res) {
- console.log(res);
- let obj = res.data;
- if (res.status === 0) {
- resolve(obj);
- } else {
- $.toast(res.msg, 'text');
- }
- },
- });
- });
- }
- //列表
- function getSetmealList() {
- return new Promise((resolve, reject) => {
- $.ajax({
- url: baseUrl + '/api/resources/v4/freetrial/setmeal/list',
- headers: {
- Authorization: token,
- },
- type: 'get',
- dataType: 'json',
- success: function (res) {
- if (res.status === 0) {
- let list = res.data;
- list.map((item) => {
- if (item.phoneType === mealType) {
- resolve(item);
- }
- });
- } else {
- $.toast(res.msg, 'text');
- }
- },
- });
- });
- }
- //广告信息
- var adData = null; // 广告数据
- var adLastTime = 0; // 广告时间
- var intervalTime = 0; // 间隔时间
- // let adType = 0;
- console.log(
- '🚀 ~ file: WXtrialInterface.html ~ line 973 ~ sourceType',
- sourceType,
- );
- // 拉取广告数据
- function getAD() {
- return $.ajax({
- url: baseUrl + '/api/public/v5/advertising/getAdInfoByAdPlace',
- headers: {
- Authorization: token,
- },
- data: JSON.stringify({
- adPlace: adType,
- os: 0,
- }),
- type: 'POST',
- dataType: 'json',
- contentType: 'application/json;charset=UTF-8',
- }).then(function (res) {
- if (res.status === 0) {
- var list = res.data.filter(
- (v) => v.adType === 1 && !!v.adVideoBase.videoUrl,
- );
- adData = list[Math.floor(Math.random() * list.length)];
- console.log(
- '🚀 ~ file: WXtrialInterface.html ~ line 990 ~ getAD ~ adData',
- adData,
- );
- return adData;
- } else {
- return Promise.reject(new Error(res.msg));
- }
- });
- }
- // 播放广告
- function playAD() {
- var nowTime = Date.now();
- if (
- adData &&
- // [1, 2].includes(sourceType) &&
- $('.try-use-wrap').eq(0).is(':hidden') &&
- nowTime > adLastTime + intervalTime
- ) {
- $('#source').attr('src', adData.adVideoBase.videoUrl);
- $('.try-use-wrap').eq(0).show();
- $('#source')[0].play();
- videoTime = adData.forcedTime;
- adData = null;
- adLastTime = nowTime;
- videoTimer = setInterval(() => {
- if (videoTime > 0) {
- videoTime--;
- $('.time-node')
- .eq(0)
- .text(videoTime + 's');
- } else {
- clearInterval(videoTimer);
- $('.time-node').eq(0).text('');
- }
- }, 1000);
- if (intervalTime > 0) {
- // 间隔广告拉取下一次广告数据
- adType = 16;
- getAD();
- }
- if (adType === 16 && sourceType == 1) {
- // 间隔广告和试用才上报
- report(0);
- }
- }
- }
- /**
- * 初始化广告
- * 因移动端video无法自动播放,play()方法不能异步调用。
- * 解决方案,初始化时预先请求广告数据,在用户对云手机touchmove事件中去播放广告并请求下一次广告数据。
- */
- function initAD() {
- console.log(
- '🚀 ~ file: WXtrialInterface.html ~ line 1052 ~ initAD ~ sourceType',
- sourceType,
- );
- (function () {
- switch (sourceType) {
- case 1: {
- return getSetmealList().then(function (res) {
- intervalTime =
- res.intervalSwitch === 1
- ? res.intervalAdvertDuration * 1000 * 60
- : 0;
- if (res.pushFlowAdvert === 1) {
- adType = 15;
- adTime = 0;
- } else if (intervalTime > 0) {
- adType = 16;
- adTime = date.now();
- }
- });
- }
- case 2: {
- return getConfigByPhoneType().then(function (res) {
- if (res.isDisconnectionTime === 1) {
- var time = res.disconnectionTime * 60 * 1000;
- setTimeout(() => {
- disconnectionFlag = true;
- $('.buy-phone-wrap').eq(0).show();
- }, time);
- }
- intervalTime =
- res.isIntervalPlayAd === 1
- ? res.intervalPlayAdTime * 1000 * 60
- : 0;
- if (res.isShowAd === 1) {
- adType = 15;
- adTime = 0;
- } else if (intervalTime > 0) {
- adType = 16;
- adTime = date.now();
- }
- });
- }
- default: {
- return Promise.reject();
- }
- }
- })().then(function () {
- console.log(adType);
- this.$('#playCanvas').on('touchstart', playAD);
- // this.$('#playCanvas').on('touchmove', playAD);
- getAD();
- });
- }
- // 观看广告次数上报1
- function reportFrequency() {
- $.ajax({
- url:
- baseUrl +
- '/api/resoures/v1/trial/reportFrequency/' +
- form.userCardId,
- headers: {
- Authorization: form.token,
- },
- type: 'post',
- contentType: 'application/json',
- dataType: 'json',
- success: function (res) {},
- });
- }
- //间隔广告上报
- function report(type) {
- $.ajax({
- url: baseUrl + '/api/resources/v1/trial/report',
- headers: {
- Authorization: token,
- },
- data: JSON.stringify({
- userCardId: userCardId,
- reportType: type,
- }),
- type: 'POST',
- dataType: 'json',
- contentType: 'application/json;charset=UTF-8',
- success: function (res) {},
- });
- }
- //关闭广告
- $('.time-close-wrap')[0].addEventListener('click', () => {
- if (videoTime == 0) {
- reportFrequency();
- }
- $('.buy-phone-wrap').eq(0).show();
- });
- // 点击取消
- $('.cannel-btn')[0].addEventListener('click', () => {
- $('.buy-phone-wrap').eq(0).hide();
- if (disconnectionFlag || getDate) {
- //设置了断线时间,取消直接退出
- systemBuriedPoint('激活码-断线-取消');
- quit();
- return;
- }
- let pointName = '';
- if (sourceType == 1) {
- pointName =
- videoTime == 0 ? '免费试用-关闭-取消' : '免费试用-强制关闭-取消';
- } else {
- pointName =
- videoTime == 0 ? '激活码-关闭-取消' : '激活码-强制关闭-取消';
- }
- systemBuriedPoint(pointName);
- if (videoTime == 0) {
- if (adType === 16 && sourceType == 1) {
- report(1);
- }
- $('.try-use-wrap').eq(0).hide();
- $('#source')[0].pause();
- return;
- }
- $('.look-wrap').eq(0).show();
- });
- // 点击去购买
- $('.go-bug')[0].addEventListener('click', () => {
- let pointName = '';
- if (disconnectionFlag) {
- pointName = '激活码-断线-去购买';
- } else if (sourceType == 1) {
- pointName =
- videoTime == 0
- ? '免费试用-关闭-去购买'
- : '免费试用-强制关闭-去购买';
- } else {
- pointName =
- videoTime == 0 ? '激活码-关闭-去购买' : '激活码-强制关闭-去购买';
- }
- systemBuriedPoint(pointName);
- if (getDate) {
- if (window.__wxjs_environment === 'miniprogram') {
- wx.miniProgram.navigateTo({
- url: '/packageA/order/buy/index?buyType=试用界面购买',
- });
- } else {
- uni.webView.navigateTo({
- url: '/pages/order/order',
- });
- }
- } else {
- if (window.__wxjs_environment === 'miniprogram') {
- wx.miniProgram.navigateTo({
- url:
- `/packageA/order/renew/index?buyType=${
- sourceType == 1
- ? '试用弹窗购买按钮进入-普通试用'
- : '试用弹窗购买按钮进入-激活码试用'
- }&record=` + userCardId,
- });
- } else {
- uni.webView.navigateTo({
- url: '/pages/order/order',
- });
- }
- }
- });
- window.onbeforeunload = function () {
- wsss.close();
- decodeWoker.postMessage('close');
- decodeWoker.terminate();
- };
- function quit() {
- if (navigator.userAgent.toLowerCase().includes('toutiaomicroapp')) {
- tt.miniProgram.switchTab({
- url: '/pages/home/home',
- });
- } else if (window.__wxjs_environment === 'miniprogram') {
- wx.miniProgram.switchTab({
- url: '/pages/home/home',
- });
- } else {
- uni.webView.navigateBack({
- delta: 1,
- });
- }
- }
- function updatePhoneSizeListHtml() {
- const templatePhoneSizeItem = doT.template(
- $('#template-phone-size-item').html().replace(/&/g, '&'),
- );
- const phoneSizeListItemsHtml = templatePhoneSizeItem({
- list: window.phoneSizeList,
- active: window.activePhoneSize,
- });
- $('#phone-size-list').html(phoneSizeListItemsHtml);
- }
- $('#open-set-phone-size-dialog-btn').on('click', function (e) {
- window.activePhoneSize = window.currentPhoneSize;
- updatePhoneSizeListHtml();
- $('#set-phone-size-dialog').addClass('show');
- });
- // $('#set-phone-size-dialog').addClass('show');
- $('.dialog .dialog-mask')
- .add('.dialog .dialog-btn.cancel')
- .on('click', function (e) {
- $(e.currentTarget).parents('.dialog').removeClass('show');
- });
- function getPhoneSizeList() {
- $.ajax({
- url: baseUrl + '/api/public/v5/shear/content',
- headers: {
- Authorization: token,
- },
- type: 'get',
- dataType: 'json',
- });
- }
- // 分辨率列表
- window.phoneSizeList = [];
- // 当前生效的分辨率
- window.currentPhoneSize = {
- // id: 1,
- width: 720,
- height: 1280,
- };
- // 选中的分辨率
- window.activePhoneSize = window.currentPhoneSize;
- function getPhoneSizeList() {
- return $.ajax({
- url:
- baseUrl + '/api/resources/v5/machine/resolution/getResolvingPower',
- headers: {
- Authorization: token,
- },
- type: 'get',
- dataType: 'json',
- data: {
- userCardId,
- // configKey: 'cloud_phone_resolving_power',
- },
- }).then(function (response) {
- return response.data.map(function (v) {
- return {
- id: v.id,
- dpi: v.dpi,
- width: v.width || v.abscissa,
- height: v.height || v.ordinate || v.high,
- };
- });
- });
- }
- getPhoneSizeList().then(function (phoneSizeList) {
- window.phoneSizeList = phoneSizeList;
- const currentPhoneSize = window.phoneSizeList.find(function (v) {
- return v.width === window.currentPhoneSize.width && v.height === window.currentPhoneSize.height;
- });
- window.currentPhoneSize = currentPhoneSize || window.currentPhoneSize
- return updatePhoneSizeListHtml();
- });
- // const phoneSizeListSwiper = new Swiper('#phone-size-list-swiper', {
- // direction: 'vertical',
- // slidesPerView: 'auto',
- // loop: false,
- // centeredSlides: true,
- // });
- function setPhoneSize(config) {
- // 上报分辨率
- $.ajax({
- url:
- baseUrl +
- '/api/resources/v5/machine/resolution/operationResolvingPower',
- headers: {
- Authorization: token,
- },
- type: 'post',
- dataType: 'json',
- data: {
- userCardId: window.userCardId,
- width: config.width,
- height: config.height,
- resolvingPowerId: config.id,
- },
- });
- // 修改云机分辨率
- wsss.send(
- JSON.stringify({
- type: 'setPhoneSize',
- data: {
- width: config.width,
- height: config.height,
- },
- }),
- );
- // 通知其他在线端
- wsss.send(
- JSON.stringify({
- type: 'forwardMsg',
- data: {
- code: 'phoneSizeChange',
- id: config.id,
- width: config.width,
- height: config.height,
- desc: '分辨率修改', // 可选
- },
- }),
- );
- window.currentPhoneSize = config;
- }
- // wsss.addEventListener('message', function (event) {
- // console.log(
- // '🚀 ~ file: WXtrialInterface.html ~ line 1476 ~ event',
- // event,
- // );
- // });
- $('#phone-size-list').on('click', '.phone-size-item', function (e) {
- const data = $(e.currentTarget).data();
- console.log("🚀 ~ file: WXtrialInterface.html ~ line 1494 ~ data", data)
- window.activePhoneSize = data;
- updatePhoneSizeListHtml();
- // setPhoneSize(data.width, data.height);
- });
- $('#set-phone-size-dialog .dialog-btn.confirm').on('click', function (e) {
- setPhoneSize(window.activePhoneSize);
- $('#set-phone-size-dialog').removeClass('show');
- });
- </script>
- <script type="text/javascript" src="WXdraw.js"></script>
- <script type="text/javascript" src="aac.js"></script>
- </body>
- </html>
|