lightUpWl.html 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport"
  7. content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no, viewport-fit=cover" />
  8. <title>点亮五菱</title>
  9. <!--引入 element-ui 的样式,-->
  10. <link rel="stylesheet"
  11. href="https://wl-1306604067.cos.ap-guangzhou.myqcloud.com/production/ct/103548289110001/1742018383195/element-ui.css">
  12. <!-- 必须先引入vue, 后使用element-ui -->
  13. <script
  14. src="https://wl-1306604067.cos.ap-guangzhou.myqcloud.com/production/ct/103548289110001/1742017957144/vue.js"></script>
  15. <!-- 引入element 的组件库-->
  16. <script
  17. src="https://wl-1306604067.cos.ap-guangzhou.myqcloud.com/production/ct/103548289110001/1742017747738/element-ui.js"></script>
  18. <!-- <script src="js/vconsole.min.js"></script>
  19. <script>
  20. var vConsole = new window.VConsole();
  21. </script> -->
  22. </head>
  23. <style>
  24. body {
  25. margin: 0;
  26. padding: 0;
  27. }
  28. .box {
  29. width: 100vw;
  30. height: 100%;
  31. box-sizing: border-box;
  32. background: #FAFAFA;
  33. }
  34. .page6 {
  35. width: 100vw;
  36. height: 100%;
  37. background: url('./img/wl_bg.png') no-repeat;
  38. background-size: 100%;
  39. background-repeat: no-repeat;
  40. }
  41. .wl_no {
  42. width: 100%;
  43. margin-top: 260px;
  44. }
  45. .wl_btn {
  46. width: 100%;
  47. display: flex;
  48. justify-content: center;
  49. align-items: center;
  50. position: relative;
  51. margin-top: 108px;
  52. }
  53. .image_wrapper {
  54. position: relative;
  55. display: inline-block;
  56. }
  57. .image_wrapper img {
  58. height: 68px;
  59. display: block;
  60. /* 移除图片底部间隙 */
  61. }
  62. .btn_text {
  63. position: absolute;
  64. top: 46%;
  65. left: 50%;
  66. transform: translate(-50%, -46%);
  67. font-weight: 500;
  68. font-size: 20px;
  69. color: #FFFFFF;
  70. width: 100%;
  71. text-align: center;
  72. }
  73. .ask {
  74. background: #FEC99D;
  75. margin-top: -22px;
  76. }
  77. .step {
  78. display: flex;
  79. justify-content: center;
  80. align-items: center;
  81. padding-top: 27px;
  82. }
  83. .step span {
  84. font-size: 14px;
  85. color: #BC7E4B;
  86. }
  87. .step_line {
  88. width: 30px;
  89. height: 1px;
  90. background: #BC7E4B;
  91. margin: 0 5px;
  92. }
  93. .ask_btn {
  94. display: flex;
  95. justify-content: center;
  96. align-items: center;
  97. margin-top: 20px;
  98. }
  99. .ask_btn img {
  100. width: 50px;
  101. height: 50px;
  102. margin-right: 10px;
  103. border-radius: 50%;
  104. }
  105. .ask_btn img:last-child {
  106. margin-right: 0;
  107. }
  108. .activity_box {
  109. width: 100%;
  110. background: #FEE8D0;
  111. border-radius: 20px 20px 0 0;
  112. padding: 20px 15px;
  113. box-sizing: border-box;
  114. margin-top: 20px;
  115. }
  116. .lottery {
  117. display: flex;
  118. justify-content: space-between;
  119. align-items: center;
  120. padding: 10px;
  121. box-sizing: border-box;
  122. background: #FFFFFF;
  123. border-radius: 15px;
  124. margin-bottom: 15px;
  125. }
  126. .award {
  127. display: flex;
  128. align-items: center;
  129. gap: 10px;
  130. }
  131. .award_ac {
  132. width: 58px;
  133. height: 58px;
  134. border-radius: 10px;
  135. background: #F5E3D4;
  136. }
  137. .award_tip {
  138. font-size: 14px;
  139. color: #999999;
  140. }
  141. .award_title {
  142. font-weight: 500;
  143. font-size: 16px;
  144. color: #FF765B;
  145. padding-bottom: 5px;
  146. }
  147. .award_btn {
  148. font-weight: 500;
  149. font-size: 14px;
  150. color: #FFFFFF;
  151. padding: 3px 8px;
  152. background: #CCCCCC;
  153. border-radius: 13px;
  154. }
  155. .award_btn_ac {
  156. font-weight: 500;
  157. font-size: 14px;
  158. color: #FFFFFF;
  159. padding: 3px 8px;
  160. background: #FF7979;
  161. border-radius: 13px;
  162. }
  163. .prize_dialog {
  164. position: fixed;
  165. top: 0;
  166. left: 0;
  167. width: 100%;
  168. height: 100%;
  169. background-color: rgba(0, 0, 0, 0.5);
  170. /* 半透明黑色 */
  171. z-index: 1000;
  172. /* 确保遮罩层在顶部 */
  173. transition: opacity 0.5s ease;
  174. /* 可选:添加透明度过渡效果 */
  175. }
  176. .dialog_body {
  177. width: 100%;
  178. height: 100%;
  179. z-index: 1001;
  180. /* 确保遮罩层在顶部 */
  181. display: flex;
  182. flex-direction: column;
  183. align-items: center;
  184. justify-content: center;
  185. }
  186. .dialog_bg {
  187. max-width: 275px;
  188. height: 370px;
  189. border-radius: 20px;
  190. position: relative;
  191. object-fit: contain;
  192. }
  193. .save_btn {
  194. padding: 15px 77px;
  195. background: #FFFFFF;
  196. border-radius: 29px;
  197. font-weight: 500;
  198. font-size: 14px;
  199. color: #222222;
  200. margin-top: 20px;
  201. }
  202. .activity_title {
  203. font-weight: bold;
  204. font-size: 14px;
  205. color: #CB4E35;
  206. padding-top: 5px;
  207. padding-bottom: 15px;
  208. }
  209. .activity_msg {
  210. font-size: 14px;
  211. color: #CB4E35;
  212. }
  213. .activity_msg p {
  214. margin: 0;
  215. line-height: 24px;
  216. }
  217. .el-dialog {
  218. width: 335px;
  219. border-radius: 20px;
  220. }
  221. .el-dialog__header {
  222. text-align: center;
  223. }
  224. .el-dialog__title {
  225. font-weight: 500;
  226. font-size: 16px;
  227. color: #222222;
  228. }
  229. .prize_form .el-form-item {
  230. padding: 0;
  231. margin-bottom: 10px;
  232. }
  233. .prize_form .el-input__inner {
  234. text-align: left;
  235. }
  236. .prize_form .el-form-item__label {
  237. line-height: 20px;
  238. }
  239. .dialog-footer {
  240. text-align: center;
  241. }
  242. .dialog-footer button {
  243. width: 119px;
  244. height: 46px;
  245. background: #FFB34B;
  246. border-radius: 20px;
  247. font-weight: 500;
  248. font-size: 16px;
  249. color: #FFFFFF;
  250. border: none;
  251. }
  252. .carousel-container {
  253. position: relative;
  254. width: 100vw;
  255. overflow: hidden;
  256. }
  257. .carousel-wrapper {
  258. display: flex;
  259. transition: transform 0.4s ease-out;
  260. height: 100%;
  261. }
  262. .carousel-item {
  263. min-width: 100%;
  264. height: 100%;
  265. display: flex
  266. }
  267. .arrow {
  268. position: absolute;
  269. top: 347px;
  270. transition: opacity 0.3s;
  271. user-select: none;
  272. z-index: 2;
  273. width: 30px;
  274. height: 26px;
  275. }
  276. .arrow-left {
  277. left: 15px;
  278. }
  279. .arrow-right {
  280. right: 15px;
  281. }
  282. .progress {
  283. font-weight: 400;
  284. font-size: 12px;
  285. color: #E83636;
  286. text-align: center;
  287. }
  288. </style>
  289. <body>
  290. <div id="box" class="box">
  291. <div class="page6">
  292. <div class="carousel-container">
  293. <div class="carousel-wrapper" :style="{ transform: `translateX(-${currentIndex * 100}%)` }">
  294. <div class="carousel-item" v-if="lightData.wxcpLightenClientList.length < 5">
  295. <img class="carousel wl_no" v-if="!lightData.wxcpLightenClientList.length" src="./img/wl_no.png" />
  296. <img class="carousel wl_no" v-if="lightData.wxcpLightenClientList.length === 1" src="./img/light_one.png" />
  297. <img class="carousel wl_no" v-else-if="lightData.wxcpLightenClientList.length === 2" src="./img/light_two.png" />
  298. <img class="carousel wl_no" v-else-if="lightData.wxcpLightenClientList.length === 3" src="./img/light_three.png" />
  299. <img class="carousel wl_no" v-else-if="lightData.wxcpLightenClientList.length === 4" src="./img/light_four.png" />
  300. </div>
  301. <div v-else class="carousel-item">
  302. <img class="carousel wl_no" v-for="i in parseInt(lightData.wxcpLightenClientList.length/5)" :key="i" src="./img/light_five.png" />
  303. <img class="carousel wl_no" v-if="parseInt(lightData.wxcpLightenClientList.length%5) === 1" src="./img/light_one.png" />
  304. <img class="carousel wl_no" v-else-if="parseInt(lightData.wxcpLightenClientList.length%5) === 2" src="./img/light_two.png" />
  305. <img class="carousel wl_no" v-else-if="parseInt(lightData.wxcpLightenClientList.length%5) === 3" src="./img/light_three.png" />
  306. <img class="carousel wl_no" v-else-if="parseInt(lightData.wxcpLightenClientList.length%5) === 4" src="./img/light_four.png" />
  307. </div>
  308. </div>
  309. <!-- 左箭头 -->
  310. <img v-show="lightData.wxcpLightenClientList.length>5 && currentIndex > 0" src="./img/wl-left.png" alt="" class="arrow arrow-left" @click="prevSlide">
  311. <!-- 右箭头 -->
  312. <img v-show="lightData.wxcpLightenClientList.length>5 && currentIndex < lightData.wxcpLightenClientList.length/5 - 1" src="./img/wl-right.png" alt="" class="arrow arrow-right" @click="nextSlide"></img>
  313. </div>
  314. <div class="progress">
  315. <span v-if="getChunkData.length < 5">点亮进度:{{getChunkData.length}}/5</span>
  316. <span v-if="lightData.wxcpLightenClientList.length>5 && getChunkData.length === 5">您已成功点亮,左右切换查看更多</span>
  317. </div>
  318. <div class="wl_btn" @click="handleAsk">
  319. <div class="image_wrapper">
  320. <img class="btn_img" src="./img/wl_btn.png" />
  321. <div class="btn_text">{{lightData.raffle2.leftNum ? '成功点亮' : '邀请好友点亮'}}</div>
  322. </div>
  323. </div>
  324. </div>
  325. <div class="ask">
  326. <div class="step">
  327. <span>1.生成海报</span>
  328. <span class="step_line"></span>
  329. <span>2.邀请好友</span>
  330. <span class="step_line"></span>
  331. <span>3.完成任务</span>
  332. </div>
  333. <div class="ask_btn">
  334. <img v-for="item in getChunkData.slice(0, 5)" :key="item.id"
  335. :src="item.head || './img/ask_btn.png'" />
  336. <div v-if="getChunkData.length < 5">
  337. <img v-for="i in (5-getChunkData.length)" :key="i" src="./img/ask_btn.png" />
  338. </div>
  339. </div>
  340. <div class="activity_box">
  341. <div v-if="lightData.wxcpLighten.raffeSwitch">
  342. <div class="lottery">
  343. <div class="award">
  344. <img class="award_ac" src="img/lottery1.png" />
  345. <div class="award_tip">
  346. <div class="award_title">好运抽奖</div>
  347. <div>每邀{{lightData.wxcpLighten.raffle1ClientNum}}人抽1次奖,最多{{lightData.wxcpLighten.raffle1NumMax}}次</div>
  348. </div>
  349. </div>
  350. <div v-if="lightData.wxcpLighten.raffle1NumMax === lightData.raffle1.useNum" class="award_btn">已完成</div>
  351. <div v-else>
  352. <div v-if="lightData.raffle1.leftNum" class="award_btn_ac" @click="handleLottery(lightData.raffle1BizId)">
  353. 去抽奖</div>
  354. <div v-else class="award_btn">未完成</div>
  355. </div>
  356. </div>
  357. <div class="lottery">
  358. <div class="award">
  359. <img class="award_ac" src="img/lottery2.png" />
  360. <div class="award_tip">
  361. <div class="award_title">终极大奖</div>
  362. <div>完全点亮即可抽取终极大奖!</div>
  363. </div>
  364. </div>
  365. <div v-if="lightData.wxcpLighten.raffle2NumMax === lightData.raffle2.useNum" class="award_btn">已完成</div>
  366. <div v-else>
  367. <div v-if="lightData.raffle2.leftNum" class="award_btn_ac" @click="handleLottery(lightData.raffle2BizId)">
  368. 去抽奖</div>
  369. <div v-else class="award_btn">未完成</div>
  370. </div>
  371. </div>
  372. </div>
  373. <div class="activity_title">活动信息</div>
  374. <div class="activity_msg" v-html="lightData.wxcpLighten.activityInfo"></div>
  375. </div>
  376. </div>
  377. <!-- 邀请弹窗 -->
  378. <div class="prize_dialog" v-if="showAskDialog">
  379. <div class="dialog_body">
  380. <img class="dialog_bg" :src="lightData.urlPost" />
  381. <div class="save_btn" @click="showAskDialog = false">长按图片保存</div>
  382. </div>
  383. </div>
  384. <el-dialog title="填写信息" :visible.sync="showDialog" :show-close="false" :close-on-click-modal="false"
  385. :close-on-press-escape="false">
  386. <el-form :model="lightData" class="prize_form" label-position="top">
  387. <el-form-item label="门店">
  388. <el-input v-model="lightData.store"></el-input>
  389. </el-form-item>
  390. <el-form-item label="顾问名称" required>
  391. <el-input v-model="lightData.referrer"></el-input>
  392. </el-form-item>
  393. <el-form-item label="领取奖励手机号" required>
  394. <el-input type="number" v-model="lightData.referrerPhone"></el-input>
  395. </el-form-item>
  396. <div>注意:请您及时前往五菱汽车小程序/App,使用登记的手机号登录/注册,以免影响后续奖励无法发放。</div>
  397. </el-form>
  398. <div slot="footer" class="dialog-footer">
  399. <el-button type="warning" :loading="loading" @click="handleSaveRefer">确 定</el-button>
  400. </div>
  401. </el-dialog>
  402. </div>
  403. </body>
  404. <script>
  405. new Vue({
  406. el: '#box',
  407. data() {
  408. return {
  409. httpUrl: '',
  410. bId: null,
  411. env: '',
  412. showAskDialog: false,
  413. lightData: {
  414. urlPost: '',
  415. wxcpLightenClientList: [],
  416. wxcpLighten: {
  417. activityInfo: '',
  418. raffeSwitch: 0,
  419. raffle1ClientNum: null,
  420. raffle1NumMax: null, // 抽奖1总次数
  421. raffle2NumMax: null, // 抽奖2总次数
  422. type: null,
  423. },
  424. raffle1: {
  425. leftNum: null, // 抽奖1剩余次数
  426. useNum: null, // 抽奖1已使用次数
  427. },
  428. raffle2: {
  429. leftNum: null, // 抽奖2剩余次数
  430. useNum: null, // 抽奖2已使用次数
  431. },
  432. raffle1BizId: null,
  433. raffle2BizId: null,
  434. referrer: '', // 顾问名称
  435. store: '', // 门店
  436. referrerPhone: '', // 领取奖励手机号
  437. },
  438. showDialog: false, // 填写顾问名称信息弹窗
  439. loading: false, // 提交按钮loading
  440. currentIndex: 0, // 当前显示的图片索引
  441. getChunkData: [], // 分割数据
  442. }
  443. },
  444. created() {
  445. this.bId = this.getQueryParam('bId')
  446. this.env = this.getQueryParam('env')
  447. if (!this.env || this.env === 'prod') {
  448. this.httpUrl = 'https://wlapi.wefanbot.com'
  449. } else {
  450. this.httpUrl = 'https://test.wefanbot.com:28993'
  451. // this.httpUrl = 'http://192.168.1.147:18993'
  452. }
  453. localStorage.removeItem('openId')
  454. this.ifH5Type()
  455. },
  456. methods: {
  457. ifH5Type() {
  458. if (this.getQueryParam('openId') || localStorage.getItem('openId')) {
  459. if (!this.getQueryParam('externalUserid')) {
  460. this.gerQwAuth(this.bId);
  461. } else {
  462. this.lightenShare()
  463. }
  464. } else {
  465. // 走授权操作
  466. this.getAuth();
  467. }
  468. },
  469. getAuth() {
  470. // 获取url上的code
  471. let code = this.getQueryParam('code')
  472. if (code) {
  473. // 判断业务id是否生产环境业务id
  474. fetch(this.httpUrl + `/p/insuite/p/isProdId?id=${this.bId}`)
  475. .then(res => {
  476. return res.json()
  477. }).then(result => {
  478. let { data, msg } = result
  479. if (typeof data === 'boolean' && data) {
  480. this.httpUrl = 'https://wlapi.wefanbot.com'
  481. } else {
  482. this.httpUrl = 'http://test.wefanbot.com:18993'
  483. }
  484. this.getInfoByh5Code(this.getQueryParam('code'))
  485. })
  486. } else {
  487. let redirect_uri = window.location.href
  488. // code 不存在,走微信网页授权逻辑
  489. let url = `https://open.weixin.qq.com/connect/oauth2/authorize?appId=wx99ec0d0828a4d2d3&redirect_uri=${redirect_uri}&scope=snsapi_userinfo&state=STATE#wechat_redirect`
  490. window.location.replace(url)
  491. }
  492. },
  493. getInfoByh5Code(code) {
  494. fetch(this.httpUrl + `/scrm/v1/mp-client/p/getInfoByh5Code?code=${code}&bId=${this.bId}`)
  495. .then(res => {
  496. return res.json()
  497. }).then(result => {
  498. let { data, code, msg } = result
  499. if (code === 1) {
  500. localStorage.setItem('openId', data.openId)
  501. this.ifH5Type()
  502. }
  503. })
  504. },
  505. // 企微授权
  506. gerQwAuth(bId) {
  507. let openId = this.getQueryParam('openId') || localStorage.getItem('openId')
  508. fetch(this.httpUrl + `/p/insuite/p/getOAUrl?openId=${openId}&bId=${bId}`)
  509. .then(res => {
  510. return res.json()
  511. }).then(result => {
  512. let { data, code, msg } = result
  513. if (code === 1) {
  514. window.location.replace(data)
  515. } else {
  516. this.$message({
  517. message: msg,
  518. type: 'warning'
  519. })
  520. }
  521. })
  522. },
  523. lightenShare() {
  524. let externalUserid = this.getQueryParam('externalUserid')
  525. let openId = this.getQueryParam('openId') || localStorage.getItem('openId')
  526. const headers = new Headers();
  527. headers.append('police', 110);
  528. fetch(this.httpUrl + `/scrm/v1/wxcp-lighten-share/p/lottery?externalUserid=${externalUserid}&openId=${openId}&bId=${this.bId}`, {
  529. method: 'GET',
  530. headers: headers
  531. })
  532. .then(res => {
  533. return res.json()
  534. }).then(result => {
  535. let { data, code, msg } = result
  536. if (code === 1) {
  537. this.lightData = data
  538. this.currentIndex = Math.ceil(this.lightData.wxcpLightenClientList.length / 5)
  539. this.getChunkData = this.getChunk(this.lightData.wxcpLightenClientList, this.currentIndex)
  540. if (data.wxcpLighten.type === 2 && (!data.referrer || !data.referrerPhone)) {
  541. this.showDialog = true
  542. }
  543. } else {
  544. this.$message({
  545. message: msg,
  546. })
  547. }
  548. })
  549. },
  550. handleAsk() {
  551. this.showAskDialog = true
  552. },
  553. handleLottery(bizId) {
  554. let url = ''
  555. if (!this.env || this.env === 'prod') {
  556. url = `https://lottery2.camlook.cn/?bId=${bizId}&h5Type=30`
  557. } else {
  558. url = `https://lottery2.camlook.cn/?bId=${bizId}&env=dev&h5Type=30`
  559. }
  560. window.location.replace(url)
  561. },
  562. handleSaveRefer() {
  563. if (!this.lightData.referrer) {
  564. this.$message({
  565. message: '请填写顾问名称',
  566. type: 'warning'
  567. })
  568. return
  569. }
  570. if (!this.lightData.referrerPhone) {
  571. this.$message({
  572. message: '请填写领取奖励手机号',
  573. type: 'warning'
  574. })
  575. return
  576. }
  577. this.loading = true
  578. let openId = this.getQueryParam('openId') || localStorage.getItem('openId')
  579. fetch(this.httpUrl + `/scrm/v1/wxcp-lighten-owner/p/updateReferrer?openId=${openId}&bId=${this.bId}`, {
  580. method: 'post',
  581. body: JSON.stringify({
  582. referrer: this.lightData.referrer, // 顾问名称
  583. store: this.lightData.store, // 门店
  584. referrerPhone: this.lightData.referrerPhone, // 领取奖励手机号
  585. }),
  586. headers: {
  587. 'Content-Type': 'application/json'
  588. }
  589. }).then(res => {
  590. return res.json()
  591. }).then(result => {
  592. let { data, code, msg } = result
  593. if (code === 1) {
  594. this.$message({
  595. message: '提交成功!',
  596. type: 'success'
  597. })
  598. this.showDialog = false
  599. this.lightenShare()
  600. }
  601. }).finally(() => {
  602. this.loading = false
  603. })
  604. },
  605. // 截取url中的数据
  606. getQueryParam(paramName) {
  607. // 获取当前URL的查询字符串部分
  608. const queryString = window.location.search;
  609. // 创建一个URLSearchParams对象
  610. const urlParams = new URLSearchParams(queryString);
  611. // 返回指定参数的值,如果不存在则返回null
  612. return urlParams.get(paramName);
  613. },
  614. prevSlide() {
  615. if (this.currentIndex > 0) {
  616. this.currentIndex--
  617. this.getChunkData = this.getChunk(this.lightData.wxcpLightenClientList, this.currentIndex)
  618. }
  619. },
  620. nextSlide() {
  621. if (this.currentIndex >= this.lightData.wxcpLightenClientList.length - 1) {
  622. return
  623. }
  624. if (this.currentIndex < this.lightData.wxcpLightenClientList.length - 1) {
  625. this.currentIndex++
  626. this.getChunkData = this.getChunk(this.lightData.wxcpLightenClientList, this.currentIndex)
  627. }
  628. },
  629. getChunk(arr, chunkIndex) {
  630. const chunkSize = 5
  631. const start = chunkIndex * chunkSize
  632. const end = start + chunkSize
  633. return arr.slice(start, end)
  634. }
  635. }
  636. })
  637. </script>
  638. </html>