3.22医生

This commit is contained in:
zoujiandong
2024-03-22 16:10:50 +08:00
parent 2454bafd78
commit bdc8abf326
34 changed files with 437 additions and 137 deletions
@@ -1,9 +1,11 @@
import { TUICallKitServer } from "../../index";
Page({
data: {},
onShow() {
},
onHide(){
TUICallKitServer.getTUICallEngineInstance().handleExceptionExit();
console.log('接听页面隐藏');
}
});