初始化方法调用错误修复

master
gongfuxiang 2025-10-27 18:39:27 +08:00
parent 6e1c1280db
commit 53f66df8e1
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@
fail: () => {
//
if(is_init == 0) {
this.get_data(1);
this.init(1);
}
}
});