Forráskód Böngészése

确认加载顺序,否则可能导致图片地址错误

Michael Wang 4 éve
szülő
commit
8917738354
1 módosított fájl, 4 hozzáadás és 4 törlés
  1. 4 4
      src/features/mark/Mark.vue

+ 4 - 4
src/features/mark/Mark.vue

@@ -114,10 +114,10 @@ export default defineComponent({
 
     onMounted(async () => {
       await updateMarkTask();
-      updateSetting();
-      updateStatus();
-      updateGroups();
-      updateTask();
+      await updateSetting();
+      await updateStatus();
+      await updateGroups();
+      await updateTask();
     });
 
     watch(