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));