|
|
@@ -186,6 +186,7 @@ export default class Reward extends cc.Component {
|
|
|
if (!gData.reward.data || !gData.reward.data.length) return;
|
|
|
mk.audio.playEffect("rewardOpen");
|
|
|
this.hb_star.active = true;
|
|
|
+ this.hb_star.getComponent(sp.Skeleton).animation = 'animation';
|
|
|
this.cur_stage = LidType.none;
|
|
|
|
|
|
// 数据排序:多条奖励,只展示红包,把红包放在首位
|