From 147f47435b2a26dc18ffd05273ee35c8b6f28f60 Mon Sep 17 00:00:00 2001 From: zhuguoqing Date: Fri, 27 May 2022 13:54:11 +0800 Subject: [PATCH] update --- assets/LoginScene.fire | 10 +++++----- assets/scripts/UI/battlematch/UIChoseHero.js | 1 + assets/scripts/UILogin.js | 2 +- assets/scripts/jcfw/service/jclogin.js | 1 + 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/assets/LoginScene.fire b/assets/LoginScene.fire index b22a40fa..30e7a435 100644 --- a/assets/LoginScene.fire +++ b/assets/LoginScene.fire @@ -47,8 +47,8 @@ }, "_scale": { "__type__": "cc.Vec3", - "x": 0.7128350934199837, - "y": 0.7128350934199837, + "x": 0.46327035795478877, + "y": 0.46327035795478877, "z": 1 }, "_quat": { @@ -6041,8 +6041,8 @@ }, "_enabled": true, "_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.", - "_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.", + "_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 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, "_lineHeight": 35, "_enableWrapText": true, @@ -13665,7 +13665,7 @@ "__id__": 407 } ], - "_active": true, + "_active": false, "_level": 2, "_components": [ { diff --git a/assets/scripts/UI/battlematch/UIChoseHero.js b/assets/scripts/UI/battlematch/UIChoseHero.js index 720364f8..d24ffc28 100644 --- a/assets/scripts/UI/battlematch/UIChoseHero.js +++ b/assets/scripts/UI/battlematch/UIChoseHero.js @@ -5,6 +5,7 @@ var Utils = require("Utils"); const NetManage = require("../../manages/NetManage"); const { showLoading } = require("../../gif/Loading"); const { OperationType } = require("../../Operation/Operation"); +const jcgamelog = require("../../jcfw/service/jcgamelog"); cc.Class({ extends: cc.Component, diff --git a/assets/scripts/UILogin.js b/assets/scripts/UILogin.js index 037f7efa..b797f314 100644 --- a/assets/scripts/UILogin.js +++ b/assets/scripts/UILogin.js @@ -129,7 +129,7 @@ cc.Class({ jcgamelog.addOperation( OperationType.LOGIN, - 'game_start', + 'gamestart', ); this.allCountry = ['Japan', 'Singapore', 'Turkey', 'USA']; diff --git a/assets/scripts/jcfw/service/jclogin.js b/assets/scripts/jcfw/service/jclogin.js index bf51b011..368f53bc 100644 --- a/assets/scripts/jcfw/service/jclogin.js +++ b/assets/scripts/jcfw/service/jclogin.js @@ -18,6 +18,7 @@ const { OperationType } = require('../../Operation/Operation'); const { default: ServerNotOpenTip } = require('../../tips/ServerNotOpenTip'); const { WhitelistTip } = require('../../tips/WhitelistTip'); const { uimanger } = require('../../UI/UIManger'); +const jcgamelog = require('./jcgamelog'); module.exports = { // LIFE-CYCLE CALLBACKS: