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:
@@ -191,7 +191,7 @@
|
|||||||
pageSize:this.page.pageSize,
|
pageSize:this.page.pageSize,
|
||||||
contentType:this.activeName == 0? '':this.activeName,//内容类型
|
contentType:this.activeName == 0? '':this.activeName,//内容类型
|
||||||
aid:this.pageId, //指定用户的动态,
|
aid:this.pageId, //指定用户的动态,
|
||||||
hidden:this.pageId == this.userInfo.aid?'':true,//是否隐藏,不指定,查询全部
|
hidden:this.pageId == this.userInfo.aid?'':false,//是否隐藏,不指定,查询全部
|
||||||
}
|
}
|
||||||
apiStat.userDynamicList(data).then(res=>{
|
apiStat.userDynamicList(data).then(res=>{
|
||||||
if(res.status == 200) {
|
if(res.status == 200) {
|
||||||
|
|||||||
Reference in New Issue
Block a user