mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-11 03:46:47 +08:00
我的收藏
This commit is contained in:
@@ -120,7 +120,7 @@ export default {
|
|||||||
conType: 1,
|
conType: 1,
|
||||||
query: {
|
query: {
|
||||||
pageIndex: 1,
|
pageIndex: 1,
|
||||||
pageSize: 4,
|
pageSize: 10,
|
||||||
keyword: ''
|
keyword: ''
|
||||||
},
|
},
|
||||||
courseList: [],
|
courseList: [],
|
||||||
@@ -210,7 +210,6 @@ export default {
|
|||||||
let userIds = [];
|
let userIds = [];
|
||||||
if (this.conType == 1) {
|
if (this.conType == 1) {
|
||||||
rs.result.list.forEach(item => {
|
rs.result.list.forEach(item => {
|
||||||
console.log(item)
|
|
||||||
item.avatar = '';
|
item.avatar = '';
|
||||||
item.orgInfo = '';
|
item.orgInfo = '';
|
||||||
item.sex = null;
|
item.sex = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user