update
This commit is contained in:
parent
e15774ba3b
commit
d1234216f3
@ -20,7 +20,7 @@ var MainConfig = {
|
||||
isoffical: false,
|
||||
viewscale: 0.5,
|
||||
packageid: 0, //0 apk 1 googleplay aab 2 ios
|
||||
hotfixVersion: '0.8.0',
|
||||
hotfixVersion: '0.9.0',
|
||||
};
|
||||
|
||||
export var isTest = true;
|
||||
|
@ -273,7 +273,7 @@ cc.Class({
|
||||
herolist = data.hero_list;
|
||||
for (var i = 0; i < herolist.length; i++) {
|
||||
var element = herolist[i];
|
||||
if (element.lock_type != 3) {
|
||||
if (element.lock_type == 0) {
|
||||
this.allHeroUUID.push(element.hero_uniid);
|
||||
this.allHeroID.push(parseInt(element.hero_id));
|
||||
this.heroDetails.push(herolist[i]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user