awardActivity.html 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
  6. <title>免费活动</title>
  7. <link rel="icon" href="../static/img/favicon2.ico" type="img/x-ico">
  8. <link rel="stylesheet" href="../static/js/vender/toastr/toastr.min.css">
  9. <link rel="stylesheet" href="../static/css/awardActivity.css">
  10. <script src="../static/js/vender/jquery-3.4.1.min.js"></script>
  11. <script src="../static/js/vender/toastr/toastr.min.js"></script>
  12. <script src="../static/js/vender/config.js"></script>
  13. </head>
  14. <body>
  15. <div class="container">
  16. <div class="all-bg-wrap">
  17. <img class="all-bg-img" src="../static/img/awardActivity/all-bg.png" />
  18. </div>
  19. <div class="rule-wrap">活动规则</div>
  20. <div class="time-position"></div>
  21. <div class="time-wrap"></div>
  22. <div class="top-container">
  23. <img class="top-bg-one" src="../static/img/awardActivity/top-bg-one.png" />
  24. <img class="top-bg-two" src="../static/img/awardActivity/top-bg-two.png" />
  25. <div class="get-award-container">
  26. <div class="award-lists"></div>
  27. </div>
  28. <div class="all-award-wrap"></div>
  29. </div>
  30. <div class="rest-wrap">
  31. <div class="award-btn-wrap">
  32. <img class="start-award" src="../static/img/awardActivity/bug-phone.png" />
  33. </div>
  34. <div class="get-time-wrap">
  35. <div class="rest-time">剩余抽奖次数 <span class="times"></span>次</div>
  36. <div class="get-time-btn">获取次数</div>
  37. </div>
  38. <div class="tab-wrap">
  39. <img class="tab-bg1" src="../static/img/awardActivity/tab-bg1.png" />
  40. <img class="tab-bg2" src="../static/img/awardActivity/tab-bg2.png" />
  41. <img class="tab-bg3" src="../static/img/awardActivity/tab-bg3.png" />
  42. <img class="tab-bg4" src="../static/img/awardActivity/tab-bg4.png" />
  43. <div class="award-container">
  44. <div class="award-title-wrap">
  45. <div class="award-title active-title">奖励一览</div>
  46. <div class="award-title">分配奖励(<span class="all-times"></span>)</div>
  47. </div>
  48. <div class="award-list">
  49. <div class="award-list-title-wrap">
  50. <div class="award-list-title">时间</div>
  51. <div class="award-list-title">奖品</div>
  52. </div>
  53. <div class="award-list-wrap"></div>
  54. </div>
  55. <div class="distribution-wrap">
  56. <div class="distribution-list-wrap">
  57. <div class="distribution-list">
  58. <div class="distribution-total-wrap">
  59. <div class="award-total-data">奖励总时长<span class="red"></span>天</div>
  60. <div class="award-total-data">已分配时长<span class="red"></span>天</div>
  61. <div class="award-total-data">未分配时长<span class="red"></span>天</div>
  62. </div>
  63. <div class="distribution-container"></div>
  64. <div class="distribution-award-btn">分配奖励</div>
  65. </div>
  66. <div class="award-record-list">
  67. <div class="record-list-title">分配时长记录</div>
  68. <div class="award-record-list-title-wrap">
  69. <div class="award-record-list-title">云机名称</div>
  70. <div class="award-record-list-title">时间</div>
  71. <div class="award-record-list-title">时长</div>
  72. </div>
  73. <div class="award-record-list-wrap"></div>
  74. </div>
  75. </div>
  76. </div>
  77. <div class="no-award-data">
  78. <img class="no-award-img" src="../static/img/awardActivity/no-award.png" />
  79. <div class="no-award-text">没有抽奖记录,我都替你着急~</div>
  80. </div>
  81. <div class="no-distribution-data">
  82. <img class="no-distribution-img" src="../static/img/awardActivity/no-data.png" />
  83. <div class="no-distribution-text">先购买云手机,才能分配喔~</div>
  84. </div>
  85. </div>
  86. </div>
  87. </div>
  88. <div class="rule-mask">
  89. <div class="rule-result-dialog">
  90. <div class="rule-content">
  91. <div class="rule-title-wrap">
  92. <div class="rule-title-icon"></div>
  93. <div class="rule-title">活动规则</div>
  94. <div class="rule-title-icon"></div>
  95. </div>
  96. <div class="rule-point-wrap">
  97. <!-- <div class="rule-point">1、活动期间,购买获得的抽取资格不限次数, 活动期间可用,活动结束后未使用的做过期处理。</div>
  98. <div class="rule-point">2、参与活动的套餐是星曜月卡与年卡套餐,其他套餐不参与活动。</div>
  99. <div class="rule-point">3、星币、激活码购买的订单不参与本次活动。</div>
  100. <div class="rule-point">4、抽取的奖励只能新增云机,请去云手机首页查看。</div>
  101. <div class="rule-point">5、活动结束后3天保留奖励分配入口,但不能再参与活动。</div>
  102. <div class="rule-point">6、双子星官方对活动具有最终解释权。</div> -->
  103. </div>
  104. </div>
  105. <img class="rule-close" src="../static/img/anniversaryCelebrate/close.png" />
  106. </div>
  107. </div>
  108. <div class="result-mask">
  109. <div class="result-dialog">
  110. <div class="result-content">
  111. <div class="rule-title-wrap result-title-wrap">
  112. <div class="rule-title-icon"></div>
  113. <div class="rule-title result-title">换个姿势,再抽一次</div>
  114. <div class="rule-title-icon"></div>
  115. </div>
  116. <div class="main-contain"></div>
  117. </div>
  118. <img class="card-close" src="../static/img/anniversaryCelebrate/close.png" />
  119. </div>
  120. </div>
  121. <div class="sure-distribution-wrap">
  122. <div class="sure-distribution-box">
  123. <div class="sure-distribution-title">确定分配奖励时长</div>
  124. <div class="sure-distribution-btn-list">
  125. <div class="sure-distribution-btn sure-distribution-cannel">取消</div>
  126. <div class="sure-distribution-btn sure-distribution-sure">确定</div>
  127. </div>
  128. </div>
  129. </div>
  130. </div>
  131. <script type="text/html" id="card">
  132. <img class="card-img" src="{{icon}}" />
  133. <div class="card-title">{{goodsName}}</div>
  134. <div class="card-tips">{{tips}}</div>
  135. <div class="card-btn">{{cardBtn}}</div>
  136. <div class="card-rest-times">剩余次数{{lotteryCount}}次</div>
  137. </script>
  138. <script type="text/html" id="award1">
  139. <div class="curr-award-item curr-award-item-one">
  140. <div class="curr-award-img curr-award-img-one">
  141. <img class="award-img" src="{{icon}}" />
  142. </div>
  143. <div class="curr-award-name">{{goodsName}}</div>
  144. <div class="curr-award-id">{{id}}</div>
  145. </div>
  146. </script>
  147. <script type="text/html" id="award2">
  148. <div class="curr-award-item">
  149. <div class="curr-award-img">
  150. <!-- <img class="award-img" src="{{icon}}" /> -->
  151. </div>
  152. <div class="curr-award-name">{{goodsName}}</div>
  153. <div class="curr-award-id">{{id}}</div>
  154. </div>
  155. </script>
  156. <script type="text/html" id="awardRecord">
  157. <div class="award-list-item">
  158. <div class="award-list-content">{{createTime}}</div>
  159. <div class="award-list-content">{{goodsName}}</div>
  160. </div>
  161. </script>
  162. <script type="text/html" id="distribution">
  163. <div class="distribution-item">
  164. <div class="distribution-main-content">
  165. <img class="phone-logo" src="../static/img/awardActivity/home_list_icon_xingyao.jpg" />
  166. <div class="distribution-info">
  167. <div class="distribution-name">{{diskName}}</div>
  168. <div class="distribution-time">{{timeLeft}}</div>
  169. </div>
  170. </div>
  171. <div class="change-num-wrap">
  172. <div class="cut" data-id={{userCardId}} data-index={{index}}>-</div>
  173. <input class="num-ipt" type="number" onkeyup="this.value=this.value.replace(/-/g,'')" value="0" data-id={{userCardId}} data-index={{index}} />
  174. <div class="add" data-id={{userCardId}} data-index={{index}}>+</div>
  175. </div>
  176. </div>
  177. </script>
  178. <script type="text/html" id="record">
  179. <div class="award-record-list-item">
  180. <div class="award-record-list-content">{{diskName}}</div>
  181. <div class="award-record-list-content">{{exceptTime}}</div>
  182. <div class="award-record-list-content">{{validTime}}</div>
  183. </div>
  184. </script>
  185. <script>
  186. toastr.options.positionClass = 'toast-center-center';
  187. toastr.options.timeOut = '1500';
  188. </script>
  189. <script type="text/javascript" src="https://res.wx.qq.com/open/js/jweixin-1.3.2.js"></script>
  190. <script type="text/javascript" src="https://js.cdn.aliyun.dcloud.net.cn/dev/uni-app/uni.webview.1.5.2.js"></script>
  191. <script type="text/javascript">
  192. // var baseUrl = 'http://gntest.phone.androidscloud.com:1280'
  193. const fileCenterApi = 'https://file.phone.androidscloud.com:8121';
  194. let uploadKey = ''
  195. if (window.location.origin.includes('client.phone.androidscloud.com')) {
  196. uploadKey = 'edv834e74a9c43eaac02'
  197. } else if (window.location.origin.includes('prese.phone.androidscloud')) {
  198. uploadKey = '347905r86eb745a1sc38'
  199. } else {
  200. uploadKey = '13d0arghebcc4cm49cf04'
  201. }
  202. let timer,flag = true;
  203. var url = window.location.href;
  204. url = url.split('/')
  205. var loc = window.location.search,
  206. n1 = loc.length,//地址的总长度
  207. n2 = loc.indexOf("="),//取得=号的位置
  208. id = loc.substr(n2 + 1, n1 - n2),//从=号后面的内容
  209. u = navigator.userAgent,
  210. ua = navigator.userAgent.toLowerCase(),
  211. awardData = [],
  212. distributionList = [],
  213. topVal = -0.5,
  214. unAllotTime = 0,
  215. recordFlag = true,
  216. pageNum = 1,
  217. pages = 0,
  218. recordFlag1 = true,
  219. pageNum1 = 1,
  220. recordFlag2 = true,
  221. pageNum2 = 1,
  222. pages2 = 0,
  223. cardList = [],
  224. lotteryCount = 0,
  225. lotteryResult = {},
  226. lotteryFlag = true,
  227. activityState = 0,
  228. awardNumber = 0,
  229. currTotalTime = 0,
  230. phoneRemainQuantity = 0,
  231. userCardId = 0,
  232. flagNum = 1;
  233. isiOS = !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/),
  234. isAndroid = u.indexOf('Android') > -1 || u.indexOf('Adr') > -1; //android终端
  235. (function(doc) {
  236. var init = function () {
  237. getPhoneNumber();
  238. bindEvent();
  239. goodsList();
  240. rewardList();
  241. allotTimeRecord();
  242. allotTimeCardList();
  243. }
  244. function bindEvent () {
  245. //点击开始抽奖
  246. $('.start-award')[0].addEventListener('click', startLottery, false);
  247. //点击继续抽奖
  248. $('.main-contain')[0].addEventListener('click', nextLottery, false);
  249. //点击抽奖结果关闭弹窗
  250. $('.card-close')[0].addEventListener('click', cardClose, false);
  251. //点击获取次数
  252. $('.get-time-btn')[0].addEventListener('click',getTimeHandle,false);
  253. //tab切换
  254. $('.award-title')[0].addEventListener('click', tabHandle1, false);
  255. $('.award-title')[1].addEventListener('click', tabHandle2, false);
  256. //点击分配时长按钮
  257. $('.distribution-award-btn')[0].addEventListener('click', distributionTime, false);
  258. //点击规则
  259. $('.rule-wrap')[0].addEventListener('click', ruleHandle, false);
  260. //关闭规则
  261. $('.rule-close')[0].addEventListener('click', ruleClose, false);
  262. }
  263. function tabHandle1 (e) {
  264. operate('mfhd_2022_h5_tab奖励一览');
  265. $('.tab-bg1').eq(0).css('display', 'block');
  266. $('.tab-bg2').eq(0).css('display', 'none');
  267. $('.tab-bg3').eq(0).css('display', 'none');
  268. $('.tab-bg4').eq(0).css('display', 'none');
  269. $('.tab-wrap').eq(0).css('height', '5.75rem');
  270. $('.award-title')[0].className = 'award-title active-title';
  271. $('.award-title')[1].className = 'award-title';
  272. $('.award-list').eq(0).css('display', 'block');
  273. $('.no-distribution-data').eq(0).css('display', 'none');
  274. $('.distribution-list-wrap').eq(0).css('display', 'none');
  275. if(pages === 0) {
  276. $('.no-award-data').eq(0).css('display', 'block');
  277. $('.award-list').eq(0).css('display', 'none');
  278. } else {
  279. $('.award-list').eq(0).css('display', 'block');
  280. $('.no-award-data').eq(0).css('display', 'none');
  281. }
  282. }
  283. function tabHandle2 (e) {
  284. if(activityState == 0){
  285. stopManyClick(() =>{
  286. toastr.error('活动未开始!');
  287. })
  288. return
  289. }
  290. if(activityState == 2){
  291. stopManyClick(() =>{
  292. toastr.error('活动已结束!');
  293. })
  294. return
  295. }
  296. operate('mfhd_2022_h5_tab分配奖励');
  297. $('.tab-bg1').eq(0).css('display', 'none');
  298. $('.tab-wrap').eq(0).css('height', '14.75rem');
  299. $('.award-title')[0].className = 'award-title';
  300. $('.award-title')[1].className = 'award-title active-title';
  301. $('.distribution-list-wrap').eq(0).css('display', 'block');
  302. $('.award-list').eq(0).css('display', 'none');
  303. $('.no-award-data').eq(0).css('display', 'none');
  304. if(cardList.length === 0) {
  305. $('.tab-bg2').eq(0).css('display', 'none');
  306. $('.tab-bg3').eq(0).css('display', 'none');
  307. $('.tab-bg4').eq(0).css('display', 'block');
  308. $('.tab-wrap').eq(0).css('height', '5.76rem');
  309. $('.distribution-list-wrap').eq(0).css('display', 'none');
  310. $('.no-distribution-data').eq(0).css('display', 'block');
  311. } else if(pages2 == 0) {
  312. $('.tab-bg4').eq(0).css('display', 'none');
  313. $('.tab-bg2').eq(0).css('display', 'none');
  314. $('.tab-bg3').eq(0).css('display', 'block');
  315. $('.tab-wrap').eq(0).css('height', '9.05rem');
  316. } else {
  317. $('.tab-bg4').eq(0).css('display', 'none');
  318. $('.tab-bg3').eq(0).css('display', 'none');
  319. $('.tab-bg2').eq(0).css('display', 'block');
  320. $('.award-record-list').eq(0).css('display', 'block');
  321. $('.tab-wrap').eq(0).css('height', '14.75rem');
  322. }
  323. }
  324. // 继续抽奖
  325. function nextLottery(e) {
  326. if(e.target.className === 'card-btn'){
  327. $('.main-contain').eq(0).empty();
  328. let num = flagNum > 12 ? flagNum - 12 : flagNum;
  329. $('.curr-award-item').eq(num).css('background', '#ffffff');
  330. cardClose();
  331. stopManyClick(() =>{
  332. startLottery('next');
  333. })
  334. }
  335. }
  336. function animation(num, time, result) {
  337. if(num >= 0) {
  338. $('.curr-award-item').eq(num).css('background', '#ffffff');
  339. }
  340. num++;
  341. $('.curr-award-item').eq(num).css('background', '#FAE892');
  342. if(time < 160) {
  343. time += 30;
  344. } else if(num === flagNum - 5) {
  345. time += 50;
  346. } else if(num === flagNum - 4) {
  347. time += 100;
  348. } else if(num === flagNum - 3) {
  349. time += 200;
  350. } else if(num === flagNum - 2) {
  351. time += 300;
  352. } else if(num === flagNum - 1) {
  353. time += 300;
  354. } else if(num === flagNum) {
  355. time += 100;
  356. } else {
  357. time += 30;
  358. }
  359. let flag = $('.curr-award-id').eq(num).text();
  360. if(flag == lotteryResult.id){
  361. flagNum = num < 6 ? num + awardNumber : num;
  362. }
  363. timer = setTimeout(() => {
  364. if(num === awardNumber) {
  365. num = -1;
  366. animation(num, time);
  367. } else if(flag == lotteryResult.id && time > 500) {
  368. lotteryResultHandle();
  369. clearTimeout(timer);
  370. } else {
  371. animation(num, time)
  372. }
  373. }, time)
  374. }
  375. // 开始抽奖
  376. function startLottery(type){
  377. if(activityState == 0){
  378. stopManyClick(() =>{
  379. toastr.error('活动未开始!');
  380. })
  381. return
  382. }
  383. if(activityState == 2){
  384. stopManyClick(() =>{
  385. toastr.error('活动已结束!');
  386. })
  387. return
  388. }
  389. if(lotteryCount === 0) {
  390. operate('mfhd_2022_h5_购买云机');
  391. getTimeHandle('buy');
  392. return
  393. } else if(type === 'next') {
  394. operate('mfhd_2022_h5_继续抽奖');
  395. } else {
  396. operate('mfhd_2022_h5_开始抽奖');
  397. }
  398. if(!lotteryFlag) {
  399. return
  400. }
  401. lotteryFlag = false;
  402. if(!GetRequest().token){
  403. return
  404. }
  405. $.ajax({
  406. url: baseUrl + '/api/activity/gratis/startLottery',
  407. type: 'get',
  408. headers: {
  409. 'Authorization': GetRequest().token //id
  410. },
  411. data: {
  412. clientType: GetRequest().clientType
  413. },
  414. contentType: "application/json",
  415. dataType: 'json',
  416. cache: false,
  417. success: function (res) {
  418. if(res.status === 0){
  419. let time = 20;
  420. let num = -1;
  421. lotteryResult = res.data;
  422. animation(num, time, 3);
  423. }else{
  424. stopManyClick(() =>{
  425. toastr.error(res.msg)
  426. })
  427. lotteryFlag = true
  428. }
  429. }
  430. })
  431. }
  432. //抽奖结果展示
  433. function lotteryResultHandle() {
  434. $('.result-dialog').animate({top: '3.86rem'},"fast");
  435. $('.result-mask').show();
  436. document.documentElement.style.overflow='hidden';
  437. lotteryFlag = true;
  438. let result = '';
  439. lotteryCount--;
  440. lotteryResult.lotteryCount = lotteryCount;
  441. lotteryResult.tips = lotteryResult.goodsType != 5 ?'奖励已发送您的账户内,请注意查收' : '中奖不是最终的追求,重要的是开心咯';
  442. lotteryResult.cardBtn = lotteryResult.lotteryCount != 0 ?'继续抽奖' : '获取次数';
  443. let text = lotteryResult.lotteryCount != 0 ?'换个姿势,再抽一次' : '次数用完,点击获取';
  444. $('.result-title').eq(0).text(text)
  445. if(lotteryCount === 0) {
  446. $('.start-award')[0].src = '../static/img/awardActivity/bug-phone.png';
  447. }
  448. lotteryResult.icon = `https://file.phone.androidscloud.com:8121/document/newFile/download/0/${uploadKey}?fileKey=${lotteryResult.icon}`
  449. result = $('#card').text().replace(/{{(.*?)}}/g, function(node, key) {
  450. return lotteryResult[key];
  451. })
  452. goodsList();
  453. rewardList();
  454. allotTimeCardList();
  455. $('.main-contain').eq(0).append(result)
  456. $('.times').eq(0).text(lotteryResult.lotteryCount)
  457. }
  458. // 抽奖记录
  459. function rewardList(type){
  460. if(!GetRequest().token){
  461. return
  462. }
  463. $.ajax({
  464. url: baseUrl + '/api/activity/gratis/rewardList',
  465. type: 'get',
  466. headers: {
  467. 'Authorization': GetRequest().token //id
  468. },
  469. data: {
  470. pageNum: pageNum,
  471. pageSize: 5
  472. },
  473. contentType: "application/json",
  474. dataType: 'json',
  475. cache: false,
  476. success: function (res) {
  477. if(res.status === 0){
  478. recordFlag = true;
  479. let list = res.data.list
  480. pages = res.data.pages;
  481. if(type != 'down'){
  482. $('.award-list-wrap').eq(0).empty();
  483. }
  484. if(pages === 0) {
  485. $('.no-award-data').eq(0).css('display', 'block');
  486. $('.award-list').eq(0).css('display', 'none');
  487. } else {
  488. $('.award-list').eq(0).css('display', 'block');
  489. $('.no-award-data').eq(0).css('display', 'none');
  490. }
  491. let result = ''
  492. list.map((item, index) => {
  493. result += $('#awardRecord').text().replace(/{{(.*?)}}/g, function(node, key) {
  494. return item[key];
  495. })
  496. })
  497. $('.award-list-wrap').eq(0).append(result)
  498. }else{
  499. stopManyClick(() =>{
  500. toastr.error(res.msg)
  501. })
  502. }
  503. }
  504. })
  505. }
  506. //抽奖记录下拉加载
  507. $('.award-list-wrap')[0].addEventListener('scroll',function () {
  508. let scrollTop = $('.award-list-wrap')[0].scrollTop;
  509. let clientHeight = $('.award-list-wrap')[0].clientHeight;
  510. let scrollHeight = $('.award-list-wrap')[0].scrollHeight;
  511. if(scrollTop + clientHeight + 100 > scrollHeight){
  512. if(recordFlag && pageNum < pages && pages > 1){
  513. recordFlag = false;
  514. pageNum++;
  515. rewardList('down');
  516. }
  517. }
  518. });
  519. // 活动基础数据
  520. function goodsList(){
  521. if(!GetRequest().token){
  522. return
  523. }
  524. $.ajax({
  525. url: baseUrl + '/api/activity/gratis/goodsList',
  526. type: 'get',
  527. headers: {
  528. 'Authorization': GetRequest().token //id
  529. },
  530. contentType: "application/json",
  531. dataType: 'json',
  532. cache: false,
  533. success: function (res) {
  534. if(res.status === 0){
  535. let startTime = res.data.startTime
  536. let endTime = res.data.endTime
  537. $('.time-wrap').eq(0).text(`活动时间:${startTime.substring(0,4)}年${startTime.substring(5,7)}月${startTime.substring(8,10)}日-${endTime.substring(5,7)}月${endTime.substring(8,10)}日`);
  538. awardData = res.data.marquee
  539. let goodsInfos = res.data.goodsInfos
  540. lotteryCount = res.data.lotteryCount
  541. activityState = res.data.activityState
  542. awardNumber = goodsInfos.length
  543. let actRule = res.data.actRule
  544. let result = ''
  545. let resultDom = goodsInfos.length === 9 ? $('#award1') : $('#award2');
  546. if(goodsInfos.length === 9) {
  547. $(".top-bg-one").css({"display": "block"})
  548. $(".top-bg-two").css({"display": "none"})
  549. } else {
  550. $(".top-bg-one").css({"display": "none"})
  551. $(".top-bg-two").css({"display": "block"})
  552. }
  553. goodsInfos.map((item, index) => {
  554. item.index = index
  555. item.icon = `https://file.phone.androidscloud.com:8121/document/newFile/download/0/${uploadKey}?fileKey=${item.icon}`
  556. result += resultDom.text().replace(/{{(.*?)}}/g, function(node, key) {
  557. return item[key];
  558. })
  559. })
  560. if(lotteryCount !== 0) {
  561. $('.start-award')[0].src = '../static/img/awardActivity/start-award.png';
  562. }
  563. headerAward();
  564. $('.rule-point-wrap').eq(0).html(actRule)
  565. $('.times').eq(0).text(lotteryCount)
  566. let content = $('.all-award-wrap').eq(0).text();
  567. if(!content){
  568. $('.all-award-wrap').eq(0).append(result)
  569. }
  570. }else{
  571. stopManyClick(() =>{
  572. toastr.error(res.msg)
  573. })
  574. }
  575. }
  576. })
  577. }
  578. //轮播
  579. function headerAward(){
  580. if(awardData.length === 0) {
  581. return
  582. }
  583. setInterval(() =>{
  584. awardHandle();
  585. },3000);
  586. }
  587. function awardHandle(){
  588. let index = (topVal/0.5) + 1,awardString;
  589. let awardLen = Array.from($('.award-text')).length;
  590. if(awardLen < awardData.length){
  591. let node = document.createElement('div');
  592. node.className = "award-text";
  593. $('.award-lists')[0].appendChild(node);
  594. }
  595. if(topVal < awardData.length/2 - 0.5){
  596. topVal+=0.5;
  597. }else{
  598. topVal = 0;
  599. $('.award-lists').eq(0).css('top','0.5rem');
  600. }
  601. let numberType = Math.floor(getRandom()/4);
  602. if(awardData && awardData[index] && topVal < awardData.length/2){
  603. awardString = `恭喜${awardData[index].phone}用户获得${['优惠券','激活码','云机时长','星币','云机套餐','谢谢惠顾'][awardData[index].goodsType]}奖品`;
  604. }
  605. // else{
  606. // awardString = `恭喜1${[3,5,7,8,3,5,7,8,3,5][getRandom()]}${getRandom()}****${getRandom()}${getRandom()}${getRandom()}${getRandom()}用户获得${['优惠券','激活码','云机时长','星币','云机套餐','谢谢惠顾'][numberType]}`
  607. // }
  608. $('.award-text').eq(index).text(awardString);
  609. $('.award-lists').eq(0).animate({top: -(topVal) + 'rem'},"fast");
  610. }
  611. // 获取一个随机数
  612. function getRandom(){
  613. return Math.floor(Math.random()*10);
  614. }
  615. // 分配云手机列表
  616. function allotTimeCardList(type){
  617. if(!GetRequest().token){
  618. return
  619. }
  620. $.ajax({
  621. url: baseUrl + '/api/activity/gratis/allotTimeCardList',
  622. type: 'get',
  623. headers: {
  624. 'Authorization': GetRequest().token //id
  625. },
  626. contentType: "application/json",
  627. dataType: 'json',
  628. cache: false,
  629. success: function (res) {
  630. if(res.status === 0){
  631. cardList = res.data.cardList
  632. unAllotTime = res.data.unAllotTime
  633. userCardId = cardList[0].userCardId
  634. pageCardList()
  635. $('.all-times').eq(0).text(res.data.totalTime)
  636. $('.red').eq(0).text(res.data.totalTime)
  637. $('.red').eq(1).text(res.data.allotTime)
  638. $('.red').eq(2).text(res.data.unAllotTime)
  639. }else{
  640. stopManyClick(() =>{
  641. toastr.error(res.msg)
  642. })
  643. }
  644. }
  645. })
  646. }
  647. // 分页渲染数据
  648. function pageCardList() {
  649. let result = '';
  650. recordFlag1 = true;
  651. let list = cardList.slice(pageNum1 * 5, (pageNum1 * 5) + 5)
  652. list.map((item, index) => {
  653. item.index = (pageNum1 - 1) * 5 + index
  654. result += $('#distribution').text().replace(/{{(.*?)}}/g, function(node, key) {
  655. return item[key];
  656. })
  657. })
  658. $('.distribution-container').eq(0).append(result);
  659. for (var i = 0; i < list.length; i++) {
  660. $('.num-ipt')[(pageNum1 - 1) * 5 + i].oninput = function (e) {
  661. const id = e.target.dataset.id;
  662. let oldDuration = 0;
  663. let preTotalTime = 0;
  664. let index = e.target.dataset.index;
  665. let value = $('.num-ipt').eq(index).val();
  666. if(value.length >= 5){
  667. value = value.substr(0, 5);
  668. }
  669. var position = String(value).indexOf(".");//获取小数点的位置
  670. if(position != -1){
  671. value = value.substr(0, position);
  672. }
  673. distributionList.map(item => { // 上一次的总数据
  674. preTotalTime += parseInt(item.allotTime);
  675. })
  676. //这一次操作
  677. if(value == 0){
  678. if(!distributionList.find((item) => item.userCardId == id)){
  679. distributionList.push({
  680. userCardId: id,
  681. allotTime: +value
  682. });
  683. }else{
  684. distributionList = distributionList.filter(item => item.userCardId != id);
  685. }
  686. distributionList = distributionList.filter(item => item.allotTime != 0);
  687. }else{
  688. if(!distributionList.find((item) => item.userCardId == id)){
  689. distributionList.push({
  690. userCardId: id,
  691. allotTime: Math.abs(value)
  692. });
  693. }else{
  694. distributionList.map(item => {
  695. if (item.userCardId == id) {
  696. oldDuration = item.allotTime;
  697. item.allotTime = +value;
  698. }
  699. })
  700. }
  701. }
  702. currTotalTime = 0;
  703. distributionList.map(item => { // 这一次的总数据
  704. currTotalTime += parseInt(item.allotTime);
  705. })
  706. if(currTotalTime > unAllotTime){ // 当前已分配大于总分配时长
  707. let val = unAllotTime - preTotalTime + oldDuration;
  708. distributionList.map(item => {
  709. if (item.userCardId == id) {
  710. item.allotTime = val;
  711. }
  712. })
  713. $('.num-ipt').eq(index).val(val);
  714. stopManyClick(() => {
  715. toastr.error('分配时长不能大于未分配总时长');
  716. })
  717. return
  718. }
  719. if(value.length > 5) value = value.slice(0, 5);
  720. $('.num-ipt').eq(index).val(value);
  721. }
  722. }
  723. }
  724. //抽奖记录下拉加载
  725. $('.distribution-container')[0].addEventListener('scroll',function () {
  726. let scrollTop = $('.distribution-container')[0].scrollTop;
  727. let clientHeight = $('.distribution-container')[0].clientHeight;
  728. let scrollHeight = $('.distribution-container')[0].scrollHeight;
  729. if(scrollTop + clientHeight + 100 > scrollHeight){
  730. if(recordFlag1 && pageNum1 < cardList.length && cardList.length > 1){
  731. recordFlag1 = false;
  732. pageNum1++;
  733. pageCardList();
  734. }
  735. }
  736. });
  737. // 分配时长记录
  738. function allotTimeRecord(){
  739. if(!GetRequest().token){
  740. return
  741. }
  742. $.ajax({
  743. url: baseUrl + '/api/activity/gratis/allotTimeRecord',
  744. type: 'get',
  745. headers: {
  746. 'Authorization': GetRequest().token //id
  747. },
  748. data: {
  749. pageNum: pageNum2,
  750. pageSize: 5
  751. },
  752. contentType: "application/json",
  753. dataType: 'json',
  754. cache: false,
  755. success: function (res) {
  756. if(res.status === 0){
  757. let list = res.data.list
  758. let result = ''
  759. pages2 = res.data.pages
  760. recordFlag2 = true;
  761. list.map(item => {
  762. result += $('#record').text().replace(/{{(.*?)}}/g, function(node, key) {
  763. return item[key];
  764. })
  765. })
  766. $('.award-record-list-wrap').eq(0).append(result)
  767. }else{
  768. stopManyClick(() =>{
  769. toastr.error(res.msg)
  770. })
  771. }
  772. }
  773. })
  774. }
  775. //分配时长记录下拉加载
  776. $('.award-record-list-wrap')[0].addEventListener('scroll',function () {
  777. let scrollTop = $('.award-record-list-wrap')[0].scrollTop;
  778. let clientHeight = $('.award-record-list-wrap')[0].clientHeight;
  779. let scrollHeight = $('.award-record-list-wrap')[0].scrollHeight;
  780. if(scrollTop + clientHeight + 100 > scrollHeight){
  781. if(recordFlag2 && pageNum2 < pages2 && pages2 > 1){
  782. recordFlag2 = false;
  783. pageNum2++;
  784. allotTimeRecord('down');
  785. }
  786. }
  787. });
  788. function getTimeHandle(type) {
  789. if(activityState == 0){
  790. stopManyClick(() =>{
  791. toastr.error('活动未开始!');
  792. })
  793. return
  794. }
  795. if(activityState == 2){
  796. stopManyClick(() =>{
  797. toastr.error('活动已结束!');
  798. })
  799. return
  800. }
  801. if(type != 'bug') {
  802. operate('mfhd_2022_h5_获取次数按钮');
  803. }
  804. stopManyClick(() =>{
  805. if (window.__wxjs_environment === 'miniprogram') { // 小程序
  806. if(phoneRemainQuantity > 0){
  807. wx.miniProgram.navigateTo({
  808. url: '/packageA/order/buy/index?type=activity'
  809. })
  810. } else {
  811. wx.miniProgram.navigateTo({
  812. url: '/packageA/order/renew/index?record=' + userCardId
  813. })
  814. }
  815. } else if (isAndroid && window.native) { // 安卓
  816. if(phoneRemainQuantity > 0){
  817. window.native.startPurchase('SVIP', 365);
  818. } else {
  819. window.native.startRenew();
  820. }
  821. } else if (isiOS) {
  822. try {
  823. if(phoneRemainQuantity > 0){
  824. window.webkit.messageHandlers.startPurchase.postMessage({ type: 1, day: 365 });
  825. } else {
  826. window.webkit.messageHandlers.startRenew.postMessage({ type: 1, day: 365 });
  827. }
  828. } catch(error) {
  829. if(phoneRemainQuantity > 0){
  830. uni.webView.navigateTo({
  831. url: '/pages/order/order'
  832. })
  833. } else {
  834. uni.webView.navigateTo({
  835. url: '/pages/order/renew?record=' + userCardId
  836. })
  837. }
  838. }
  839. }
  840. })
  841. }
  842. //点击加减号
  843. $('.distribution-container')[0].addEventListener('click',(e) => {
  844. if(e.target.className === 'add'){
  845. operate('mfhd_2022_h5_加号');
  846. const id = e.target.dataset.id;
  847. let index = e.target.dataset.index;
  848. let number = $('.num-ipt').eq(index).val();
  849. currTotalTime = 0;
  850. // 这一次操作
  851. if(number == 0){
  852. if(!distributionList.find((item) => item.userCardId == id)){
  853. distributionList.push({
  854. userCardId: id,
  855. allotTime: +number + 1
  856. });
  857. }else{
  858. distributionList.map(item => {
  859. if(item.userCardId == id){
  860. item.allotTime++;
  861. }
  862. })
  863. }
  864. }else{
  865. distributionList.map(item => {
  866. if(item.userCardId == id){
  867. item.allotTime++;
  868. }
  869. })
  870. }
  871. distributionList.map(item => { // 这一次的总数据
  872. currTotalTime += parseInt(item.allotTime);
  873. })
  874. if(currTotalTime <= unAllotTime){
  875. number++;
  876. $('.num-ipt').eq(index).val(number);
  877. }else{
  878. distributionList.map(item => {
  879. if(item.userCardId == id){
  880. item.allotTime = +number;
  881. }
  882. })
  883. stopManyClick(() => {
  884. toastr.error('分配时长不能大于未分配总时长');
  885. })
  886. }
  887. console.log(distributionList)
  888. }
  889. if(e.target.className === 'cut'){
  890. operate('mfhd_2022_h5_减号');
  891. const id = e.target.dataset.id;
  892. let index = e.target.dataset.index;
  893. let number = $('.num-ipt').eq(index).val();
  894. if(number > 0){
  895. distributionList.map(item => {
  896. if(item.userCardId == id){
  897. item.allotTime--;
  898. }
  899. })
  900. number--;
  901. if(number == 0){
  902. distributionList = distributionList.filter(item => item.userCardId != id);
  903. }
  904. currTotalTime--;
  905. $('.num-ipt').eq(index).val(number);
  906. }else{
  907. stopManyClick(() => {
  908. toastr.error('分配的时长不能小于0');
  909. })
  910. }
  911. console.log(distributionList)
  912. }
  913. });
  914. function distributionTime(e) {
  915. operate('mfhd_2022_h5_分配奖励');
  916. distributionList = distributionList.filter(item => item.allotTime != 0);
  917. console.log(distributionList)
  918. if (distributionList.length === 0) {
  919. stopManyClick(() => {
  920. toastr.error('未选中任何云手机');
  921. })
  922. } else {
  923. $('.sure-distribution-wrap').eq(0).css('display', 'block');
  924. }
  925. }
  926. //点击分配时长取消按钮
  927. $('.sure-distribution-cannel')[0].addEventListener('click', (e) => {
  928. operate('mfhd_2022_h5_分配奖励_取消');
  929. $('.sure-distribution-wrap').eq(0).css('display', 'none');
  930. });
  931. //点击分配时长确定按钮
  932. $('.sure-distribution-sure')[0].addEventListener('click', (e) => {
  933. stopManyClick(() => {
  934. $.ajax({
  935. url: baseUrl + '/api/activity/gratis/allotTime',
  936. type: 'post',
  937. data: JSON.stringify(distributionList),
  938. headers: {
  939. 'Authorization': GetRequest().token //id
  940. },
  941. contentType: "application/json",
  942. dataType: 'json',
  943. cache: false,
  944. success: function (res) {
  945. if(res.status === 0){
  946. operate('mfhd_2022_h5_分配奖励_确定');
  947. $('.sure-distribution-wrap').eq(0).css('display', 'none');
  948. $('.slider-list').eq(0).text('');
  949. $('.page-number').eq(0).text('');
  950. init();
  951. pageNum2 = 1;
  952. pages2 = 0;
  953. allotTimeRecord();
  954. distributionPageNum = 1;
  955. $('.time-row-data').eq(0).text('');
  956. distributionList.map((val) => {
  957. cardList.map((item, indexs) => {
  958. if(val.userCardId == item.userCardId){
  959. $('.num-ipt').eq(indexs).val(0);
  960. }
  961. })
  962. })
  963. distributionList = [];
  964. cardList = [];
  965. stopManyClick(() => {
  966. toastr.error('分配成功,请前往云机列表查看');
  967. })
  968. } else {
  969. console.log(res.msg)
  970. $('.sure-distribution-wrap').eq(0).css('display', 'none');
  971. stopManyClick(() => {
  972. toastr.error(res.msg);
  973. })
  974. }
  975. },
  976. })
  977. })
  978. });
  979. function ruleHandle (e) {
  980. operate('mfhd_2022_h5_规则');
  981. $('.rule-result-dialog').animate({top: '3.86rem'},"fast");
  982. $('.rule-mask').show();
  983. document.documentElement.style.overflow='hidden';
  984. }
  985. function ruleClose (e) {
  986. operate('mfhd_2022_h5_关闭规则');
  987. $('.rule-result-dialog').animate({top: '-10.96rem'},"fast");
  988. $('.rule-mask').hide();
  989. document.documentElement.style.overflow='auto';
  990. }
  991. function cardClose (e) {
  992. operate('mfhd_2022_h5_关闭抽奖结果');
  993. $('.result-dialog').animate({top: '-10.96rem'},"fast");
  994. $('.result-mask').hide();
  995. document.documentElement.style.overflow='auto';
  996. }
  997. //获取云机数量
  998. function getPhoneNumber(){
  999. $.ajax({
  1000. url: baseUrl + '/api/pay/v2/meal/info?phoneType=SVIP',
  1001. type: 'get',
  1002. headers: {
  1003. 'Authorization': GetRequest().token //id
  1004. },
  1005. contentType: "application/json",
  1006. dataType: 'json',
  1007. cache: false,
  1008. success: function (res) {
  1009. if(res.status === 0){
  1010. phoneRemainQuantity = res.data.list[0].phoneRemainQuantity;
  1011. }else{
  1012. stopManyClick(() =>{
  1013. toastr.error(res.msg)
  1014. })
  1015. }
  1016. },
  1017. })
  1018. }
  1019. init();
  1020. })(document);
  1021. //埋点
  1022. function operate(pointName){
  1023. $.ajax({
  1024. url: baseUrl + '/api/public/v1/systemBuriedPoint/stat',
  1025. type: 'post',
  1026. data:JSON.stringify({
  1027. pointName: pointName
  1028. }),
  1029. contentType:"application/json",
  1030. dataType: 'json',
  1031. cache: false,
  1032. success: function (res) {},
  1033. })
  1034. }
  1035. //防止提示一秒内重复显示
  1036. function stopManyClick(fn) {
  1037. if (flag) {
  1038. fn();
  1039. }
  1040. flag = false;
  1041. if(timer){clearTimeout(timer);}
  1042. timer = setTimeout(() => {flag = true}, 1500);
  1043. }
  1044. </script>
  1045. </body>
  1046. </html>