<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-1ddff41a"],{3911:function(t,n,e){(function(e){var r,i,o=o||function(){var t=[];return{getAll:function(){return t},removeAll:function(){t=[]},add:function(n){t.push(n)},remove:function(n){var e=t.indexOf(n);-1!==e&amp;&amp;t.splice(e,1)},update:function(n,e){if(0===t.length)return!1;var r=0;n=void 0!==n?n:o.now();while(r&lt;t.length)t[r].update(n)||e?r++:t.splice(r,1);return!0}}}();"undefined"===typeof window&amp;&amp;"undefined"!==typeof e?o.now=function(){var t=e.hrtime();return 1e3*t[0]+t[1]/1e6}:"undefined"!==typeof window&amp;&amp;void 0!==window.performance&amp;&amp;void 0!==window.performance.now?o.now=window.performance.now.bind(window.performance):void 0!==Date.now?o.now=Date.now:o.now=function(){return(new Date).getTime()},o.Tween=function(t){var n,e=t,r={},i={},a={},u=1e3,s=0,c=!1,l=!1,d=!1,f=0,h=null,m=o.Easing.Linear.None,p=o.Interpolation.Linear,v=[],g=null,w=!1,_=null,b=null,C=null;this.to=function(t,n){return i=t,void 0!==n&amp;&amp;(u=n),this},this.start=function(t){for(var n in o.add(this),l=!0,w=!1,h=void 0!==t?t:o.now(),h+=f,i){if(i[n]instanceof Array){if(0===i[n].length)continue;i[n]=[e[n]].concat(i[n])}void 0!==e[n]&amp;&amp;(r[n]=e[n],r[n]instanceof Array===!1&amp;&amp;(r[n]*=1),a[n]=r[n]||0)}return this},this.stop=function(){return l?(o.remove(this),l=!1,null!==C&amp;&amp;C.call(e,e),this.stopChainedTweens(),this):this},this.end=function(){return this.update(h+u),this},this.stopChainedTweens=function(){for(var t=0,n=v.length;t&lt;n;t++)v[t].stop()},this.delay=function(t){return f=t,this},this.repeat=function(t){return s=t,this},this.repeatDelay=function(t){return n=t,this},this.yoyo=function(t){return c=t,this},this.easing=function(t){return m=t,this},this.interpolation=function(t){return p=t,this},this.chain=function(){return v=arguments,this},this.onStart=function(t){return g=t,this},this.onUpdate=function(t){return _=t,this},this.onComplete=function(t){return b=t,this},this.onStop=function(t){return C=t,this},this.update=function(t){var o,l,C;if(t&lt;h)return!0;for(o in!1===w&amp;&amp;(null!==g&amp;&amp;g.call(e,e),w=!0),l=(t-h)/u,l=l&gt;1?1:l,C=m(l),i)if(void 0!==r[o]){var y=r[o]||0,I=i[o];I instanceof Array?e[o]=p(I,C):("string"===typeof I&amp;&amp;(I="+"===I.charAt(0)||"-"===I.charAt(0)?y+parseFloat(I):parseFloat(I)),"number"===typeof I&amp;&amp;(e[o]=y+(I-y)*C))}if(null!==_&amp;&amp;_.call(e,C),1===l){if(s&gt;0){for(o in isFinite(s)&amp;&amp;s--,a){if("string"===typeof i[o]&amp;&amp;(a[o]=a[o]+parseFloat(i[o])),c){var k=a[o];a[o]=i[o],i[o]=k}r[o]=a[o]}return c&amp;&amp;(d=!d),h=void 0!==n?t+n:t+f,!0}null!==b&amp;&amp;b.call(e,e);for(var M=0,T=v.length;M&lt;T;M++)v[M].start(h+u);return!1}return!0}},o.Easing={Linear:{None:function(t){return t}},Quadratic:{In:function(t){return t*t},Out:function(t){return t*(2-t)},InOut:function(t){return(t*=2)&lt;1?.5*t*t:-.5*(--t*(t-2)-1)}},Cubic:{In:function(t){return t*t*t},Out:function(t){return--t*t*t+1},InOut:function(t){return(t*=2)&lt;1?.5*t*t*t:.5*((t-=2)*t*t+2)}},Quartic:{In:function(t){return t*t*t*t},Out:function(t){return 1- --t*t*t*t},InOut:function(t){return(t*=2)&lt;1?.5*t*t*t*t:-.5*((t-=2)*t*t*t-2)}},Quintic:{In:function(t){return t*t*t*t*t},Out:function(t){return--t*t*t*t*t+1},InOut:function(t){return(t*=2)&lt;1?.5*t*t*t*t*t:.5*((t-=2)*t*t*t*t+2)}},Sinusoidal:{In:function(t){return 1-Math.cos(t*Math.PI/2)},Out:function(t){return Math.sin(t*Math.PI/2)},InOut:function(t){return.5*(1-Math.cos(Math.PI*t))}},Exponential:{In:function(t){return 0===t?0:Math.pow(1024,t-1)},Out:function(t){return 1===t?1:1-Math.pow(2,-10*t)},InOut:function(t){return 0===t?0:1===t?1:(t*=2)&lt;1?.5*Math.pow(1024,t-1):.5*(2-Math.pow(2,-10*(t-1)))}},Circular:{In:function(t){return 1-Math.sqrt(1-t*t)},Out:function(t){return Math.sqrt(1- --t*t)},InOut:function(t){return(t*=2)&lt;1?-.5*(Math.sqrt(1-t*t)-1):.5*(Math.sqrt(1-(t-=2)*t)+1)}},Elastic:{In:function(t){return 0===t?0:1===t?1:-Math.pow(2,10*(t-1))*Math.sin(5*(t-1.1)*Math.PI)},Out:function(t){return 0===t?0:1===t?1:Math.pow(2,-10*t)*Math.sin(5*(t-.1)*Math.PI)+1},InOut:function(t){return 0===t?0:1===t?1:(t*=2,t&lt;1?-.5*Math.pow(2,10*(t-1))*Math.sin(5*(t-1.1)*Math.PI):.5*Math.pow(2,-10*(t-1))*Math.sin(5*(t-1.1)*Math.PI)+1)}},Back:{In:function(t){var n=1.70158;return t*t*((n+1)*t-n)},Out:function(t){var n=1.70158;return--t*t*((n+1)*t+n)+1},InOut:function(t){var n=2.5949095;return(t*=2)&lt;1?t*t*((n+1)*t-n)*.5:.5*((t-=2)*t*((n+1)*t+n)+2)}},Bounce:{In:function(t){return 1-o.Easing.Bounce.Out(1-t)},Out:function(t){return t&lt;1/2.75?7.5625*t*t:t&lt;2/2.75?7.5625*(t-=1.5/2.75)*t+.75:t&lt;2.5/2.75?7.5625*(t-=2.25/2.75)*t+.9375:7.5625*(t-=2.625/2.75)*t+.984375},InOut:function(t){return t&lt;.5?.5*o.Easing.Bounce.In(2*t):.5*o.Easing.Bounce.Out(2*t-1)+.5}}},o.Interpolation={Linear:function(t,n){var e=t.length-1,r=e*n,i=Math.floor(r),a=o.Interpolation.Utils.Linear;return n&lt;0?a(t[0],t[1],r):n&gt;1?a(t[e],t[e-1],e-r):a(t[i],t[i+1&gt;e?e:i+1],r-i)},Bezier:function(t,n){for(var e=0,r=t.length-1,i=Math.pow,a=o.Interpolation.Utils.Bernstein,u=0;u&lt;=r;u++)e+=i(1-n,r-u)*i(n,u)*t[u]*a(r,u);return e},CatmullRom:function(t,n){var e=t.length-1,r=e*n,i=Math.floor(r),a=o.Interpolation.Utils.CatmullRom;return t[0]===t[e]?(n&lt;0&amp;&amp;(i=Math.floor(r=e*(1+n))),a(t[(i-1+e)%e],t[i],t[(i+1)%e],t[(i+2)%e],r-i)):n&lt;0?t[0]-(a(t[0],t[0],t[1],t[1],-r)-t[0]):n&gt;1?t[e]-(a(t[e],t[e],t[e-1],t[e-1],r-e)-t[e]):a(t[i?i-1:0],t[i],t[e&lt;i+1?e:i+1],t[e&lt;i+2?e:i+2],r-i)},Utils:{Linear:function(t,n,e){return(n-t)*e+t},Bernstein:function(t,n){var e=o.Interpolation.Utils.Factorial;return e(t)/e(n)/e(t-n)},Factorial:function(){var t=[1];return function(n){var e=1;if(t[n])return t[n];for(var r=n;r&gt;1;r--)e*=r;return t[n]=e,e}}(),CatmullRom:function(t,n,e,r,i){var o=.5*(e-t),a=.5*(r-n),u=i*i,s=i*u;return(2*n-2*e+o+a)*s+(-3*n+3*e-2*o-a)*u+o*i+n}}},function(e){r=[],i=function(){return o}.apply(n,r),void 0===i||(t.exports=i)}()}).call(this,e("f28c"))},"3d52":function(t,n,e){},"560f":function(t,n,e){"use strict";var r=e("3d52"),i=e.n(r);i.a},"6e78":function(t,n,e){"use strict";e.r(n);var r=function(){var t=this,n=t.$createElement,e=t._self._c||n;return e("div",{staticClass:"index"},[e("div",{staticClass:"bannerBox"},[e("el-carousel",{attrs:{height:"480px",autoplay:t.autoplayBol}},[e("el-carousel-item",[e("div",{staticClass:"banner2",on:{click:function(n){return t.toLinkUrl("https://www.viaud2ix.com/mktland")}}},[e("img",{attrs:{src:t.imgCdnUrl+"img/k8.jpg",alt:""}})])]),e("el-carousel-item",[e("div",{staticClass:"banner2",on:{click:function(n){return t.toLinkUrl("https://34.150.113.16:7300")}}},[e("img",{attrs:{src:t.imgCdnUrl+"img/zl.jpg",alt:""}})])]),e("el-carousel-item",[e("div",{staticClass:"banner2",on:{click:function(n){return t.toLinkUrl("https://18999bc.com/promo/detail/2025DoubleBonus")}}},[e("img",{attrs:{src:t.imgCdnUrl+"img/j9.jpg",alt:""}})])]),e("el-carousel-item",[e("div",{staticClass:"banner2",on:{click:function(n){return t.toLinkUrl("https://www.9motherbt.com/activity_pages/special_topic?id=BTTHKL")}}},[e("img",{attrs:{src:t.imgCdnUrl+"img/btt.jpg",alt:""}})])]),e("el-carousel-item",[e("div",{staticClass:"banner",style:{background:"url("+t.imgCdnUrl+"img/banner_02.jpg) no-repeat top center"},on:{click:t.godaikuan}},[e("div",{staticClass:"numberBoxBg"},[e("div",{staticClass:"numberImg"},[e("div",{staticClass:"bannerTitle"},[e("h2",[t._v("çŽ©"),e("em",[t._v("åšå½©")]),t._v(" å…è´¹è´·")]),e("h5",[t._v("æœ€é«˜å¯è´· "),e("span",[t._v("100ä¸‡å…ƒ")])])]),e("div",{staticClass:"numberBox"},[e("dl",[e("dt",[t._v(t._s(t.numberPeo)+"äºº")]),e("dd",[t._v("ç´¯è®¡è´·æ¬¾äººæ•°")])]),e("dl",[e("dt",[t._v(t._s(t.amount)+" USDT")]),e("dd",[t._v("ç´¯è®¡è´·æ¬¾é‡‘é¢")])])]),e("div",{staticClass:"numberBom"},[t._v("\n                1 USDT â‰ˆ 7 å…ƒ\n              ")])])])])]),e("el-carousel-item",[e("div",{staticClass:"banner"},[e("div",{staticClass:"bannerBg"},[e("router-link",{attrs:{to:{name:"invdeta"}}},[e("img",{attrs:{src:t.imgCdnUrl+"img/banner3.png",alt:""}})])],1),e("h6",[e("strong")]),e("div",{staticClass:"p",on:{click:t.goInvdeta}},[e("span",[t._v("ç«‹å³é‚€è¯·é¢†å¥–åŠ±")])])])]),e("el-carousel-item",[e("div",{staticClass:"banner2"},[e("router-link",{attrs:{to:{name:"details"}}},[e("img",{attrs:{src:t.imgCdnUrl+"img/banner2.jpg",alt:""}})])],1)])],1)],1),e("div",{staticClass:"cooperation"},[t._m(0),e("div",{staticClass:"cooperationL"},t._l(t.merchantList,(function(n,r){return e("div",{key:r,staticClass:"listCooBox"},[e("div",{staticClass:"listCooBoxTop",staticStyle:{cursor:"pointer"},on:{click:function(e){return t.handleListClick(n)}}},[e("el-row",[e("el-col",{attrs:{span:17}},[e("p",{staticClass:"logoTop"},[e("img",{attrs:{src:"/front/v1/view/"+n.merchantLogo,alt:""}})]),e("span",[t._v(t._s(n.words))])]),e("el-col",{attrs:{span:7}},[e("dl",[e("dt",[t._v("æ‹…ä¿é‡‘")]),e("dd",[t._v(t._s(n.amount)+"ä¸‡")])])])],1)],1),e("div",{staticClass:"listCooBoxBom"},[e("el-button",{attrs:{type:"primary",round:""},on:{click:t.godaikuan}},[t._v("ç«‹å³è´·æ¬¾")])],1)])})),0)]),e("div",{staticStyle:{clear:"both"}}),e("div",{staticClass:"brandBox",style:{background:"url("+t.imgCdnUrl+"img/bg1_03.jpg) no-repeat top center/100% 100%"}},[t._m(1),e("div",{staticClass:"brandList"},[e("div",{staticClass:"listBox",style:{background:"url("+t.imgCdnUrl+"img/indexpic_03.png) no-repeat top center"}},[t._m(2)]),e("div",{staticClass:"listBox",style:{background:"url("+t.imgCdnUrl+"img/indexpic_05.png) no-repeat top center"}},[t._m(3)]),e("div",{staticClass:"listBox",style:{background:"url("+t.imgCdnUrl+"img/indexpic_07.png) no-repeat top center"}},[t._m(4)])])])])},i=[function(){var t=this,n=t.$createElement,e=t._self._c||n;return e("div",{staticClass:"titleBox"},[e("h1",[t._v("\n        åˆä½œè´·æ¬¾ç½‘ç«™\n        "),e("p",[t._v("COOPERATION WEBSITE")])])])},function(){var t=this,n=t.$createElement,e=t._self._c||n;return e("div",{staticClass:"titleBox"},[e("h1",[t._v("\n        å“ç‰Œå®žåŠ›\n        "),e("p",[t._v("BRAND POWER")])])])},function(){var t=this,n=t.$createElement,e=t._self._c||n;return e("dl",[e("dt",[t._v("01")]),e("dt",[t._v("æœ‰ç§¯åˆ†")]),e("dt",[t._v("å°±èƒ½è´·")]),e("dd",[t._v("ç§¯åˆ†è¶Šå¤šï¼Œè´·å¾—è¶Šå¤š")])])},function(){var t=this,n=t.$createElement,e=t._self._c||n;return e("dl",[e("dt",[t._v("02")]),e("dt",[t._v("æ—&nbsp;æŠµæŠ¼")]),e("dt",[t._v("æ—&nbsp;åˆ©æ¯")]),e("dd",[t._v("ä¿¡èª‰è´·æ¬¾ï¼ŒçœŸæ­£é›¶æˆæœ¬")])])},function(){var t=this,n=t.$createElement,e=t._self._c||n;return e("dl",[e("dt",[t._v("03")]),e("dt",[t._v("å®˜æ–¹")]),e("dt",[t._v("èµ„é‡‘æ‹…ä¿")]),e("dd",[t._v("å®˜æ–¹ä¿è¯ï¼Œå–æ¬¾æ—&nbsp;å¿§")])])}],o=e("3911"),a=e.n(o),u=e("cebe"),s=e.n(u),c=e("4360"),l=e("365c"),d={data(){return{amountNum1:5e5,numPeople:150,animatedNum1:0,animatedNum2:0,imgCdnUrl:window.cdnUrl,falseBol:!1,autoplayBol:!0,merchantList:[]}},computed:{amount(){let t=this.animatedNum1;return(t||5e5).toString().replace(/(\d)(?=(?:\d{3})+$)/g,"$1,")},numberPeo(){let t=this.animatedNum2;return(t||150).toString().replace(/(\d)(?=(?:\d{3})+$)/g,"$1,")}},methods:{goInvdeta(){this.$store.state.isLogin?this.$router.push("/invite"):this.$store.commit("setloginDioBol",!0)},godaikuan(){this.$store.state.isLogin?this.$router.push("/userInfo"):this.$store.commit("setloginDioBol",!0)},getRules(){this.$Api.getRulesData().then(t=&gt;{200==t.code?(this.amountNum1=1e4*parseFloat(t.result.money),this.numPeople=t.result.num):this.$message({message:t.message,type:"error",offset:"300"})})},getMerchant(){const t=s.a.create({baseURL:l["a"],timeout:6e4});t.interceptors.request.use(t=&gt;{return t.headers["X-Access-Token"]=c["a"].state.token||sessionStorage.getItem("token"),t});const n=new FormData;n.append("domainUrl",location.host),t.get("/v1/listMerchant").then(t=&gt;{200==t.data.code?this.merchantList=t.data.result:this.$message({message:t.message,type:"error",offset:"300"})})},toLinkUrl(t){window.open(t)},goLuckyActive(){this.$store.state.isLogin?this.$router.push("/luckyTurnTable"):this.$store.commit("setloginDioBol",!0)},handleListClick(t){let n=t.agentUrl||t.merchantUrl||t.merchantUrl1||t.merchantUrl2||t.merchantUrl3;window.open(n,"_blank")}},watch:{amountNum1:function(t,n){const e=this;function r(t){requestAnimationFrame(r),a.a.update(t)}new a.a.Tween({tweeningNumber:n}).easing(a.a.Easing.Quadratic.Out).to({tweeningNumber:t},1e3).onUpdate((function(){e.animatedNum1=this.tweeningNumber.toFixed(0)})).start(),r()},numPeople:function(t,n){const e=this;function r(t){requestAnimationFrame(r),a.a.update(t)}new a.a.Tween({tweeningNumber:n}).easing(a.a.Easing.Quadratic.Out).to({tweeningNumber:t},1e3).onUpdate((function(){e.animatedNum2=this.tweeningNumber.toFixed(0)})).start(),r()}},created(){this.getRules(),this.getMerchant()}},f=d,h=(e("8939"),e("560f"),e("2877")),m=Object(h["a"])(f,r,i,!1,null,"19f54ceb",null);n["default"]=m.exports},"876e":function(t,n,e){},8939:function(t,n,e){"use strict";var r=e("876e"),i=e.n(r);i.a},f28c:function(t,n){var e,r,i=t.exports={};function o(){throw new Error("setTimeout has not been defined")}function a(){throw new Error("clearTimeout has not been defined")}function u(t){if(e===setTimeout)return setTimeout(t,0);if((e===o||!e)&amp;&amp;setTimeout)return e=setTimeout,setTimeout(t,0);try{return e(t,0)}catch(n){try{return e.call(null,t,0)}catch(n){return e.call(this,t,0)}}}function s(t){if(r===clearTimeout)return clearTimeout(t);if((r===a||!r)&amp;&amp;clearTimeout)return r=clearTimeout,clearTimeout(t);try{return r(t)}catch(n){try{return r.call(null,t)}catch(n){return r.call(this,t)}}}(function(){try{e="function"===typeof setTimeout?setTimeout:o}catch(t){e=o}try{r="function"===typeof clearTimeout?clearTimeout:a}catch(t){r=a}})();var c,l=[],d=!1,f=-1;function h(){d&amp;&amp;c&amp;&amp;(d=!1,c.length?l=c.concat(l):f=-1,l.length&amp;&amp;m())}function m(){if(!d){var t=u(h);d=!0;var n=l.length;while(n){c=l,l=[];while(++f&lt;n)c&amp;&amp;c[f].run();f=-1,n=l.length}c=null,d=!1,s(t)}}function p(t,n){this.fun=t,this.array=n}function v(){}i.nextTick=function(t){var n=new Array(arguments.length-1);if(arguments.length&gt;1)for(var e=1;e&lt;arguments.length;e++)n[e-1]=arguments[e];l.push(new p(t,n)),1!==l.length||d||u(m)},p.prototype.run=function(){this.fun.apply(null,this.array)},i.title="browser",i.browser=!0,i.env={},i.argv=[],i.version="",i.versions={},i.on=v,i.addListener=v,i.once=v,i.off=v,i.removeListener=v,i.removeAllListeners=v,i.emit=v,i.prependListener=v,i.prependOnceListener=v,i.listeners=function(t){return[]},i.binding=function(t){throw new Error("process.binding is not supported")},i.cwd=function(){return"/"},i.chdir=function(t){throw new Error("process.chdir is not supported")},i.umask=function(){return 0}}}]);
</pre></body></html>