Explorar el Código

fix: 引导页bug修复

TIANYONG hace 1 año
padre
commit
f345eee8f4
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/page-instrument/custom-plugins/guide-page/student-top.tsx

+ 2 - 0
src/page-instrument/custom-plugins/guide-page/student-top.tsx

@@ -182,6 +182,7 @@ export default defineComponent({
 
   const guideInfo = ref({} as any)
   const getAllGuidance = async()=>{
+    console.log('学生引导123')
     try{
 			if (state.guideInfo) {
 				guideInfo.value = state.guideInfo
@@ -255,6 +256,7 @@ export default defineComponent({
 			  }catch(e){
 				console.log(e)
 			  }
+      state.guideInfo = guideInfo.value;
       tipShow.value = false
     //  localStorage.setItem('endC')
     }