no message

This commit is contained in:
A1300399510
2024-01-03 15:28:16 +08:00
parent e5e3d10123
commit 4665ee5043
64 changed files with 769 additions and 731 deletions

View File

@@ -173,8 +173,8 @@ const handleListScroll = e => {
if (MyPopupState.value == "mj") getPublish()
}
let clearAllData = inject("clearAllData")
let getDetails = inject("getDetails")
let clearAllData = inject("clearAllData") || null
let getDetails = inject("getDetails") || null
// 打开详情页
const goDetails = uniqid => {
@@ -184,7 +184,8 @@ const goDetails = uniqid => {
nextTick(() => getDetails())
}
router.replace(`/details/${uniqid}`)
// router.replace(`/details/${uniqid}`)
goToURL(`/details/${uniqid}`)
show.value = false
MyPopupState.value = ""
}