awardActivity.html 36 KB

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