|
@@ -16579,7 +16579,7 @@ value: !0
|
|
|
o.ServerUrl = o.HttpData = void 0;
|
|
o.ServerUrl = o.HttpData = void 0;
|
|
|
var n, a = function() {
|
|
var n, a = function() {
|
|
|
function t() {
|
|
function t() {
|
|
|
-this.serverType = 0;
|
|
|
|
|
|
|
+this.serverType = 1;
|
|
|
}
|
|
}
|
|
|
t.prototype.getServerUrl = function() {
|
|
t.prototype.getServerUrl = function() {
|
|
|
switch (this.serverType) {
|
|
switch (this.serverType) {
|
|
@@ -17328,6 +17328,7 @@ cc.sys.os == cc.sys.OS_ANDROID ? this.callStaticMethod(this._JSB_ANDROID_PATH, "
|
|
|
t.onGetWxAccessCode = function(t) {
|
|
t.onGetWxAccessCode = function(t) {
|
|
|
gData.wechatData.code = t;
|
|
gData.wechatData.code = t;
|
|
|
console.log("=== gData.wechatData.code", gData.wechatData.code);
|
|
console.log("=== gData.wechatData.code", gData.wechatData.code);
|
|
|
|
|
+mk.tip.pop("微信登陆成功,快提现吧!");
|
|
|
gData.loginData.wxLogin();
|
|
gData.loginData.wxLogin();
|
|
|
if (!mk.storage.getStorage("loadingAuth")) {
|
|
if (!mk.storage.getStorage("loadingAuth")) {
|
|
|
mk.storage.setStorage("loadingAuth", 1);
|
|
mk.storage.setStorage("loadingAuth", 1);
|
|
@@ -30707,11 +30708,11 @@ value: !0
|
|
|
var a = cc._decorator.ccclass, i = function() {
|
|
var a = cc._decorator.ccclass, i = function() {
|
|
|
function t() {
|
|
function t() {
|
|
|
this.curSolution = 0;
|
|
this.curSolution = 0;
|
|
|
-this.tipArr = [ "", "<b>您点击广告太频繁了,请降低点击广告频率以免被封!</b>", "<b>您点击广告太频繁了,封禁广告30分钟!</b>", "<b>您点击广告太频繁了,封禁广告12小时!</b>", "<b>系统检测到您的账号存在异常,禁止登陆游戏!</b>" ];
|
|
|
|
|
|
|
+this.tipArr = [ "", "您点击广告太频繁了,请降低点击广告频率以免被封!", "您点击广告太频繁了,封禁广告30分钟!", "您点击广告太频繁了,封禁广告12小时!", "系统检测到您的账号存在异常,禁止登陆游戏!" ];
|
|
|
}
|
|
}
|
|
|
t.prototype.setSolution = function(t) {
|
|
t.prototype.setSolution = function(t) {
|
|
|
if (this.curSolution != t) {
|
|
if (this.curSolution != t) {
|
|
|
-this.curSolution = t;
|
|
|
|
|
|
|
+(0 == t || this.curSolution < t) && (this.curSolution = t);
|
|
|
mk.storage.setStorage("solution", this.curSolution);
|
|
mk.storage.setStorage("solution", this.curSolution);
|
|
|
}
|
|
}
|
|
|
this.curSolution >= 1 && mk.ui.openPanel("module/warnTip/WarnTipPanel");
|
|
this.curSolution >= 1 && mk.ui.openPanel("module/warnTip/WarnTipPanel");
|