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 = [];
|
||||||
@ -241,6 +236,12 @@ cc.Class({
|
|||||||
//
|
//
|
||||||
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