This commit is contained in:
TJH 2025-12-19 14:16:16 +08:00
parent a506f742cc
commit bf72957c56

View File

@ -49,6 +49,7 @@ export class Rules extends Component {
Label_1_3.string = str Label_1_3.string = str
} }
clickCloseRules() { clickCloseRules() {
const destroyFunc = () => { this.node.destroy() } const destroyFunc = () => { this.node.destroy() }
hideToBottom(this.node, destroyFunc) hideToBottom(this.node, destroyFunc)