Browse Source

fix: 调整部分功能模块

wenxingxing 1 day ago
parent
commit
0f2e54b081
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/course/info.vue

+ 1 - 1
pages/course/info.vue

@@ -1005,7 +1005,7 @@ export default {
 							this.pickCatalogMethod(this.pickCatalogIdx);
 							setTimeout(() => {
 								this.addStudyCourse();
-							}, 1000);
+							}, 300);
 						}
 					}
 				}