Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
bc2c1a9b5f | ||
![]() |
d1234216f3 | ||
![]() |
e15774ba3b | ||
![]() |
14785fa079 |
@ -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]);
|
||||
|
@ -112,7 +112,7 @@ cc.Class({
|
||||
this.allHasGotHero.includes(
|
||||
element.hero_uniid.toString()
|
||||
) ||
|
||||
element.lock_type == 3
|
||||
element.lock_type != 0
|
||||
) {
|
||||
node.getComponent('wantedHero').showCover();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user