部分优化

This commit is contained in:
X1627315083
2025-09-08 14:50:59 +08:00
parent 4dc5e26d92
commit 360bfd01ac
51 changed files with 854 additions and 354 deletions

View File

@@ -68,9 +68,9 @@ export default defineComponent({
accountMessage.isShowMark = false
if(rv.content.length == 0) {
accountMessage.isNoData = true
return
}else{
accountMessage.dataList.push(...rv.content)
}
accountMessage.dataList = rv.content
}).catch(() => {
accountMessage.isShowMark = false
accountMessage.isNoData = true
@@ -104,13 +104,13 @@ export default defineComponent({
})
}
let openOtherUsers = (item:any)=>{
const routeUrl = router.resolve({
path:'/home/otherUsers',
query:{
userId:item.senderId
}
})
window.open(routeUrl.href,'_blank')
// const routeUrl = router.resolve({
// path:'/home/otherUsers',
// query:{
// userId:item.senderId
// }
// })
// window.open(routeUrl.href,'_blank')
}
onMounted (()=>{
accountMessage.isNoData = false