Update UILogin.js
This commit is contained in:
parent
6d875d6887
commit
e178dcc24e
@ -127,11 +127,6 @@ cc.Class({
|
|||||||
|
|
||||||
onLoad() {
|
onLoad() {
|
||||||
|
|
||||||
jcgamelog.addOperation(
|
|
||||||
OperationType.LOGIN,
|
|
||||||
'gamestart',
|
|
||||||
);
|
|
||||||
|
|
||||||
this.allCountry = ['Japan', 'Singapore', 'Turkey', 'USA'];
|
this.allCountry = ['Japan', 'Singapore', 'Turkey', 'USA'];
|
||||||
|
|
||||||
this.cpa_icon = [];
|
this.cpa_icon = [];
|
||||||
@ -240,6 +235,12 @@ cc.Class({
|
|||||||
// this.btn_wallet.active = true;
|
// this.btn_wallet.active = true;
|
||||||
//
|
//
|
||||||
SDKManage.init('6516');
|
SDKManage.init('6516');
|
||||||
|
|
||||||
|
jcgamelog.addOperation(
|
||||||
|
OperationType.LOGIN,
|
||||||
|
'gamestart',
|
||||||
|
);
|
||||||
|
|
||||||
|
|
||||||
//默认地区是美国
|
//默认地区是美国
|
||||||
if (!localStorage.getItem('currentNet')) {
|
if (!localStorage.getItem('currentNet')) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user