diff --git a/view/molistar/modules/h5Income/exchangeGold.html b/view/molistar/modules/h5Income/exchangeGold.html index 1bb57591..a0723849 100644 --- a/view/molistar/modules/h5Income/exchangeGold.html +++ b/view/molistar/modules/h5Income/exchangeGold.html @@ -17,8 +17,8 @@
-
我的金幣:0
-
我的鉆石:0
+
我的鉆石:0
+
我的金幣:0
@@ -28,7 +28,7 @@
確認兌換
-

確認獎 0 金幣兌換為 0 鉆石嗎?

+

確認獎 0 鉆石兌換為 0 金幣嗎?

取消
確認
diff --git a/view/molistar/modules/h5Income/images/exchangeGold/bg.png b/view/molistar/modules/h5Income/images/exchangeGold/bg.png index 89002345..59db7fe5 100644 Binary files a/view/molistar/modules/h5Income/images/exchangeGold/bg.png and b/view/molistar/modules/h5Income/images/exchangeGold/bg.png differ diff --git a/view/molistar/modules/h5Income/images/login/logo.png b/view/molistar/modules/h5Income/images/login/logo.png index a487e9a7..f9ca1bed 100644 Binary files a/view/molistar/modules/h5Income/images/login/logo.png and b/view/molistar/modules/h5Income/images/login/logo.png differ diff --git a/view/molistar/modules/h5Income/index.html b/view/molistar/modules/h5Income/index.html index c6cefa8f..cd7819ec 100644 --- a/view/molistar/modules/h5Income/index.html +++ b/view/molistar/modules/h5Income/index.html @@ -19,29 +19,29 @@
-

piko

+

MoliStar

ID:
- + - 鉆石 + 金幣

0

- - 金幣 - + + 鉆石 + 明細

0

-
兌換鉆石
+
兌換金幣
提領
diff --git a/view/molistar/modules/h5Income/js/login.js b/view/molistar/modules/h5Income/js/login.js index 6af14b2c..7b4c3187 100644 --- a/view/molistar/modules/h5Income/js/login.js +++ b/view/molistar/modules/h5Income/js/login.js @@ -193,11 +193,11 @@ $('.box .hone').click(function () { if (idOrPhone) { $('.idLogin').show(); $('.phone').hide(); - $('.box .hone').text('piko手機號登錄'); + $('.box .hone').text('MoliStar手機號登錄'); } else { $('.phone').show(); $('.idLogin').hide(); - $('.box .hone').text('piko賬號登錄'); + $('.box .hone').text('MoliStar賬號登錄'); } }) // 打開選擇區號 diff --git a/view/molistar/modules/h5Income/js/withdrawal.js b/view/molistar/modules/h5Income/js/withdrawal.js index fb849c35..5b566150 100644 --- a/view/molistar/modules/h5Income/js/withdrawal.js +++ b/view/molistar/modules/h5Income/js/withdrawal.js @@ -27,8 +27,8 @@ const toastMsg = (content = '操作完成', time = 2) => { }) } var accountType;//1 其它賬戶 2 中國大陸銀聯 4 馬來西亞銀行 8 新加坡銀行 -var minValue;//最小提領金币数量 -var golds;//当前剩余金币 +var minValue;//最小提領鑽石数量 +var golds;//当前剩余鑽石 var weekLimitCount;//本周剩余次数 var weekMaxValue;//本周剩余最大金额 var realName = false;//默认大陆未实名 @@ -60,11 +60,11 @@ function getConfig () { weekLimitCount = res.data.weekLimitCount; weekMaxValue = res.data.weekMaxValue; var str = ` -

1、收益金幣達到${res.data.minValue}或以上可以申請提領

-

2、提領金幣必須為1000的整倍數

+

1、收益鑽石達到${res.data.minValue}或以上可以申請提領

+

2、提領鑽石必須為1000的整倍數

3、每周可提領次數:${res.data.weekLimitCount}次,   提領手續費:${res.data.chargeRate}%

4、台幣提領,請聯繫客服微信:sd245376

-

5、如您使用Payoneer帳戶提領,因Payoneer要求付款最少50美元,需要滿足55000金幣後發起,不滿足的提領將會被駁回

+

5、如您使用Payoneer帳戶提領,因Payoneer要求付款最少50美元,需要滿足55000鑽石後發起,不滿足的提領將會被駁回

