课程线上品牌

This commit is contained in:
joshen@zcwytd.com
2023-08-01 21:14:36 +08:00
parent cf5a7ee4f8
commit e9f1fb4219

View File

@@ -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 != '') {