Bläddra i källkod

fix: 引导页bug修复

TIANYONG 1 år sedan
förälder
incheckning
f345eee8f4
1 ändrade filer med 2 tillägg och 0 borttagningar
  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')
     }