Commit 427af705 authored by haiyoucuv's avatar haiyoucuv

init

parent b884b1aa
...@@ -83,9 +83,7 @@ export class Bubble extends Container implements IBase { ...@@ -83,9 +83,7 @@ export class Bubble extends Container implements IBase {
}); });
} }
cdTarget = { cdTarget = { cd: 0 }
cd: 0,
}
setInfo(info: IBubbleInfo) { setInfo(info: IBubbleInfo) {
const { id, creditsNum, expireTime, type } = info; const { id, creditsNum, expireTime, type } = info;
......
...@@ -66,10 +66,7 @@ export class OverflowBubble extends Container implements IBase { ...@@ -66,10 +66,7 @@ export class OverflowBubble extends Container implements IBase {
.to({ y: y }, 2000, Ease.quadInOut); .to({ y: y }, 2000, Ease.quadInOut);
} }
cdTarget = { cd: 0 }
cdTarget = {
cd: 0,
}
@reactor(() => store.indexData.overflowBubble) @reactor(() => store.indexData.overflowBubble)
updateOverflow(info: IOverflowBubbleInfo) { updateOverflow(info: IOverflowBubbleInfo) {
......
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