This commit is contained in:
cansnow
2025-12-23 00:18:46 +08:00
parent 59d1ba9a7e
commit f49f1f1ad1
54 changed files with 25338 additions and 333 deletions
+2 -1
View File
@@ -86,7 +86,7 @@
}
},
onLoad(options) {
//console.log("onload");
//console.log("onload",this.storeCurrentConversation);
this.setPageListener();
if (options?.back2Tab) {
this.back2Tab = JSON.parse(options.back2Tab);
@@ -102,6 +102,7 @@
if (this.Audio) {
this.Audio.stop();
this.Audio.destroy();
this.Audio = null;
}
// #endif
},