mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-07-23 06:41:46 +08:00
Compare commits
1 Commits
7882fb66d0
...
4c16cac379
Author | SHA1 | Date | |
---|---|---|---|
![]() |
4c16cac379 |
@ -92,8 +92,7 @@ export const Tip = defineComponent<TipProps>((props, { expose }) => {
|
|||||||
const num = texture.idNumberMap[iconId];
|
const num = texture.idNumberMap[iconId];
|
||||||
iconNum.value = num;
|
iconNum.value = num;
|
||||||
} else {
|
} else {
|
||||||
// 样板竟然会传 null 进来,然后报错
|
iconNum.value = iconId;
|
||||||
iconNum.value = iconId ?? 0;
|
|
||||||
}
|
}
|
||||||
text.value = core.replaceText(tipText);
|
text.value = core.replaceText(tipText);
|
||||||
alpha.set(0, 0);
|
alpha.set(0, 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user