From b4d25be9b33c861f5a6e561919aad733d7497918 Mon Sep 17 00:00:00 2001 From: "DESKTOP-GMUNQ1B\\k" <1154079537@qq.com> Date: Tue, 2 Apr 2024 18:34:35 +0800 Subject: [PATCH] 1 --- pages/store/settled/index.vue | 53 ----------------------------------- utils/uniMPevent.js | 7 ++++- 2 files changed, 6 insertions(+), 54 deletions(-) diff --git a/pages/store/settled/index.vue b/pages/store/settled/index.vue index c8fe219..24772e2 100644 --- a/pages/store/settled/index.vue +++ b/pages/store/settled/index.vue @@ -192,59 +192,6 @@ - - 联系电话 diff --git a/utils/uniMPevent.js b/utils/uniMPevent.js index b5b5a53..3b414bd 100644 --- a/utils/uniMPevent.js +++ b/utils/uniMPevent.js @@ -3,7 +3,7 @@ import { uniMPgetLocation, test } from "@/utils/uniMPfunction.js" - +console.log(123) export const initEvent = () => { mp.onUniMPEventReceive(async (ret) => { console.log('小程序事件: ', ret); @@ -17,6 +17,11 @@ export const initEvent = () => { }); } + // 关闭app + if (ret.event == 'backApp') { + mp.closeUniMP(ret.fromAppid, (ret) => {}); + } + if (ret.event == 'closeApp') { mp.closeUniMP(ret.fromAppid, (ret) => { console.log('closeUniMP: ' + JSON.stringify(ret));