Explorar el Código

修改androidbackview方法13

zhangyujun hace 3 años
padre
commit
1c849c6f33
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/exam/begin.vue

+ 1 - 1
src/views/exam/begin.vue

@@ -86,7 +86,7 @@ export default defineComponent({
     const backViewH5 = (e:TouchEvent)=>{
       alert("backViewH5")
       e.preventDefault();
-
+      visible.value =false
       backView()
 
     }