mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 19:06:43 +08:00
提交
This commit is contained in:
@@ -191,7 +191,7 @@
|
||||
pageSize:this.page.pageSize,
|
||||
contentType:this.activeName == 0? '':this.activeName,//内容类型
|
||||
aid:this.pageId, //指定用户的动态,
|
||||
hidden:this.pageId == this.userInfo.aid?'':true,//是否隐藏,不指定,查询全部
|
||||
hidden:this.pageId == this.userInfo.aid?'':false,//是否隐藏,不指定,查询全部
|
||||
}
|
||||
apiStat.userDynamicList(data).then(res=>{
|
||||
if(res.status == 200) {
|
||||
|
||||
Reference in New Issue
Block a user