This commit is contained in:
zhuguoqing 2022-05-27 13:54:11 +08:00
parent ac5678474c
commit 147f47435b
4 changed files with 8 additions and 6 deletions

View File

@ -47,8 +47,8 @@
}, },
"_scale": { "_scale": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
"x": 0.7128350934199837, "x": 0.46327035795478877,
"y": 0.7128350934199837, "y": 0.46327035795478877,
"z": 1 "z": 1
}, },
"_quat": { "_quat": {
@ -6041,8 +6041,8 @@
}, },
"_enabled": true, "_enabled": true,
"_useOriginalSize": false, "_useOriginalSize": false,
"_string": "1 Non-google users please go to the official website to\n download the latest client.\n https://cebg.games/\n2 Please add KCC chain in MetaMask before login.\n KCC Network Settings\n Network Name : KCC-MAINNET\n RPC URL : https://rpc-mainnet.kcc.net\n Chain ID : 321\n Symbol : KCS\n Blockchain Explorer URL : \n https://explorer.kcc.io/en\n3 Repair the Rank Mode cannot obtain the point\n problem.", "_string": "1 Non-google users please go to the official website to download the latest client.\n https://cebg.games/\n2 Please add KCC chain in MetaMask before login.\n KCC Network Settings\n Network Name : KCC-MAINNET\n RPC URL : https://rpc-mainnet.kcc.net\n Chain ID : 321\n Symbol : KCS\n Blockchain Explorer URL : \n https://explorer.kcc.io/en\n3 Repair the Rank Mode cannot obtain the point problem.",
"_N$string": "1 Non-google users please go to the official website to\n download the latest client.\n https://cebg.games/\n2 Please add KCC chain in MetaMask before login.\n KCC Network Settings\n Network Name : KCC-MAINNET\n RPC URL : https://rpc-mainnet.kcc.net\n Chain ID : 321\n Symbol : KCS\n Blockchain Explorer URL : \n https://explorer.kcc.io/en\n3 Repair the Rank Mode cannot obtain the point\n problem.", "_N$string": "1 Non-google users please go to the official website to download the latest client.\n https://cebg.games/\n2 Please add KCC chain in MetaMask before login.\n KCC Network Settings\n Network Name : KCC-MAINNET\n RPC URL : https://rpc-mainnet.kcc.net\n Chain ID : 321\n Symbol : KCS\n Blockchain Explorer URL : \n https://explorer.kcc.io/en\n3 Repair the Rank Mode cannot obtain the point problem.",
"_fontSize": 20, "_fontSize": 20,
"_lineHeight": 35, "_lineHeight": 35,
"_enableWrapText": true, "_enableWrapText": true,
@ -13665,7 +13665,7 @@
"__id__": 407 "__id__": 407
} }
], ],
"_active": true, "_active": false,
"_level": 2, "_level": 2,
"_components": [ "_components": [
{ {

View File

@ -5,6 +5,7 @@ var Utils = require("Utils");
const NetManage = require("../../manages/NetManage"); const NetManage = require("../../manages/NetManage");
const { showLoading } = require("../../gif/Loading"); const { showLoading } = require("../../gif/Loading");
const { OperationType } = require("../../Operation/Operation"); const { OperationType } = require("../../Operation/Operation");
const jcgamelog = require("../../jcfw/service/jcgamelog");
cc.Class({ cc.Class({
extends: cc.Component, extends: cc.Component,

View File

@ -129,7 +129,7 @@ cc.Class({
jcgamelog.addOperation( jcgamelog.addOperation(
OperationType.LOGIN, OperationType.LOGIN,
'game_start', 'gamestart',
); );
this.allCountry = ['Japan', 'Singapore', 'Turkey', 'USA']; this.allCountry = ['Japan', 'Singapore', 'Turkey', 'USA'];

View File

@ -18,6 +18,7 @@ const { OperationType } = require('../../Operation/Operation');
const { default: ServerNotOpenTip } = require('../../tips/ServerNotOpenTip'); const { default: ServerNotOpenTip } = require('../../tips/ServerNotOpenTip');
const { WhitelistTip } = require('../../tips/WhitelistTip'); const { WhitelistTip } = require('../../tips/WhitelistTip');
const { uimanger } = require('../../UI/UIManger'); const { uimanger } = require('../../UI/UIManger');
const jcgamelog = require('./jcgamelog');
module.exports = { module.exports = {
// LIFE-CYCLE CALLBACKS: // LIFE-CYCLE CALLBACKS: