no message
This commit is contained in:
@@ -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 = ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user