Commit ae0d9ae9 authored by 邱旭's avatar 邱旭

1

parent c9617534
......@@ -25,6 +25,7 @@ export default class HbNoPrize extends Panel {
async start() {
super.start();
this.initUI();
GDispatcher.dispatchEvent('updateHbRainIcon');
}
initUI() {
......
......@@ -27,6 +27,7 @@ export default class HbPrize extends Panel {
let str = `一共抢到<b>${this.data.score}</b>个红包`;
this.tipLabel.textFlow = (new HtmlTextParser).parser(str);
GDispatcher.dispatchEvent('updateHbRainIcon');
}
updateOption(option: any) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment