mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 11:26:43 +08:00
课程线上品牌
This commit is contained in:
@@ -1356,7 +1356,7 @@ export default {
|
||||
this.moreState = 2;
|
||||
await apiCoursePortal.courseSearch(this.course).then(res => {
|
||||
this.searching=false;
|
||||
if (res.status == 200 && res.result.list.length > 0) {
|
||||
if (res.status == 200) {
|
||||
this.totalPages = res.result.totalPages;
|
||||
res.result.list.forEach(item => {
|
||||
if (item.startTime != '') {
|
||||
|
||||
Reference in New Issue
Block a user