作品广场bug
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user