` $('.withdrawal').append(str); getAccounts(); @@ -91,7 +91,7 @@ function query () { data: { uid: pubInfo.uid }, success (res) { if (res.code === 200) { - $('.income p').text(`金幣 ${res.data.golds}`); + $('.income p').text(`鑽石 ${res.data.golds}`); golds = res.data.golds; getConfig(); } else if (res.code ? res.code == 1444 : JSON.parse(res).code == 401) { @@ -192,11 +192,11 @@ function getAccounts () { realName = false; } else { realName = true; - $('.withdrawal input').attr('placeholder', '請輸入提領金幣數額'); + $('.withdrawal input').attr('placeholder', '請輸入提領鑽石數額'); $('.authentication span').text('已實名'); } } else { - $('.withdrawal input').attr('placeholder', '請輸入提領金幣數額'); + $('.withdrawal input').attr('placeholder', '請輸入提領鑽石數額'); } if (accountType == 2) { $('.authentication').show(); @@ -284,9 +284,9 @@ function getAccounts () { return false; }) if (golds < minValue) { - $('.withdrawal input').attr('placeholder', '可提領金幣不足'); + $('.withdrawal input').attr('placeholder', '可提領鑽石不足'); } else if ($('.account span').text() != '未绑定') { - $(`.withdrawal input`).text('請輸入提領金幣數額'); + $(`.withdrawal input`).text('請輸入提領鑽石數額'); $(`.withdrawal .withdrawalBox`).attr('click', 1); } } else if (res.code ? res.code == 1444 : JSON.parse(res).code == 401) { @@ -322,11 +322,11 @@ $('.switch .pub_in .ok').click(function () { realName = false; } else { realName = true; - $('.withdrawal input').attr('placeholder', '請輸入提領金幣數額'); + $('.withdrawal input').attr('placeholder', '請輸入提領鑽石數額'); $('.authentication span').text('已實名'); } } else { - $('.withdrawal input').attr('placeholder', '請輸入提領金幣數額'); + $('.withdrawal input').attr('placeholder', '請輸入提領鑽石數額'); } }) @@ -334,15 +334,15 @@ $('.switch .pub_in .ok').click(function () { $('.goldPub .goldPub_in .but').click(function () { var num = $('.goldPub .goldPub_in input').val(); if (num == '') { - toastMsg('請輸入提領金幣數額'); + toastMsg('請輸入提領鑽石數額'); return } if (num < minValue) { - toastMsg(`最少申請金幣为${minValue}`); + toastMsg(`最少申請鑽石为${minValue}`); return } if (num % 1000 != 0) { - toastMsg(`提領金幣必須為1000的整倍數`); + toastMsg(`提領鑽石必須為1000的整倍數`); return } calculate(); @@ -412,7 +412,7 @@ $('.butBig').click(function () { toastMsg('申請提現失敗,不支援未成年人提現'); return } - $('.withDrawalPub .withDrawalPub_in p ').html(`確認通過 ${$('.account .active').text()} 提領 ${num}金幣?`) + $('.withDrawalPub .withDrawalPub_in p ').html(`確認通過 ${$('.account .active').text()} 提領 ${num}鑽石?`) $('.withDrawalPub .withDrawalPub_in span b ').html(`${$('.withdrawal .numBox b').text()}`) $('.withDrawalPub').show(); }) diff --git a/view/molistar/modules/h5Income/login.html b/view/molistar/modules/h5Income/login.html index 1c763587..e6310006 100644 --- a/view/molistar/modules/h5Income/login.html +++ b/view/molistar/modules/h5Income/login.html @@ -23,7 +23,7 @@
- +
@@ -41,7 +41,7 @@
登錄
-
piko手機號登錄
+
MoliStar手機號登錄
diff --git a/view/molistar/modules/h5Income/rule.html b/view/molistar/modules/h5Income/rule.html index 8ed2677f..22b3eb38 100644 --- a/view/molistar/modules/h5Income/rule.html +++ b/view/molistar/modules/h5Income/rule.html @@ -18,13 +18,13 @@

提領規則

-

1.金幣是在房間收到的禮物打賞可以收穫金幣。

-

2.1000金幣等於1美元,根據提領地區匯率換算,匯率每週更新

+

1.鑽石是在房間收到的禮物打賞可以收穫鑽石。

+

2.1000鑽石等於1美元,根據提領地區匯率換算,匯率每週更新

3.每周可申請提領次,隔天發放,到帳時間以當地銀行處理為準

-

4.金幣數量大於或等於金幣才能申請提取;

-

5.如您的提領信息有誤無法發放,金幣原路退回帳號,請聯繫客服微信:sd245376

-

6.金幣可兌換為鑽石,兌換比例:1000金幣=1000鑽石。

-

7.台幣提領,請聯繫客服微信:sd245376,如您使用Payoneer帳戶提領,Payoneer要求50美元起付,需要滿足55000金幣後發起,不滿足的提領將會被駁回。

+

4.鑽石數量大於或等於鑽石才能申請提取;

+

5.如您的提領信息有誤無法發放,鑽石原路退回帳號,請聯繫客服微信:sd245376

+

6.鑽石可兌換為金幣,兌換比例:1000鑽石=1000金幣。

+

7.台幣提領,請聯繫客服微信:sd245376,如您使用Payoneer帳戶提領,Payoneer要求50美元起付,需要滿足55000鑽石後發起,不滿足的提領將會被駁回。

diff --git a/view/molistar/modules/h5Income/withdrawal.html b/view/molistar/modules/h5Income/withdrawal.html index b17275c8..3fd67c12 100644 --- a/view/molistar/modules/h5Income/withdrawal.html +++ b/view/molistar/modules/h5Income/withdrawal.html @@ -19,7 +19,7 @@
-

piko

+

MoliStar

ID:
@@ -27,8 +27,8 @@
提领规则
我的收益 - -

金币

+ +

鑽石

- +
-

輸入提領金幣數額

+

輸入提領鑽石數額

00
- 金幣余額 + 鑽石余額 - +
確認
@@ -84,7 +84,7 @@
確認提領
-

確認通過 中國大陸銀聯 提領 6666金幣?

+

確認通過 中國大陸銀聯 提領 6666鑽石?

提領到賬數額為 CNY 343.9
確認
diff --git a/view/molistar/modules/myincome/index.html b/view/molistar/modules/myincome/index.html index 10a8e77e..a0b4a841 100644 --- a/view/molistar/modules/myincome/index.html +++ b/view/molistar/modules/myincome/index.html @@ -1 +1 @@ -molistar
\ No newline at end of file +molistar
\ No newline at end of file diff --git a/view/molistar/modules/myincome/static/js/app.b315c0c33ba30389c9d9.js b/view/molistar/modules/myincome/static/js/app.142c8e9ce2dbb46760ca.js similarity index 90% rename from view/molistar/modules/myincome/static/js/app.b315c0c33ba30389c9d9.js rename to view/molistar/modules/myincome/static/js/app.142c8e9ce2dbb46760ca.js index dea57d74..a24ea7bc 100644 --- a/view/molistar/modules/myincome/static/js/app.b315c0c33ba30389c9d9.js +++ b/view/molistar/modules/myincome/static/js/app.142c8e9ce2dbb46760ca.js @@ -1,2 +1,2 @@ -webpackJsonp([14],{"2KIr":function(e,t){},"4B/U":function(e,t,n){"use strict";function o(e){if(null==e)return window;if("[object Window]"!==e.toString()){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function i(e){return e instanceof o(e).Element||e instanceof Element}function r(e){return e instanceof o(e).HTMLElement||e instanceof HTMLElement}function a(e){return"undefined"!=typeof ShadowRoot&&(e instanceof o(e).ShadowRoot||e instanceof ShadowRoot)}n.d(t,"a",function(){return F}),n.d(t,"b",function(){return U});var s=Math.round;function c(){var e=navigator.userAgentData;return null!=e&&e.brands?e.brands.map(function(e){return e.brand+"/"+e.version}).join(" "):navigator.userAgent}function f(e,t,n){void 0===t&&(t=!1),void 0===n&&(n=!1);var a=e.getBoundingClientRect(),f=1,d=1;t&&r(e)&&(f=e.offsetWidth>0&&s(a.width)/e.offsetWidth||1,d=e.offsetHeight>0&&s(a.height)/e.offsetHeight||1);var u=(i(e)?o(e):window).visualViewport,l=!!/^((?!chrome|android).)*safari/i.test(c())&&n,p=(a.left+(l&&u?u.offsetLeft:0))/f,m=(a.top+(l&&u?u.offsetTop:0))/d,h=a.width/f,g=a.height/d;return{width:h,height:g,top:m,right:p+h,bottom:m+g,left:p,x:p,y:m}}function d(e){var t=o(e);return{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function u(e){return e?(e.nodeName||"").toLowerCase():null}function l(e){return((i(e)?e.ownerDocument:e.document)||window.document).documentElement}function p(e){return o(e).getComputedStyle(e)}function m(e){var t=p(e),n=t.overflow,o=t.overflowX,i=t.overflowY;return/auto|scroll|overlay|hidden/.test(n+i+o)}function h(e,t,n){void 0===n&&(n=!1);var i,a,c=r(t),p=r(t)&&function(e){var t=e.getBoundingClientRect(),n=s(t.width)/e.offsetWidth||1,o=s(t.height)/e.offsetHeight||1;return 1!==n||1!==o}(t),h=l(t),g=f(e,p,n),v={scrollLeft:0,scrollTop:0},b={x:0,y:0};return(c||!c&&!n)&&(("body"!==u(t)||m(h))&&(v=(i=t)!==o(i)&&r(i)?{scrollLeft:(a=i).scrollLeft,scrollTop:a.scrollTop}:d(i)),r(t)?((b=f(t,!0)).x+=t.clientLeft,b.y+=t.clientTop):h&&(b.x=function(e){return f(l(e)).left+d(e).scrollLeft}(h))),{x:g.left+v.scrollLeft-b.x,y:g.top+v.scrollTop-b.y,width:g.width,height:g.height}}function g(e){return"html"===u(e)?e:e.assignedSlot||e.parentNode||(a(e)?e.host:null)||l(e)}function v(e,t){var n;void 0===t&&(t=[]);var i=function e(t){return["html","body","#document"].indexOf(u(t))>=0?t.ownerDocument.body:r(t)&&m(t)?t:e(g(t))}(e),a=i===(null==(n=e.ownerDocument)?void 0:n.body),s=o(i),c=a?[s].concat(s.visualViewport||[],m(i)?i:[]):i,f=t.concat(c);return a?f:f.concat(v(g(c)))}function b(e){return["table","td","th"].indexOf(u(e))>=0}function w(e){return r(e)&&"fixed"!==p(e).position?e.offsetParent:null}function y(e){for(var t=o(e),n=w(e);n&&b(n)&&"static"===p(n).position;)n=w(n);return n&&("html"===u(n)||"body"===u(n)&&"static"===p(n).position)?t:n||function(e){var t=/firefox/i.test(c());if(/Trident/i.test(c())&&r(e)&&"fixed"===p(e).position)return null;var n=g(e);for(a(n)&&(n=n.host);r(n)&&["html","body"].indexOf(u(n))<0;){var o=p(n);if("none"!==o.transform||"none"!==o.perspective||"paint"===o.contain||-1!==["transform","perspective"].indexOf(o.willChange)||t&&"filter"===o.willChange||t&&o.filter&&"none"!==o.filter)return n;n=n.parentNode}return null}(e)||t}var x="top",O="bottom",E="right",P="left",C="auto",I="start",S="end",k=[].concat([x,O,E,P],[C]).reduce(function(e,t){return e.concat([t,t+"-"+I,t+"-"+S])},[]),R=["beforeRead","read","afterRead","beforeMain","main","afterMain","beforeWrite","write","afterWrite"];function L(e){var t=new Map,n=new Set,o=[];return e.forEach(function(e){t.set(e.name,e)}),e.forEach(function(e){n.has(e.name)||function e(i){n.add(i.name),[].concat(i.requires||[],i.requiresIfExists||[]).forEach(function(o){if(!n.has(o)){var i=t.get(o);i&&e(i)}}),o.push(i)}(e)}),o}function D(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),o=1;o100){console.error(q);break}if(!0!==c.reset){var p=c.orderedModifiers[d],m=p.fn,g=p.options,v=void 0===g?{}:g,b=p.name;"function"==typeof m&&(c=m({state:c,options:v,name:b,instance:l})||c)}else c.reset=!1,d=-1}}else console.error(W)}},update:(r=function(){return new Promise(function(e){l.forceUpdate(),e(c)})},function(){return s||(s=new Promise(function(e){Promise.resolve().then(function(){s=void 0,e(r())})})),s}),destroy:function(){m(),u=!0}};if(!V(e,t))return console.error(W),l;function m(){d.forEach(function(e){return e()}),d=[]}return l.setOptions(n).then(function(e){!u&&n.onFirstUpdate&&n.onFirstUpdate(e)}),l}}({defaultModifiers:[{name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(e){var t=e.state,n=e.instance,i=e.options,r=i.scroll,a=void 0===r||r,s=i.resize,c=void 0===s||s,f=o(t.elements.popper),d=[].concat(t.scrollParents.reference,t.scrollParents.popper);return a&&d.forEach(function(e){e.addEventListener("scroll",n.update,_)}),c&&f.addEventListener("resize",n.update,_),function(){a&&d.forEach(function(e){e.removeEventListener("scroll",n.update,_)}),c&&f.removeEventListener("resize",n.update,_)}},data:{}},{name:"popperOffsets",enabled:!0,phase:"read",fn:function(e){var t=e.state,n=e.name;t.modifiersData[n]=function(e){var t,n=e.reference,o=e.element,i=e.placement,r=i?M(i):null,a=i?T(i):null,s=n.x+n.width/2-o.width/2,c=n.y+n.height/2-o.height/2;switch(r){case x:t={x:s,y:n.y-o.height};break;case O:t={x:s,y:n.y+n.height};break;case E:t={x:n.x+n.width,y:c};break;case P:t={x:n.x-o.width,y:c};break;default:t={x:n.x,y:n.y}}var f=r?function(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}(r):null;if(null!=f){var d="y"===f?"height":"width";switch(a){case I:t[f]=t[f]-(n[d]/2-o[d]/2);break;case S:t[f]=t[f]+(n[d]/2-o[d]/2)}}return t}({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})},data:{}},{name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(e){var t=e.state,n=e.options,o=n.gpuAcceleration,i=void 0===o||o,r=n.adaptive,a=void 0===r||r,s=n.roundOffsets,c=void 0===s||s,f=p(t.elements.popper).transitionProperty||"";a&&["transform","top","right","bottom","left"].some(function(e){return f.indexOf(e)>=0})&&console.warn(["Popper: Detected CSS transitions on at least one of the following",'CSS properties: "transform", "top", "right", "bottom", "left".',"\n\n",'Disable the "computeStyles" modifier\'s `adaptive` option to allow',"for smooth transitions, or remove these properties from the CSS","transition declaration on the popper element if only transitioning","opacity or background-color for example.","\n\n","We recommend using the popper element as a wrapper around an inner","element that can have any CSS property transitioned for animations."].join(" "));var d={placement:M(t.placement),variation:T(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:i,isFixed:"fixed"===t.options.strategy};null!=t.modifiersData.popperOffsets&&(t.styles.popper=Object.assign({},t.styles.popper,H(Object.assign({},d,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:a,roundOffsets:c})))),null!=t.modifiersData.arrow&&(t.styles.arrow=Object.assign({},t.styles.arrow,H(Object.assign({},d,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:c})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})},data:{}},{name:"applyStyles",enabled:!0,phase:"write",fn:function(e){var t=e.state;Object.keys(t.elements).forEach(function(e){var n=t.styles[e]||{},o=t.attributes[e]||{},i=t.elements[e];r(i)&&u(i)&&(Object.assign(i.style,n),Object.keys(o).forEach(function(e){var t=o[e];!1===t?i.removeAttribute(e):i.setAttribute(e,!0===t?"":t)}))})},effect:function(e){var t=e.state,n={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,n.popper),t.styles=n,t.elements.arrow&&Object.assign(t.elements.arrow.style,n.arrow),function(){Object.keys(t.elements).forEach(function(e){var o=t.elements[e],i=t.attributes[e]||{},a=Object.keys(t.styles.hasOwnProperty(e)?t.styles[e]:n[e]).reduce(function(e,t){return e[t]="",e},{});r(o)&&u(o)&&(Object.assign(o.style,a),Object.keys(i).forEach(function(e){o.removeAttribute(e)}))})}},requires:["computeStyles"]}]});var U={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(e){var t=e.state,n=e.options,o=e.name,i=n.offset,r=void 0===i?[0,0]:i,a=k.reduce(function(e,n){return e[n]=function(e,t,n){var o=M(e),i=[P,x].indexOf(o)>=0?-1:1,r="function"==typeof n?n(Object.assign({},t,{placement:e})):n,a=r[0],s=r[1];return a=a||0,s=(s||0)*i,[P,E].indexOf(o)>=0?{x:s,y:a}:{x:a,y:s}}(n,t.rects,r),e},{}),s=a[t.placement],c=s.x,f=s.y;null!=t.modifiersData.popperOffsets&&(t.modifiersData.popperOffsets.x+=c,t.modifiersData.popperOffsets.y+=f),t.modifiersData[o]=a}}},"4ml/":function(e,t){},NHnr:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n("7+uW"),i={render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",{attrs:{id:"app"}},[t("router-view")],1)},staticRenderFns:[]};var r=n("VU/8")({name:"App"},i,!1,function(e){n("fh2C")},null,null).exports,a=n("YaEn"),s=(n("2KIr"),n("NYxO")),c=n("Z4iZ"),f=Object(c.b)().app;console.log(f,"store"),o.a.use(s.a);var d=new s.a.Store({state:{info:{ticket:"123",uid:"678"},isApp:f},mutations:{setInfo:function(e,t){e.info.ticket=t.ticket,e.info.uid=t.uid}},getters:{getInfo:function(e){return e.info},getIsApp:function(e){return e.info}},actions:{getUserInfo:function(e){return e.state}}}),u=n("pFYg"),l=n.n(u);window.info={},window.getMessage=function(e,t){info[e]=t};n("4ml/");var p,m=n("Fd2+"),h=(n("sVYa"),n("Lw6n")),g=n.n(h),v=n("TXmL"),b={diamondLog:{"加載中":"Loading","金幣記錄":"Gold Coin Records","收入記錄":"Income Records","支出記錄":"Expense Records","禮物獲得":"Gift Received","沒有更多了":"No More","共收入":"Total Income","共獲得價值":"Total Value Received","共支出":"Total Expenses","金幣":"Gold Coins","金幣的禮物":"Gold Coin Gifts","房間紅包_來自":"Room Red Packet - From","全服紅包_來自":"Global Red Packet - From","房間紅包退款_來自":"Room Red Packet Refund - From","全服紅包退款_來自":"Global Red Packet Refund - From","水晶兌換金幣":"Crystal to Gold Coins Conversion","金幣兌換金幣":"Gold Coins Exchange","活動贈送金幣":"Activity Gift Gold Coins","充值":"Recharge","塔羅佔蔔":"Tarot Reading","集福氣瓜分金幣":"Fortune Collection Gold Coin Split","CP邀請退還":"CP Invitation Refund","贈送金幣":"Gift Gold Coins","首充禮包獲得金幣":"First Recharge Gift Gold Coins","星級廚房獎勵":"Star Kitchen Reward","幸運塔羅收入":"Lucky Tarot Income","中秋活動瓜分金幣":"Mid-Autumn Activity Gold Coin Split","官方贈送金幣":"Official Gift Gold Coins","守護星球獲得":"Guardian Planet Acquisition","邀請好友註冊獎勵":"Invite Friend Registration Reward","被邀請註冊獎勵":"Invited Registration Reward","直接邀請儲值返點":"Direct Invitation Deposit Rebate","間接邀請儲值返點":"Indirect Invitation Deposit Rebate","超級幸運禮物價值分成":"Super Lucky Gift Value Sharing","超級幸運禮物金幣返點":"Super Lucky Gift Gold Coin Rebate","貴族等級獎勵":"Noble Level Reward","全服紅包_發生在":"Global Red Packet - Happened At","房間紅包_發生在":"Room Red Packet - Happened At","活動禮包支出":"Activity Gift Expenditure","購買門票":"Purchase Tickets","守護星球支出":"Guardian Planet Expenditure","CP邀請支出":"CP Invitation Expenditure","幸運塔羅支出":"Lucky Tarot Expenditure","贈送頭飾支出":"Gift Headwear Expenditure","購買頭飾支出":"Purchase Headwear Expenditure","購買銘牌支出":"Purchase Plaque Expenditure","贈送銘牌支出":"Gift Plaque Expenditure","購買資料卡支出":"Purchase Data Card Expenditure","贈送資料卡支出":"Gift Data Card Expenditure","購買聊天氣泡支出":"Purchase Chat Bubble Expenditure","贈送聊天氣泡支出":"Gift Chat Bubble Expenditure","航海冒險禮包支出":"Maritime Adventure Gift Expenditure","購買座駕支出":"Purchase Vehicle Expenditure","贈送座駕支出":"Gift Vehicle Expenditure","星級廚房抽獎":"Star Kitchen Draw","新年煙花抽獎":"New Year Fireworks Draw","奪寶精靈禮包購買支出":"Treasure Elf Gift Purchase Expenditure","尋愛之旅抽獎":"Love Journey Draw","金幣開通貴族":"Gold Coin Nobility Activation","轉贈金幣給":"Transfer Gold Coins To","鉆":"Diamond","贈送":"Gift","自己":"Self","禮物":"Gift"},goldLog:{"鉆石記錄":"Diamond Record","收入記錄":"Income Record","支出記錄":"Expenditure Record","無更多記錄":"No More Records","房間收禮物收入":"Room Gift Income","私聊禮物收入":"Private Gift Income","房間流水抽成收入":"Room Commission Income","水晶兌換鉆石收入":"Crystal to Diamond Income","提現駁回金幣返還":"Rejected Withdrawal Refund","官方送金幣":"Official Gold Gift","活動贈送金幣":"Event Gold Gift","公會金幣結算收入":"Guild Settlement Income","超級幸運禮物價值分成":"Super Lucky Split","提現":"Withdrawal","鉆石兌換金幣":"Diamond to Gold Exchange","官方消除金幣":"Official Coin Removal","退款扣除金幣":"Refund Deduction","公會金幣結算支出":"Guild Settlement Expenditure","加入公會金幣清零":"Guild Entry Clearing","官方清除金幣":"Official Coin Clearing"}},w=n("bOdI"),y=n.n(w),x={en:b,zh:{diamondLog:(p={"加載中":"加載中","金幣記錄":"金幣記錄","收入記錄":"收入記錄","支出記錄":"支出記錄","禮物獲得":"禮物獲得","沒有更多了":"沒有更多了","共收入":"共收入","共獲得價值":"共獲得價值","共支出":"共支出","金幣":"金幣","金幣的禮物":"金幣的禮物"},y()(p,"金幣","金幣"),y()(p,"房間紅包_來自","房間紅包-來自"),y()(p,"全服紅包_來自","全服紅包-來自"),y()(p,"房間紅包退款_來自","房間紅包退款-來自"),y()(p,"全服紅包退款_來自","全服紅包退款-來自"),y()(p,"水晶兌換金幣","水晶兌換金幣"),y()(p,"金幣兌換金幣","金幣兌換金幣"),y()(p,"活動贈送金幣","活動贈送金幣"),y()(p,"充值","充值"),y()(p,"塔羅佔蔔","塔羅佔蔔"),y()(p,"集福氣瓜分金幣","集福氣瓜分金幣"),y()(p,"CP邀請退還","CP邀請退還"),y()(p,"贈送金幣","贈送金幣"),y()(p,"首充禮包獲得金幣","首充禮包獲得金幣"),y()(p,"星級廚房獎勵","星級廚房獎勵"),y()(p,"幸運塔羅收入","幸運塔羅收入"),y()(p,"中秋活動瓜分金幣","中秋活動瓜分金幣"),y()(p,"官方贈送金幣","官方贈送金幣"),y()(p,"守護星球獲得","守護星球獲得"),y()(p,"邀請好友註冊獎勵","邀請好友註冊獎勵"),y()(p,"被邀請註冊獎勵","被邀請註冊獎勵"),y()(p,"直接邀請儲值返點","直接邀請儲值返點"),y()(p,"間接邀請儲值返點","間接邀請儲值返點"),y()(p,"超級幸運禮物價值分成","超級幸運禮物價值分成"),y()(p,"超級幸運禮物金幣返點","超級幸運禮物金幣返點"),y()(p,"貴族等級獎勵","貴族等級獎勵"),y()(p,"全服紅包_發生在","全服紅包-發生在"),y()(p,"房間紅包_發生在","房間紅包-發生在"),y()(p,"活動禮包支出","活動禮包支出"),y()(p,"購買門票","購買門票"),y()(p,"守護星球支出","守護星球支出"),y()(p,"CP邀請支出","CP邀請支出"),y()(p,"幸運塔羅支出","幸運塔羅支出"),y()(p,"贈送頭飾支出","贈送頭飾支出"),y()(p,"購買頭飾支出","購買頭飾支出"),y()(p,"購買銘牌支出","購買銘牌支出"),y()(p,"贈送銘牌支出","贈送銘牌支出"),y()(p,"購買資料卡支出","購買資料卡支出"),y()(p,"贈送資料卡支出","贈送資料卡支出"),y()(p,"購買聊天氣泡支出","購買聊天氣泡支出"),y()(p,"贈送聊天氣泡支出","贈送聊天氣泡支出"),y()(p,"航海冒險禮包支出","航海冒險禮包支出"),y()(p,"購買座駕支出","購買座駕支出"),y()(p,"贈送座駕支出","贈送座駕支出"),y()(p,"星級廚房抽獎","星級廚房抽獎"),y()(p,"新年煙花抽獎","新年煙花抽獎"),y()(p,"奪寶精靈禮包購買支出","奪寶精靈禮包購買支出"),y()(p,"尋愛之旅抽獎","尋愛之旅抽獎"),y()(p,"尋愛之旅抽獎","尋愛之旅抽獎"),y()(p,"金幣開通貴族","金幣開通貴族"),y()(p,"轉贈金幣給","轉贈金幣給"),y()(p,"鉆","鉆"),y()(p,"贈送","贈送"),y()(p,"自己","自己"),y()(p,"禮物","禮物"),p),goldLog:{"鉆石記錄":"鉆石記錄","收入記錄":"收入記錄","支出記錄":"支出記錄","無更多記錄":"無更多記錄","房間收禮物收入":"房間收禮物收入","私聊禮物收入":"私聊禮物收入","房間流水抽成收入":"房間流水抽成收入","水晶兌換鉆石收入":"水晶兌換鉆石收入","提現駁回金幣返還":"提現駁回金幣返還","官方送金幣":"官方送金幣","活動贈送金幣":"活動贈送金幣","公會金幣結算收入":"公會金幣結算收入","超級幸運禮物價值分成":"超級幸運禮物價值分成","提現":"提現","鉆石兌換金幣":"鉆石兌換金幣","官方消除金幣":"官方消除金幣","退款扣除金幣":"退款扣除金幣","公會金幣結算支出":"公會金幣結算支出","加入公會金幣清零":"加入公會金幣清零","官方清除金幣":"官方清除金幣"}},id:{diamondLog:{}},ar:{diamondLog:{"加載中":"جار التحميل","金幣記錄":"سجل العملات الذهبية","收入記錄":"سجل الدخل","支出記錄":"سجل المصروفات","禮物獲得":"الهدايا المتلقاة","沒有更多了":"لا مزيد","共收入":"الدخل الإجمالي","共獲得價值":"إجمالي القيمة المتلقاة","共支出":"المصروفات الإجمالية","金幣":"العملات الذهبية","金幣的禮物":"هدايا العملات الذهبية","房間紅包_來自":"حزمة حمراء الغرفة - من","全服紅包_來自":"حزمة حمراء عامة - من","房間紅包退款_來自":"استرداد حزمة حمراء الغرفة - من","全服紅包退款_來自":"استرداد حزمة حمراء عامة - من","水晶兌換金幣":"تحويل الكريستال إلى العملات الذهبية","金幣兌換金幣":"تبادل العملات الذهبية","活動贈送金幣":"الهدايا النشطة من العملات الذهبية","充值":"إعادة الشحن","塔羅佔蔔":"قراءة التارو","集福氣瓜分金幣":"تقسيم عملات ذهبية لجمع الحظ","CP邀請退還":"استرداد الدعوة CP","贈送金幣":"الهدايا من العملات الذهبية","首充禮包獲得金幣":"استلام العملات الذهبية للحزمة الأولى المشحونة","星級廚房獎勵":"مكافأة المطبخ النجمي","幸運塔羅收入":"دخل التارو المحظوظ","中秋活動瓜分金幣":"تقسيم عملات ذهبية لنشاط منتصف الخريف","官方贈送金幣":"هدايا رسمية من العملات الذهبية","守護星球獲得":"الحصول على كوكب الحارس","邀請好友註冊獎勵":"مكافأة دعوة الأصدقاء للتسجيل","被邀請註冊獎勵":"مكافأة التسجيل المدعو","直接邀請儲值返點":"نقاط رد الاستثمار للدعوة المباشرة","間接邀請儲值返點":"نقاط رد الاستثمار للدعوة غير المباشرة","超級幸運禮物價值分成":"تقسيم قيمة الهدايا الخارقة للحظ","超級幸運禮物金幣返點":"استرداد العملات الذهبية للهدايا الخارقة للحظ","貴族等級獎勵":"مكافأة النبلاء","全服紅包_發生在":"حزمة حمراء عامة - حدث في","房間紅包_發生在":"حزمة حمراء الغرفة - حدث في","活動禮包支出":"نفقات الهدايا النشطة","購買門票":"شراء تذاكر","守護星球支出":"نفقات كوكب الحارس","CP邀請支出":"نفقات الدعوة CP","幸運塔羅支出":"نفقات التارو المحظوظ","贈送頭飾支出":"نفقات الهدايا من الزينة للرأس","購買頭飾支出":"نفقات شراء الزينة للرأس","購買銘牌支出":"نفقات شراء الشارة","贈送銘牌支出":"نفقات الهدايا من الشارة","購買資料卡支出":"نفقات شراء بطاقة المعلومات","贈送資料卡支出":"نفقات الهدايا من بطاقة المعلومات","購買聊天氣泡支出":"نفقات شراء فقاعة الدردشة","贈送聊天氣泡支出":"نفقات الهدايا من فقاعة الدردشة","航海冒險禮包支出":"نفقات هدية مغامرة الملاحة","購買座駕支出":"نفقات شراء السيارة","贈送座駕支出":"نفقات الهدايا من السيارة","星級廚房抽獎":"سحب المطبخ النجمي","新年煙花抽獎":"سحب الألعاب النارية للعام الجديد","奪寶精靈禮包購買支出":"نفقات شراء هدية جنية الكنز","尋愛之旅抽獎":"سحب رحلة الحب","金幣開通貴族":"تفعيل النبلاء بالعملات الذهبية","轉贈金幣給":"تحويل العملات الذهبية لـ","鉆":"الماس","贈送":"هدية","自己":"نفسي","禮物":"هدية"},goldLog:{"鉆石記錄":"سجل الماس","收入記錄":"سجل الدخل","支出記錄":"سجل المصروفات","無更多記錄":"لا يوجد المزيد من السجلات","房間收禮物收入":"دخل الغرفة من الهدايا","私聊禮物收入":"دخل المحادثة الخاصة من الهدايا","房間流水抽成收入":"دخل العمولة من الغرفة","水晶兌換鉆石收入":"دخل تحويل الكريستال إلى الماس","提現駁回金幣返還":"إعادة النقود المرفوضة للسحب","官方送金幣":"هدية الذهب الرسمية","活動贈送金幣":"هدية الذهب للفعالية","公會金幣結算收入":"دخل تسوية نقود النقابة","超級幸運禮物價值分成":"تقسيم قيمة هدية الحظ الخارق","提現":"السحب","鉆石兌換金幣":"تبديل الماس إلى نقود","官方消除金幣":"إزالة النقود الرسمية","退款扣除金幣":"خصم الاسترداد","公會金幣結算支出":"صرف تسوية نقود النقابة","加入公會金幣清零":"مسح دخول نقود النقابة","官方清除金幣":"إزالة النقود الرسمية"}},tr:{diamondLog:{}}};o.a.use(v.a);var O=new v.a({locale:window.sessionStorage.getItem("language")||"en",messages:x,silentTranslationWarn:!0}),E=n("DVXL"),P=n.n(E);!function(){var e=Object(c.b)();if(e.app)if(window.sessionStorage.clear(),e.ios){var t=document.cookie.match(/\d+/);info.uid=t[0],window.webkit.messageHandlers.getTicket.postMessage(null),window.webkit.messageHandlers.getDeviceId.postMessage(null),window.webkit.messageHandlers.getDeviceInfo.postMessage(null)}else e.android&&androidJsObj&&"object"===("undefined"==typeof androidJsObj?"undefined":l()(androidJsObj))&&(info.uid=parseInt(window.androidJsObj.getUid()),info.ticket=window.androidJsObj.getTicket(),info.deviceId=window.androidJsObj.getDeviceId(),info.deviceInfo=JSON.parse(window.androidJsObj.getDeviceInfo()));else info.uid="2917",info.ticket="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0aWNrZXRfdHlwZSI6bnVsbCwidWlkIjoyOTE3LCJ0aWNrZXRfaWQiOiI5ZDM4YmYyNi03NzE0LTQ4NTItOGEzMi0zOWQzNTUyODFkNzUiLCJleHAiOjM2MDAsImNsaWVudF9pZCI6ImVyYmFuLWNsaWVudCJ9.kg_Dj8BJM-bKfx039S3ccktNEzrZALDuOosRQrHsZJg",info.deviceInfo={app:"molistar",appVersion:"0.0.0",os:"0.0.0",osVersion:"0.0.0",channel:"browser",client:"h5","Accept-Language":"en"}}(),o.a.config.productionTip=!1,"test"===Object(c.a)()&&new g.a,P.a.attach(document.body),P.a.prototype.focus=function(e){var t;e.setSelectionRange&&0!==e.type.indexOf("date")&&"time"!==e.type&&"month"!==e.type?(t=e.value.length,e.focus(),e.setSelectionRange(t,t)):e.focus()},o.a.use(m.c),new o.a({el:"#app",router:a.a,store:d,i18n:O,components:{App:r},template:""})},YaEn:function(e,t,n){"use strict";var o=n("7+uW"),i=n("/ocq");o.a.use(i.a);var r=new i.a({routes:[{path:"/MyIncome",name:"MyIncome",component:function(){return Promise.all([n.e(0),n.e(3)]).then(n.bind(null,"kutM"))}},{path:"/CrystalExchangeDiamond",name:"CrystalExchangeDiamond",component:function(){return Promise.all([n.e(0),n.e(6)]).then(n.bind(null,"3IW4"))}},{path:"/GoldExchangeDiamond",name:"GoldExchangeDiamond",component:function(){return Promise.all([n.e(0),n.e(10)]).then(n.bind(null,"RpvA"))}},{path:"/WithDraw",name:"WithDraw",component:function(){return Promise.all([n.e(0),n.e(4)]).then(n.bind(null,"9SZj"))}},{path:"/BindAlipay",name:"BindAlipay",component:function(){return Promise.all([n.e(0),n.e(1)]).then(n.bind(null,"b+Mi"))}},{path:"/CrystalLog",name:"CrystalLog",component:function(){return Promise.all([n.e(0),n.e(9)]).then(n.bind(null,"4tis"))}},{path:"/GoldLog",name:"GoldLog",component:function(){return Promise.all([n.e(0),n.e(12)]).then(n.bind(null,"b+89"))}},{path:"/DiamondLog",name:"DiamondLog",component:function(){return Promise.all([n.e(0),n.e(5)]).then(n.bind(null,"QAJJ"))},meta:{title:"MoliStar"}},{path:"/Login",name:"Login",component:function(){return Promise.all([n.e(0),n.e(7)]).then(n.bind(null,"CroZ"))},meta:{title:"MoliStar"}},{path:"/runningWater",name:"runningWater",component:function(){return n.e(8).then(n.bind(null,"Ok5E"))},meta:{title:"MoliStar"}},{path:"/GameWithDrawDesc",name:"GameWithDrawDesc",component:function(){return Promise.all([n.e(0),n.e(11)]).then(n.bind(null,"CXh3"))},meta:{title:"MoliStar"}},{path:"/WithDrawInfoBind",name:"WithDrawInfoBind",component:function(){return Promise.all([n.e(0),n.e(2)]).then(n.bind(null,"Vj3e"))},meta:{title:"MoliStar"}}]});r.beforeEach(function(e,t,n){"Login"===t.name||window.sessionStorage.getItem("ticket")?n():setTimeout(function(){if(window.sessionStorage.setItem("uid",info.uid),window.sessionStorage.setItem("ticket",info.ticket),console.log(info,"router"),info.deviceInfo["Accept-Language"]){-1!=info.deviceInfo["Accept-Language"].indexOf("en")?window.sessionStorage.setItem("language","en"):window.sessionStorage.setItem("language",info.deviceInfo["Accept-Language"])}else{info.deviceInfo["Accept-Language"];window.sessionStorage.setItem("language","en")}n()},50)}),t.a=r},Z4iZ:function(e,t,n){"use strict";n.d(t,"b",function(){return o}),n.d(t,"a",function(){return i});var o=function(){var e=navigator.userAgent;navigator.appVersion;return{trident:e.indexOf("Trident")>-1,presto:e.indexOf("Presto")>-1,webKit:e.indexOf("AppleWebKit")>-1,gecko:e.indexOf("Gecko")>-1&&-1==e.indexOf("KHTML"),mobile:!!e.match(/AppleWebKit.*Mobile.*/),ios:!!e.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/),android:e.indexOf("Android")>-1||e.indexOf("Adr")>-1,iPhone:e.indexOf("iPhone")>-1,iPad:e.indexOf("iPad")>-1,webApp:-1==e.indexOf("Safari"),weixin:e.indexOf("MicroMessenger")>-1,qq:" qq"==e.match(/\sQQ/i),app:"molistarApp"==e.match("molistarApp")}},i=function(){if(window.location.href){var e=window.location.href,t=e.match(/api.uat.z/),n=e.match(/120.79.211.243/),o=e.match(/192.168/),i=e.match(/127.0.0.1/),r=e.match(/api.uat/),a=e.match(/beta./);return t||n||o||i||r||a?"test":"live"}}},fh2C:function(e,t){}},["NHnr"]); -//# sourceMappingURL=app.b315c0c33ba30389c9d9.js.map \ No newline at end of file +webpackJsonp([14],{"2KIr":function(e,t){},"4B/U":function(e,t,n){"use strict";function o(e){if(null==e)return window;if("[object Window]"!==e.toString()){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function i(e){return e instanceof o(e).Element||e instanceof Element}function r(e){return e instanceof o(e).HTMLElement||e instanceof HTMLElement}function a(e){return"undefined"!=typeof ShadowRoot&&(e instanceof o(e).ShadowRoot||e instanceof ShadowRoot)}n.d(t,"a",function(){return F}),n.d(t,"b",function(){return U});var s=Math.round;function c(){var e=navigator.userAgentData;return null!=e&&e.brands?e.brands.map(function(e){return e.brand+"/"+e.version}).join(" "):navigator.userAgent}function f(e,t,n){void 0===t&&(t=!1),void 0===n&&(n=!1);var a=e.getBoundingClientRect(),f=1,d=1;t&&r(e)&&(f=e.offsetWidth>0&&s(a.width)/e.offsetWidth||1,d=e.offsetHeight>0&&s(a.height)/e.offsetHeight||1);var u=(i(e)?o(e):window).visualViewport,l=!!/^((?!chrome|android).)*safari/i.test(c())&&n,p=(a.left+(l&&u?u.offsetLeft:0))/f,m=(a.top+(l&&u?u.offsetTop:0))/d,h=a.width/f,g=a.height/d;return{width:h,height:g,top:m,right:p+h,bottom:m+g,left:p,x:p,y:m}}function d(e){var t=o(e);return{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function u(e){return e?(e.nodeName||"").toLowerCase():null}function l(e){return((i(e)?e.ownerDocument:e.document)||window.document).documentElement}function p(e){return o(e).getComputedStyle(e)}function m(e){var t=p(e),n=t.overflow,o=t.overflowX,i=t.overflowY;return/auto|scroll|overlay|hidden/.test(n+i+o)}function h(e,t,n){void 0===n&&(n=!1);var i,a,c=r(t),p=r(t)&&function(e){var t=e.getBoundingClientRect(),n=s(t.width)/e.offsetWidth||1,o=s(t.height)/e.offsetHeight||1;return 1!==n||1!==o}(t),h=l(t),g=f(e,p,n),v={scrollLeft:0,scrollTop:0},b={x:0,y:0};return(c||!c&&!n)&&(("body"!==u(t)||m(h))&&(v=(i=t)!==o(i)&&r(i)?{scrollLeft:(a=i).scrollLeft,scrollTop:a.scrollTop}:d(i)),r(t)?((b=f(t,!0)).x+=t.clientLeft,b.y+=t.clientTop):h&&(b.x=function(e){return f(l(e)).left+d(e).scrollLeft}(h))),{x:g.left+v.scrollLeft-b.x,y:g.top+v.scrollTop-b.y,width:g.width,height:g.height}}function g(e){return"html"===u(e)?e:e.assignedSlot||e.parentNode||(a(e)?e.host:null)||l(e)}function v(e,t){var n;void 0===t&&(t=[]);var i=function e(t){return["html","body","#document"].indexOf(u(t))>=0?t.ownerDocument.body:r(t)&&m(t)?t:e(g(t))}(e),a=i===(null==(n=e.ownerDocument)?void 0:n.body),s=o(i),c=a?[s].concat(s.visualViewport||[],m(i)?i:[]):i,f=t.concat(c);return a?f:f.concat(v(g(c)))}function b(e){return["table","td","th"].indexOf(u(e))>=0}function w(e){return r(e)&&"fixed"!==p(e).position?e.offsetParent:null}function y(e){for(var t=o(e),n=w(e);n&&b(n)&&"static"===p(n).position;)n=w(n);return n&&("html"===u(n)||"body"===u(n)&&"static"===p(n).position)?t:n||function(e){var t=/firefox/i.test(c());if(/Trident/i.test(c())&&r(e)&&"fixed"===p(e).position)return null;var n=g(e);for(a(n)&&(n=n.host);r(n)&&["html","body"].indexOf(u(n))<0;){var o=p(n);if("none"!==o.transform||"none"!==o.perspective||"paint"===o.contain||-1!==["transform","perspective"].indexOf(o.willChange)||t&&"filter"===o.willChange||t&&o.filter&&"none"!==o.filter)return n;n=n.parentNode}return null}(e)||t}var x="top",O="bottom",E="right",P="left",C="auto",I="start",S="end",R=[].concat([x,O,E,P],[C]).reduce(function(e,t){return e.concat([t,t+"-"+I,t+"-"+S])},[]),k=["beforeRead","read","afterRead","beforeMain","main","afterMain","beforeWrite","write","afterWrite"];function D(e){var t=new Map,n=new Set,o=[];return e.forEach(function(e){t.set(e.name,e)}),e.forEach(function(e){n.has(e.name)||function e(i){n.add(i.name),[].concat(i.requires||[],i.requiresIfExists||[]).forEach(function(o){if(!n.has(o)){var i=t.get(o);i&&e(i)}}),o.push(i)}(e)}),o}function G(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),o=1;o100){console.error(q);break}if(!0!==c.reset){var p=c.orderedModifiers[d],m=p.fn,g=p.options,v=void 0===g?{}:g,b=p.name;"function"==typeof m&&(c=m({state:c,options:v,name:b,instance:l})||c)}else c.reset=!1,d=-1}}else console.error(W)}},update:(r=function(){return new Promise(function(e){l.forceUpdate(),e(c)})},function(){return s||(s=new Promise(function(e){Promise.resolve().then(function(){s=void 0,e(r())})})),s}),destroy:function(){m(),u=!0}};if(!V(e,t))return console.error(W),l;function m(){d.forEach(function(e){return e()}),d=[]}return l.setOptions(n).then(function(e){!u&&n.onFirstUpdate&&n.onFirstUpdate(e)}),l}}({defaultModifiers:[{name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(e){var t=e.state,n=e.instance,i=e.options,r=i.scroll,a=void 0===r||r,s=i.resize,c=void 0===s||s,f=o(t.elements.popper),d=[].concat(t.scrollParents.reference,t.scrollParents.popper);return a&&d.forEach(function(e){e.addEventListener("scroll",n.update,_)}),c&&f.addEventListener("resize",n.update,_),function(){a&&d.forEach(function(e){e.removeEventListener("scroll",n.update,_)}),c&&f.removeEventListener("resize",n.update,_)}},data:{}},{name:"popperOffsets",enabled:!0,phase:"read",fn:function(e){var t=e.state,n=e.name;t.modifiersData[n]=function(e){var t,n=e.reference,o=e.element,i=e.placement,r=i?M(i):null,a=i?T(i):null,s=n.x+n.width/2-o.width/2,c=n.y+n.height/2-o.height/2;switch(r){case x:t={x:s,y:n.y-o.height};break;case O:t={x:s,y:n.y+n.height};break;case E:t={x:n.x+n.width,y:c};break;case P:t={x:n.x-o.width,y:c};break;default:t={x:n.x,y:n.y}}var f=r?function(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}(r):null;if(null!=f){var d="y"===f?"height":"width";switch(a){case I:t[f]=t[f]-(n[d]/2-o[d]/2);break;case S:t[f]=t[f]+(n[d]/2-o[d]/2)}}return t}({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})},data:{}},{name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(e){var t=e.state,n=e.options,o=n.gpuAcceleration,i=void 0===o||o,r=n.adaptive,a=void 0===r||r,s=n.roundOffsets,c=void 0===s||s,f=p(t.elements.popper).transitionProperty||"";a&&["transform","top","right","bottom","left"].some(function(e){return f.indexOf(e)>=0})&&console.warn(["Popper: Detected CSS transitions on at least one of the following",'CSS properties: "transform", "top", "right", "bottom", "left".',"\n\n",'Disable the "computeStyles" modifier\'s `adaptive` option to allow',"for smooth transitions, or remove these properties from the CSS","transition declaration on the popper element if only transitioning","opacity or background-color for example.","\n\n","We recommend using the popper element as a wrapper around an inner","element that can have any CSS property transitioned for animations."].join(" "));var d={placement:M(t.placement),variation:T(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:i,isFixed:"fixed"===t.options.strategy};null!=t.modifiersData.popperOffsets&&(t.styles.popper=Object.assign({},t.styles.popper,H(Object.assign({},d,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:a,roundOffsets:c})))),null!=t.modifiersData.arrow&&(t.styles.arrow=Object.assign({},t.styles.arrow,H(Object.assign({},d,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:c})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})},data:{}},{name:"applyStyles",enabled:!0,phase:"write",fn:function(e){var t=e.state;Object.keys(t.elements).forEach(function(e){var n=t.styles[e]||{},o=t.attributes[e]||{},i=t.elements[e];r(i)&&u(i)&&(Object.assign(i.style,n),Object.keys(o).forEach(function(e){var t=o[e];!1===t?i.removeAttribute(e):i.setAttribute(e,!0===t?"":t)}))})},effect:function(e){var t=e.state,n={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,n.popper),t.styles=n,t.elements.arrow&&Object.assign(t.elements.arrow.style,n.arrow),function(){Object.keys(t.elements).forEach(function(e){var o=t.elements[e],i=t.attributes[e]||{},a=Object.keys(t.styles.hasOwnProperty(e)?t.styles[e]:n[e]).reduce(function(e,t){return e[t]="",e},{});r(o)&&u(o)&&(Object.assign(o.style,a),Object.keys(i).forEach(function(e){o.removeAttribute(e)}))})}},requires:["computeStyles"]}]});var U={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(e){var t=e.state,n=e.options,o=e.name,i=n.offset,r=void 0===i?[0,0]:i,a=R.reduce(function(e,n){return e[n]=function(e,t,n){var o=M(e),i=[P,x].indexOf(o)>=0?-1:1,r="function"==typeof n?n(Object.assign({},t,{placement:e})):n,a=r[0],s=r[1];return a=a||0,s=(s||0)*i,[P,E].indexOf(o)>=0?{x:s,y:a}:{x:a,y:s}}(n,t.rects,r),e},{}),s=a[t.placement],c=s.x,f=s.y;null!=t.modifiersData.popperOffsets&&(t.modifiersData.popperOffsets.x+=c,t.modifiersData.popperOffsets.y+=f),t.modifiersData[o]=a}}},"4ml/":function(e,t){},NHnr:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n("7+uW"),i={render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",{attrs:{id:"app"}},[t("router-view")],1)},staticRenderFns:[]};var r=n("VU/8")({name:"App"},i,!1,function(e){n("fh2C")},null,null).exports,a=n("YaEn"),s=(n("2KIr"),n("NYxO")),c=n("Z4iZ"),f=Object(c.b)().app;console.log(f,"store"),o.a.use(s.a);var d=new s.a.Store({state:{info:{ticket:"123",uid:"678"},isApp:f},mutations:{setInfo:function(e,t){e.info.ticket=t.ticket,e.info.uid=t.uid}},getters:{getInfo:function(e){return e.info},getIsApp:function(e){return e.info}},actions:{getUserInfo:function(e){return e.state}}}),u=n("pFYg"),l=n.n(u);window.info={},window.getMessage=function(e,t){info[e]=t};n("4ml/");var p,m=n("Fd2+"),h=(n("sVYa"),n("Lw6n")),g=n.n(h),v=n("TXmL"),b={diamondLog:{"加載中":"Loading","金幣記錄":"Gold Coin Records","收入記錄":"Income Records","支出記錄":"Expense Records","禮物獲得":"Gift Received","沒有更多了":"No More","共收入":"Total Income","共獲得價值":"Total Value Received","共支出":"Total Expenses","金幣":"Gold Coins","金幣的禮物":"Gold Coin Gifts","房間紅包_來自":"Room Red Packet - From","全服紅包_來自":"Global Red Packet - From","房間紅包退款_來自":"Room Red Packet Refund - From","全服紅包退款_來自":"Global Red Packet Refund - From","水晶兌換金幣":"Crystal to Gold Coins Conversion","金幣兌換金幣":"Gold Coins Exchange","活動贈送金幣":"Activity Gift Gold Coins","充值":"Recharge","塔羅佔蔔":"Tarot Reading","集福氣瓜分金幣":"Fortune Collection Gold Coin Split","CP邀請退還":"CP Invitation Refund","贈送金幣":"Gift Gold Coins","首充禮包獲得金幣":"First Recharge Gift Gold Coins","星級廚房獎勵":"Star Kitchen Reward","幸運塔羅收入":"Lucky Tarot Income","中秋活動瓜分金幣":"Mid-Autumn Activity Gold Coin Split","官方贈送金幣":"Official Gift Gold Coins","守護星球獲得":"Guardian Planet Acquisition","邀請好友註冊獎勵":"Invite Friend Registration Reward","被邀請註冊獎勵":"Invited Registration Reward","直接邀請儲值返點":"Direct Invitation Deposit Rebate","間接邀請儲值返點":"Indirect Invitation Deposit Rebate","超級幸運禮物價值分成":"Super Lucky Gift Value Sharing","超級幸運禮物金幣返點":"Super Lucky Gift Gold Coin Rebate","貴族等級獎勵":"Noble Level Reward","全服紅包_發生在":"Global Red Packet - Happened At","房間紅包_發生在":"Room Red Packet - Happened At","活動禮包支出":"Activity Gift Expenditure","購買門票":"Purchase Tickets","守護星球支出":"Guardian Planet Expenditure","CP邀請支出":"CP Invitation Expenditure","幸運塔羅支出":"Lucky Tarot Expenditure","贈送頭飾支出":"Gift Headwear Expenditure","購買頭飾支出":"Purchase Headwear Expenditure","購買銘牌支出":"Purchase Plaque Expenditure","贈送銘牌支出":"Gift Plaque Expenditure","購買資料卡支出":"Purchase Data Card Expenditure","贈送資料卡支出":"Gift Data Card Expenditure","購買聊天氣泡支出":"Purchase Chat Bubble Expenditure","贈送聊天氣泡支出":"Gift Chat Bubble Expenditure","航海冒險禮包支出":"Maritime Adventure Gift Expenditure","購買座駕支出":"Purchase Vehicle Expenditure","贈送座駕支出":"Gift Vehicle Expenditure","星級廚房抽獎":"Star Kitchen Draw","新年煙花抽獎":"New Year Fireworks Draw","奪寶精靈禮包購買支出":"Treasure Elf Gift Purchase Expenditure","尋愛之旅抽獎":"Love Journey Draw","金幣開通貴族":"Gold Coin Nobility Activation","轉贈金幣給":"Transfer Gold Coins To","鉆":"Diamond","贈送":"Gift","自己":"Self","禮物":"Gift"},goldLog:{"鉆石記錄":"Diamond Record","收入記錄":"Income Record","支出記錄":"Expenditure Record","無更多記錄":"No More Records","房間收禮物收入":"Room Gift Income","私聊禮物收入":"Private Gift Income","房間流水抽成收入":"Room Commission Income","水晶兌換鉆石收入":"Crystal to Diamond Income","提現駁回金幣返還":"Rejected Withdrawal Refund","官方送金幣":"Official Gold Gift","活動贈送金幣":"Event Gold Gift","公會金幣結算收入":"Guild Settlement Income","超級幸運禮物價值分成":"Super Lucky Split","提現":"Withdrawal","鉆石兌換金幣":"Diamond to Gold Exchange","官方消除金幣":"Official Coin Removal","退款扣除金幣":"Refund Deduction","公會金幣結算支出":"Guild Settlement Expenditure","加入公會金幣清零":"Guild Entry Clearing","官方清除金幣":"Official Coin Clearing"}},w=n("bOdI"),y=n.n(w),x={en:b,zh:{diamondLog:(p={"加載中":"加載中","金幣記錄":"金幣記錄","收入記錄":"收入記錄","支出記錄":"支出記錄","禮物獲得":"禮物獲得","沒有更多了":"沒有更多了","共收入":"共收入","共獲得價值":"共獲得價值","共支出":"共支出","金幣":"金幣","金幣的禮物":"金幣的禮物"},y()(p,"金幣","金幣"),y()(p,"房間紅包_來自","房間紅包-來自"),y()(p,"全服紅包_來自","全服紅包-來自"),y()(p,"房間紅包退款_來自","房間紅包退款-來自"),y()(p,"全服紅包退款_來自","全服紅包退款-來自"),y()(p,"水晶兌換金幣","水晶兌換金幣"),y()(p,"金幣兌換金幣","金幣兌換金幣"),y()(p,"活動贈送金幣","活動贈送金幣"),y()(p,"充值","充值"),y()(p,"塔羅佔蔔","塔羅佔蔔"),y()(p,"集福氣瓜分金幣","集福氣瓜分金幣"),y()(p,"CP邀請退還","CP邀請退還"),y()(p,"贈送金幣","贈送金幣"),y()(p,"首充禮包獲得金幣","首充禮包獲得金幣"),y()(p,"星級廚房獎勵","星級廚房獎勵"),y()(p,"幸運塔羅收入","幸運塔羅收入"),y()(p,"中秋活動瓜分金幣","中秋活動瓜分金幣"),y()(p,"官方贈送金幣","官方贈送金幣"),y()(p,"守護星球獲得","守護星球獲得"),y()(p,"邀請好友註冊獎勵","邀請好友註冊獎勵"),y()(p,"被邀請註冊獎勵","被邀請註冊獎勵"),y()(p,"直接邀請儲值返點","直接邀請儲值返點"),y()(p,"間接邀請儲值返點","間接邀請儲值返點"),y()(p,"超級幸運禮物價值分成","超級幸運禮物價值分成"),y()(p,"超級幸運禮物金幣返點","超級幸運禮物金幣返點"),y()(p,"貴族等級獎勵","貴族等級獎勵"),y()(p,"全服紅包_發生在","全服紅包-發生在"),y()(p,"房間紅包_發生在","房間紅包-發生在"),y()(p,"活動禮包支出","活動禮包支出"),y()(p,"購買門票","購買門票"),y()(p,"守護星球支出","守護星球支出"),y()(p,"CP邀請支出","CP邀請支出"),y()(p,"幸運塔羅支出","幸運塔羅支出"),y()(p,"贈送頭飾支出","贈送頭飾支出"),y()(p,"購買頭飾支出","購買頭飾支出"),y()(p,"購買銘牌支出","購買銘牌支出"),y()(p,"贈送銘牌支出","贈送銘牌支出"),y()(p,"購買資料卡支出","購買資料卡支出"),y()(p,"贈送資料卡支出","贈送資料卡支出"),y()(p,"購買聊天氣泡支出","購買聊天氣泡支出"),y()(p,"贈送聊天氣泡支出","贈送聊天氣泡支出"),y()(p,"航海冒險禮包支出","航海冒險禮包支出"),y()(p,"購買座駕支出","購買座駕支出"),y()(p,"贈送座駕支出","贈送座駕支出"),y()(p,"星級廚房抽獎","星級廚房抽獎"),y()(p,"新年煙花抽獎","新年煙花抽獎"),y()(p,"奪寶精靈禮包購買支出","奪寶精靈禮包購買支出"),y()(p,"尋愛之旅抽獎","尋愛之旅抽獎"),y()(p,"尋愛之旅抽獎","尋愛之旅抽獎"),y()(p,"金幣開通貴族","金幣開通貴族"),y()(p,"轉贈金幣給","轉贈金幣給"),y()(p,"鉆","鉆"),y()(p,"贈送","贈送"),y()(p,"自己","自己"),y()(p,"禮物","禮物"),p),goldLog:{"鉆石記錄":"鉆石記錄","收入記錄":"收入記錄","支出記錄":"支出記錄","無更多記錄":"無更多記錄","房間收禮物收入":"房間收禮物收入","私聊禮物收入":"私聊禮物收入","房間流水抽成收入":"房間流水抽成收入","水晶兌換鉆石收入":"水晶兌換鉆石收入","提現駁回金幣返還":"提現駁回金幣返還","官方送金幣":"官方送金幣","活動贈送金幣":"活動贈送金幣","公會金幣結算收入":"公會金幣結算收入","超級幸運禮物價值分成":"超級幸運禮物價值分成","提現":"提現","鉆石兌換金幣":"鉆石兌換金幣","官方消除金幣":"官方消除金幣","退款扣除金幣":"退款扣除金幣","公會金幣結算支出":"公會金幣結算支出","加入公會金幣清零":"加入公會金幣清零","官方清除金幣":"官方清除金幣"}},id:{diamondLog:{}},ar:{diamondLog:{"加載中":"جار التحميل","金幣記錄":"سجل العملات الذهبية","收入記錄":"سجل الدخل","支出記錄":"سجل المصروفات","禮物獲得":"الهدايا المتلقاة","沒有更多了":"لا مزيد","共收入":"الدخل الإجمالي","共獲得價值":"إجمالي القيمة المتلقاة","共支出":"المصروفات الإجمالية","金幣":"العملات الذهبية","金幣的禮物":"هدايا العملات الذهبية","房間紅包_來自":"حزمة حمراء الغرفة - من","全服紅包_來自":"حزمة حمراء عامة - من","房間紅包退款_來自":"استرداد حزمة حمراء الغرفة - من","全服紅包退款_來自":"استرداد حزمة حمراء عامة - من","水晶兌換金幣":"تحويل الكريستال إلى العملات الذهبية","金幣兌換金幣":"تبادل العملات الذهبية","活動贈送金幣":"الهدايا النشطة من العملات الذهبية","充值":"إعادة الشحن","塔羅佔蔔":"قراءة التارو","集福氣瓜分金幣":"تقسيم عملات ذهبية لجمع الحظ","CP邀請退還":"استرداد الدعوة CP","贈送金幣":"الهدايا من العملات الذهبية","首充禮包獲得金幣":"استلام العملات الذهبية للحزمة الأولى المشحونة","星級廚房獎勵":"مكافأة المطبخ النجمي","幸運塔羅收入":"دخل التارو المحظوظ","中秋活動瓜分金幣":"تقسيم عملات ذهبية لنشاط منتصف الخريف","官方贈送金幣":"هدايا رسمية من العملات الذهبية","守護星球獲得":"الحصول على كوكب الحارس","邀請好友註冊獎勵":"مكافأة دعوة الأصدقاء للتسجيل","被邀請註冊獎勵":"مكافأة التسجيل المدعو","直接邀請儲值返點":"نقاط رد الاستثمار للدعوة المباشرة","間接邀請儲值返點":"نقاط رد الاستثمار للدعوة غير المباشرة","超級幸運禮物價值分成":"تقسيم قيمة الهدايا الخارقة للحظ","超級幸運禮物金幣返點":"استرداد العملات الذهبية للهدايا الخارقة للحظ","貴族等級獎勵":"مكافأة النبلاء","全服紅包_發生在":"حزمة حمراء عامة - حدث في","房間紅包_發生在":"حزمة حمراء الغرفة - حدث في","活動禮包支出":"نفقات الهدايا النشطة","購買門票":"شراء تذاكر","守護星球支出":"نفقات كوكب الحارس","CP邀請支出":"نفقات الدعوة CP","幸運塔羅支出":"نفقات التارو المحظوظ","贈送頭飾支出":"نفقات الهدايا من الزينة للرأس","購買頭飾支出":"نفقات شراء الزينة للرأس","購買銘牌支出":"نفقات شراء الشارة","贈送銘牌支出":"نفقات الهدايا من الشارة","購買資料卡支出":"نفقات شراء بطاقة المعلومات","贈送資料卡支出":"نفقات الهدايا من بطاقة المعلومات","購買聊天氣泡支出":"نفقات شراء فقاعة الدردشة","贈送聊天氣泡支出":"نفقات الهدايا من فقاعة الدردشة","航海冒險禮包支出":"نفقات هدية مغامرة الملاحة","購買座駕支出":"نفقات شراء السيارة","贈送座駕支出":"نفقات الهدايا من السيارة","星級廚房抽獎":"سحب المطبخ النجمي","新年煙花抽獎":"سحب الألعاب النارية للعام الجديد","奪寶精靈禮包購買支出":"نفقات شراء هدية جنية الكنز","尋愛之旅抽獎":"سحب رحلة الحب","金幣開通貴族":"تفعيل النبلاء بالعملات الذهبية","轉贈金幣給":"تحويل العملات الذهبية لـ","鉆":"الماس","贈送":"هدية","自己":"نفسي","禮物":"هدية"},goldLog:{"鉆石記錄":"سجل الماس","收入記錄":"سجل الدخل","支出記錄":"سجل المصروفات","無更多記錄":"لا يوجد المزيد من السجلات","房間收禮物收入":"دخل الغرفة من الهدايا","私聊禮物收入":"دخل المحادثة الخاصة من الهدايا","房間流水抽成收入":"دخل العمولة من الغرفة","水晶兌換鉆石收入":"دخل تحويل الكريستال إلى الماس","提現駁回金幣返還":"إعادة النقود المرفوضة للسحب","官方送金幣":"هدية الذهب الرسمية","活動贈送金幣":"هدية الذهب للفعالية","公會金幣結算收入":"دخل تسوية نقود النقابة","超級幸運禮物價值分成":"تقسيم قيمة هدية الحظ الخارق","提現":"السحب","鉆石兌換金幣":"تبديل الماس إلى نقود","官方消除金幣":"إزالة النقود الرسمية","退款扣除金幣":"خصم الاسترداد","公會金幣結算支出":"صرف تسوية نقود النقابة","加入公會金幣清零":"مسح دخول نقود النقابة","官方清除金幣":"إزالة النقود الرسمية"}},tr:{diamondLog:{}}};o.a.use(v.a);var O=new v.a({locale:window.sessionStorage.getItem("language")||"en",messages:x,silentTranslationWarn:!0}),E=n("DVXL"),P=n.n(E);!function(){var e=Object(c.b)();if(e.app)if(window.sessionStorage.clear(),e.ios){var t=document.cookie.match(/\d+/);info.uid=t[0],window.webkit.messageHandlers.getTicket.postMessage(null),window.webkit.messageHandlers.getDeviceId.postMessage(null),window.webkit.messageHandlers.getDeviceInfo.postMessage(null)}else e.android&&androidJsObj&&"object"===("undefined"==typeof androidJsObj?"undefined":l()(androidJsObj))&&(info.uid=parseInt(window.androidJsObj.getUid()),info.ticket=window.androidJsObj.getTicket(),info.deviceId=window.androidJsObj.getDeviceId(),info.deviceInfo=JSON.parse(window.androidJsObj.getDeviceInfo()));else info.uid="2917",info.ticket="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0aWNrZXRfdHlwZSI6bnVsbCwidWlkIjoyOTE3LCJ0aWNrZXRfaWQiOiI5ZDM4YmYyNi03NzE0LTQ4NTItOGEzMi0zOWQzNTUyODFkNzUiLCJleHAiOjM2MDAsImNsaWVudF9pZCI6ImVyYmFuLWNsaWVudCJ9.kg_Dj8BJM-bKfx039S3ccktNEzrZALDuOosRQrHsZJg",info.deviceInfo={app:"molistar",appVersion:"0.0.0",os:"0.0.0",osVersion:"0.0.0",channel:"browser",client:"h5","Accept-Language":"en"}}(),o.a.config.productionTip=!1,"test"===Object(c.a)()&&new g.a,P.a.attach(document.body),P.a.prototype.focus=function(e){var t;e.setSelectionRange&&0!==e.type.indexOf("date")&&"time"!==e.type&&"month"!==e.type?(t=e.value.length,e.focus(),e.setSelectionRange(t,t)):e.focus()},o.a.use(m.c),new o.a({el:"#app",router:a.a,store:d,i18n:O,components:{App:r},template:""})},YaEn:function(e,t,n){"use strict";var o=n("7+uW"),i=n("/ocq");o.a.use(i.a);var r=new i.a({routes:[{path:"/MyIncome",name:"MyIncome",component:function(){return Promise.all([n.e(0),n.e(3)]).then(n.bind(null,"kutM"))}},{path:"/CrystalExchangeDiamond",name:"CrystalExchangeDiamond",component:function(){return Promise.all([n.e(0),n.e(6)]).then(n.bind(null,"3IW4"))}},{path:"/GoldExchangeDiamond",name:"GoldExchangeDiamond",component:function(){return Promise.all([n.e(0),n.e(10)]).then(n.bind(null,"RpvA"))}},{path:"/WithDraw",name:"WithDraw",component:function(){return Promise.all([n.e(0),n.e(4)]).then(n.bind(null,"9SZj"))}},{path:"/BindAlipay",name:"BindAlipay",component:function(){return Promise.all([n.e(0),n.e(1)]).then(n.bind(null,"b+Mi"))}},{path:"/CrystalLog",name:"CrystalLog",component:function(){return Promise.all([n.e(0),n.e(9)]).then(n.bind(null,"4tis"))}},{path:"/GoldLog",name:"GoldLog",component:function(){return Promise.all([n.e(0),n.e(12)]).then(n.bind(null,"b+89"))}},{path:"/DiamondLog",name:"DiamondLog",component:function(){return Promise.all([n.e(0),n.e(5)]).then(n.bind(null,"QAJJ"))},meta:{title:"MoliStar"}},{path:"/Login",name:"Login",component:function(){return Promise.all([n.e(0),n.e(7)]).then(n.bind(null,"CroZ"))},meta:{title:"MoliStar"}},{path:"/runningWater",name:"runningWater",component:function(){return n.e(8).then(n.bind(null,"Ok5E"))},meta:{title:"MoliStar"}},{path:"/GameWithDrawDesc",name:"GameWithDrawDesc",component:function(){return Promise.all([n.e(0),n.e(11)]).then(n.bind(null,"CXh3"))},meta:{title:"MoliStar"}},{path:"/WithDrawInfoBind",name:"WithDrawInfoBind",component:function(){return Promise.all([n.e(0),n.e(2)]).then(n.bind(null,"Vj3e"))},meta:{title:"MoliStar"}}]});r.beforeEach(function(e,t,n){"Login"===t.name||window.sessionStorage.getItem("ticket")?n():setTimeout(function(){if(window.sessionStorage.setItem("uid",info.uid),window.sessionStorage.setItem("ticket",info.ticket),console.log(info,"router"),info.deviceInfo["Accept-Language"]){-1!=(t=info.deviceInfo["Accept-Language"]).indexOf("en")?window.sessionStorage.setItem("language","en"):window.sessionStorage.setItem("language",info.deviceInfo["Accept-Language"])}else{var e=function(){var e=location.search,t=new Object;if(-1!=e.indexOf("?")){var n=e.substr(1);for(var o in strs=n.split("&"),strs)t[strs[o].split("=")[0]]=decodeURI(strs[o].split("=")[1])}return t},t=e().lang?e().lang:"en";window.sessionStorage.setItem("language",t)}n()},50)}),t.a=r},Z4iZ:function(e,t,n){"use strict";n.d(t,"b",function(){return o}),n.d(t,"a",function(){return i});var o=function(){var e=navigator.userAgent;navigator.appVersion;return{trident:e.indexOf("Trident")>-1,presto:e.indexOf("Presto")>-1,webKit:e.indexOf("AppleWebKit")>-1,gecko:e.indexOf("Gecko")>-1&&-1==e.indexOf("KHTML"),mobile:!!e.match(/AppleWebKit.*Mobile.*/),ios:!!e.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/),android:e.indexOf("Android")>-1||e.indexOf("Adr")>-1,iPhone:e.indexOf("iPhone")>-1,iPad:e.indexOf("iPad")>-1,webApp:-1==e.indexOf("Safari"),weixin:e.indexOf("MicroMessenger")>-1,qq:" qq"==e.match(/\sQQ/i),app:"molistarApp"==e.match("molistarApp")}},i=function(){if(window.location.href){var e=window.location.href,t=e.match(/api.uat.z/),n=e.match(/120.79.211.243/),o=e.match(/192.168/),i=e.match(/127.0.0.1/),r=e.match(/api.uat/),a=e.match(/beta./);return t||n||o||i||r||a?"test":"live"}}},fh2C:function(e,t){}},["NHnr"]); +//# sourceMappingURL=app.142c8e9ce2dbb46760ca.js.map \ No newline at end of file diff --git a/view/molistar/modules/pay/images/gold.png b/view/molistar/modules/pay/images/gold.png index 18a19e29..1350b143 100644 Binary files a/view/molistar/modules/pay/images/gold.png and b/view/molistar/modules/pay/images/gold.png differ diff --git a/view/molistar/modules/pay/images/slogo.png b/view/molistar/modules/pay/images/slogo.png index 9d912677..f9ca1bed 100644 Binary files a/view/molistar/modules/pay/images/slogo.png and b/view/molistar/modules/pay/images/slogo.png differ diff --git a/view/molistar/vue-project/myincome/src/router/index.js b/view/molistar/vue-project/myincome/src/router/index.js index d32f8245..328a7d18 100644 --- a/view/molistar/vue-project/myincome/src/router/index.js +++ b/view/molistar/vue-project/myincome/src/router/index.js @@ -41,8 +41,22 @@ routers.beforeEach((to, from, next) => { } } else { - var language = info.deviceInfo['Accept-Language']; - window.sessionStorage.setItem('language', 'en'); + // 获取地址栏参数 + function getQueryString() { + var _url = location.search; + var theRequest = new Object(); + if (_url.indexOf('?') != -1) { + var str = _url.substr(1); + strs = str.split('&'); + for (var i in strs) { + theRequest[strs[i].split('=')[0]] = decodeURI(strs[i].split('=')[1]); + } + } + return theRequest; + } + var language = getQueryString().lang ? getQueryString().lang : 'en'; + window.sessionStorage.setItem('language', language); + // var language = info.deviceInfo['Accept-Language']; // if (language === 'ar') document.documentElement.setAttribute("dir", "rtl")//i18n是我们项目里的全局变量,表示当前选择的语言,ar代表阿拉伯语 } next();