瀏覽代碼

03/14 13:12

条件限制
261568008@qq.com 5 年之前
父節點
當前提交
b11db45592

文件差異過大導致無法顯示
+ 0 - 0
dist/css/CourseEvaluation.f000cc52.css


文件差異過大導致無法顯示
+ 0 - 0
dist/index.html


文件差異過大導致無法顯示
+ 0 - 0
dist/js/CourseEvaluation.d39ba27b.js


文件差異過大導致無法顯示
+ 0 - 0
dist/js/CourseEvaluation.df08e6ee.js


文件差異過大導致無法顯示
+ 0 - 0
dist/js/app.8ccc615a.js


+ 1 - 1
src/views/audition/CourseEvaluation.vue

@@ -114,7 +114,7 @@ export default {
   },
   created() {
     this.courseId = this.$route.query.id;
-    this.reviewId = this.$route.query.reviewId;
+    this.reviewId =parseInt( this.$route.query.reviewId);
     if (!this.courseId) {
       this.$toast("课程信息错误");
     }

部分文件因文件數量過多而無法顯示