作品广场bug

This commit is contained in:
X1627315083
2025-09-02 23:46:59 +08:00
parent 0b05981b0c
commit 8d73d6861b
2 changed files with 7 additions and 32 deletions

View File

@@ -214,13 +214,17 @@ export default defineComponent({
}
});
let getPorfolio = ()=>{
let data = filter.getListDate
let data = {
...filter.getListDate
}
if(filter.isShowMark && !filter.isNoData)return
filter.isShowMark = true
// if(prop.otherUsers){
data.accountId = store.state.UserHabit.userDetail.userId
// }
if(data.getMyPortfolio == 1 || data.getLikePortfolio == 1){
data.accountId = store.state.UserHabit.userDetail.userId
}
Https.axiosPost(Https.httpUrls.getPorfolio, data)
.then((rv) => {
if(data.page == 1 && rv.content.length == 0){