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