ソースを参照

已测试,待开放上线

lifanagju_citu 2 ヶ月 前
コミット
2ccdbe9231
1 ファイル変更1 行追加1 行削除
  1. 1 1
      pagesA/chart/index.vue

+ 1 - 1
pagesA/chart/index.vue

@@ -522,7 +522,7 @@ async function handleSendResume () {
     return
   }
   let practice = null
-  if (isStudent.value) {
+  if (isStudent) {
     practice = await studentDeliveryFormRef.value.getQueryParams()
     if (!practice) return
   }