src/subPackages/inspectionTask/taskDetails.vue
@@ -26,7 +26,6 @@ <script setup> import {onHide, onShow} from "@dcloudio/uni-app"; import {useUserStore} from "@/store/index.js"; const active = defineModel('active') const sWebViewRef = ref(null) @@ -36,8 +35,6 @@ import {onLoad} from "@dcloudio/uni-app"; // const active = defineModel('active') // console.log(active.value, '555') function onPostMessage(event) { if (event.detail.data[0].type === 'back'){ active.value = null