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