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