From e178dcc24ef3c1d88d8eebcf7c60d44a1d58be51 Mon Sep 17 00:00:00 2001 From: zhuguoqing Date: Fri, 27 May 2022 14:30:59 +0800 Subject: [PATCH] Update UILogin.js --- assets/scripts/UILogin.js | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/assets/scripts/UILogin.js b/assets/scripts/UILogin.js index b797f314..909a095a 100644 --- a/assets/scripts/UILogin.js +++ b/assets/scripts/UILogin.js @@ -127,11 +127,6 @@ cc.Class({ onLoad() { - jcgamelog.addOperation( - OperationType.LOGIN, - 'gamestart', - ); - this.allCountry = ['Japan', 'Singapore', 'Turkey', 'USA']; this.cpa_icon = []; @@ -240,6 +235,12 @@ cc.Class({ // this.btn_wallet.active = true; // SDKManage.init('6516'); + + jcgamelog.addOperation( + OperationType.LOGIN, + 'gamestart', + ); + //默认地区是美国 if (!localStorage.getItem('currentNet')) {