awardActivity.html 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128
  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. wx.miniProgram.navigateTo({
  853. url: `/packageA/order/renew/index?record=${userCardId}&buyVipType=${buyVipType}`
  854. })
  855. }
  856. } else if (isAndroid && window.native) { // 安卓
  857. if(phoneRemainQuantity > 0){
  858. window.native.startPurchase('SVIP', 365);
  859. } else {
  860. window.native.startRenew();
  861. }
  862. } else if (isiOS) {
  863. try {
  864. if(phoneRemainQuantity > 0){
  865. window.webkit.messageHandlers.startPurchase.postMessage({ type: 1, day: 365 });
  866. } else {
  867. window.webkit.messageHandlers.startRenew.postMessage({ type: 1, day: 365 });
  868. }
  869. } catch(error) {
  870. if(phoneRemainQuantity > 0){
  871. uni.webView.navigateTo({
  872. url: '/pages/order/order'
  873. })
  874. } else {
  875. uni.webView.navigateTo({
  876. url: `/pages/order/renew?userCardId=${userCardId}&buyVipType=${buyVipType}`
  877. })
  878. }
  879. }
  880. }
  881. })
  882. }
  883. //点击加减号
  884. $('.distribution-container')[0].addEventListener('click',(e) => {
  885. if(!lotteryFlag) {
  886. return
  887. }
  888. console.log(e.target.className)
  889. if(e.target.className === 'add'){
  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. currTotalTime = 0;
  895. // 这一次操作
  896. if(number == 0){
  897. if(!distributionList.find((item) => item.userCardId == id)){
  898. distributionList.push({
  899. userCardId: id,
  900. allotTime: +number + 1
  901. });
  902. }else{
  903. distributionList.map(item => {
  904. if(item.userCardId == id){
  905. item.allotTime++;
  906. }
  907. })
  908. }
  909. }else{
  910. distributionList.map(item => {
  911. if(item.userCardId == id){
  912. item.allotTime++;
  913. }
  914. })
  915. }
  916. distributionList.map(item => { // 这一次的总数据
  917. currTotalTime += parseInt(item.allotTime);
  918. })
  919. if(currTotalTime <= unAllotTime){
  920. number++;
  921. $('.num-ipt').eq(index).val(number);
  922. }else{
  923. distributionList.map(item => {
  924. if(item.userCardId == id){
  925. item.allotTime = +number;
  926. }
  927. })
  928. stopManyClick(() => {
  929. toastr.error('分配时长不能大于未分配总时长');
  930. })
  931. }
  932. }
  933. if(e.target.className === 'cut'){
  934. operate('mfhd_2022_h5_减号');
  935. const id = e.target.dataset.id;
  936. let index = e.target.dataset.index;
  937. let number = $('.num-ipt').eq(index).val();
  938. if(number > 0){
  939. distributionList.map(item => {
  940. if(item.userCardId == id){
  941. item.allotTime--;
  942. }
  943. })
  944. number--;
  945. if(number == 0){
  946. distributionList = distributionList.filter(item => item.userCardId != id);
  947. }
  948. currTotalTime--;
  949. $('.num-ipt').eq(index).val(number);
  950. }else{
  951. stopManyClick(() => {
  952. toastr.error('分配的时长不能小于0');
  953. })
  954. }
  955. }
  956. });
  957. async function distributionTime(e) {
  958. if(!lotteryFlag) {
  959. return
  960. }
  961. let res = await isShow();
  962. if(res == 0) {
  963. stopManyClick(() =>{
  964. toastr.error('活动已结束!');
  965. })
  966. return
  967. }
  968. operate('mfhd_2022_h5_分配奖励');
  969. distributionList = distributionList.filter(item => item.allotTime != 0);
  970. if (distributionList.length === 0) {
  971. stopManyClick(() => {
  972. toastr.error('未选中任何云手机');
  973. })
  974. } else {
  975. $('.sure-distribution-wrap').eq(0).css('display', 'block');
  976. }
  977. }
  978. // 活动结束是否超过三天
  979. function isShow(){
  980. return new Promise((resolve, reject) => {
  981. $.ajax({
  982. url: baseUrl + '/api/activity/gratis/isShow',
  983. type: 'get',
  984. headers: {
  985. 'Authorization': GetRequest().token //id
  986. },
  987. contentType:"application/json",
  988. dataType: 'json',
  989. cache: false,
  990. success: function (res) {
  991. resolve(res.data)
  992. },
  993. })
  994. })
  995. }
  996. //点击分配时长取消按钮
  997. $('.sure-distribution-cannel')[0].addEventListener('click', (e) => {
  998. operate('mfhd_2022_h5_分配奖励_取消');
  999. $('.sure-distribution-wrap').eq(0).css('display', 'none');
  1000. });
  1001. //点击分配时长确定按钮
  1002. $('.sure-distribution-sure')[0].addEventListener('click', (e) => {
  1003. stopManyClick(() => {
  1004. $.ajax({
  1005. url: baseUrl + '/api/activity/gratis/allotTime',
  1006. type: 'post',
  1007. data: JSON.stringify(distributionList),
  1008. headers: {
  1009. 'Authorization': GetRequest().token //id
  1010. },
  1011. contentType: "application/json",
  1012. dataType: 'json',
  1013. cache: false,
  1014. success: function (res) {
  1015. if(res.status === 0){
  1016. operate('mfhd_2022_h5_分配奖励_确定');
  1017. $('.sure-distribution-wrap').eq(0).css('display', 'none');
  1018. $('.slider-list').eq(0).text('');
  1019. $('.page-number').eq(0).text('');
  1020. init();
  1021. pageNum2 = 1;
  1022. pages2 = 0;
  1023. allotTimeRecord();
  1024. distributionPageNum = 1;
  1025. $('.time-row-data').eq(0).text('');
  1026. distributionList.map((val) => {
  1027. cardList.map((item, indexs) => {
  1028. if(val.userCardId == item.userCardId){
  1029. $('.num-ipt').eq(indexs).val(0);
  1030. }
  1031. })
  1032. })
  1033. distributionList = [];
  1034. cardList = [];
  1035. $('.tab-bg4').eq(0).css('display', 'none');
  1036. $('.tab-bg3').eq(0).css('display', 'none');
  1037. $('.tab-bg2').eq(0).css('display', 'block');
  1038. $('.award-record-list').eq(0).css('display', 'block');
  1039. $('.tab-wrap').eq(0).css('height', '14.75rem');
  1040. toastr.error('分配成功,请前往云机列表查看');
  1041. } else {
  1042. console.log(res.msg)
  1043. $('.sure-distribution-wrap').eq(0).css('display', 'none');
  1044. toastr.error(res.msg);
  1045. }
  1046. },
  1047. })
  1048. })
  1049. });
  1050. function ruleHandle (e) {
  1051. operate('mfhd_2022_h5_规则');
  1052. $('.rule-result-dialog').animate({top: '3.86rem'},"fast");
  1053. $('.rule-mask').show();
  1054. document.documentElement.style.overflow='hidden';
  1055. }
  1056. function ruleClose (e) {
  1057. operate('mfhd_2022_h5_关闭规则');
  1058. $('.rule-result-dialog').animate({top: '-10.96rem'},"fast");
  1059. $('.rule-mask').hide();
  1060. document.documentElement.style.overflow='auto';
  1061. }
  1062. function cardClose (e) {
  1063. operate('mfhd_2022_h5_关闭抽奖结果');
  1064. $('.result-dialog').animate({top: '-10.96rem'},"fast");
  1065. $('.result-mask').hide();
  1066. document.documentElement.style.overflow='auto';
  1067. }
  1068. //获取云机数量
  1069. function getPhoneNumber(){
  1070. $.ajax({
  1071. url: baseUrl + '/api/pay/v2/meal/info?phoneType=SVIP',
  1072. type: 'get',
  1073. headers: {
  1074. 'Authorization': GetRequest().token //id
  1075. },
  1076. contentType: "application/json",
  1077. dataType: 'json',
  1078. cache: false,
  1079. success: function (res) {
  1080. if(res.status === 0){
  1081. phoneRemainQuantity = res.data.list[0].phoneRemainQuantity;
  1082. }else{
  1083. stopManyClick(() =>{
  1084. toastr.error(res.msg)
  1085. })
  1086. }
  1087. },
  1088. })
  1089. }
  1090. init();
  1091. })(document);
  1092. //埋点
  1093. function operate(pointName){
  1094. $.ajax({
  1095. url: baseUrl + '/api/public/v1/systemBuriedPoint/stat',
  1096. type: 'post',
  1097. data:JSON.stringify({
  1098. pointName: pointName
  1099. }),
  1100. contentType:"application/json",
  1101. dataType: 'json',
  1102. cache: false,
  1103. success: function (res) {},
  1104. })
  1105. }
  1106. //防止提示一秒内重复显示
  1107. function stopManyClick(fn) {
  1108. if (flag) {
  1109. fn();
  1110. }
  1111. flag = false;
  1112. if(timer){clearTimeout(timer);}
  1113. timer = setTimeout(() => {flag = true}, 1500);
  1114. }
  1115. </script>
  1116. </body>
  1117. </html>