|
@@ -61,6 +61,7 @@ import {
|
|
isWmpf,
|
|
isWmpf,
|
|
} from "../../const.js";
|
|
} from "../../const.js";
|
|
import { AsyncValue } from "../../utils";
|
|
import { AsyncValue } from "../../utils";
|
|
|
|
+import { onHide } from "@dcloudio/uni-app";
|
|
const wmpfVoip = requirePlugin("wmpf-voip").default;
|
|
const wmpfVoip = requirePlugin("wmpf-voip").default;
|
|
const envVersion = wx.getAccountInfoSync().miniProgram.envVersion;
|
|
const envVersion = wx.getAccountInfoSync().miniProgram.envVersion;
|
|
const apiTypes = ["校园模式", "硬件模式", "呼叫安卓", "校园+硬件模式"];
|
|
const apiTypes = ["校园模式", "硬件模式", "呼叫安卓", "校园+硬件模式"];
|
|
@@ -505,7 +506,9 @@ export default {
|
|
mounted() {
|
|
mounted() {
|
|
this.getFallingEventsQuery();
|
|
this.getFallingEventsQuery();
|
|
},
|
|
},
|
|
- beforeDestroy() {},
|
|
|
|
|
|
+ onHide() {
|
|
|
|
+ uni.hideLoading();
|
|
|
|
+ },
|
|
};
|
|
};
|
|
</script>
|
|
</script>
|
|
|
|
|