no message

This commit is contained in:
A1300399510
2025-02-06 12:20:22 +08:00
parent 81d282bb1d
commit 5f0c7df52d
691 changed files with 573 additions and 33529 deletions

11
app.vue
View File

@@ -914,6 +914,7 @@ export default {
let detailsToken2 = ref("") // 详情信息
let detailShare = ref({}) // 详情信息
let detailLoading = ref(false) // 详情加载
provide("detailLoading", detailLoading)
provide("detailsToken", detailsToken2)
// 获取详情
@@ -2048,9 +2049,7 @@ export default {
// answerList.value = []
// answerPage.value = 1
// getAnswerList()
// closeAllTransmitState()
// replaceState({ uniqid: params["uniqid"] })
// seo.value = data.seo
// })
@@ -2207,7 +2206,12 @@ export default {
}
// 点击ta的主页
const TAHomePage = uin => redirectToExternalWebsite(`https://bbs.gter.net/home.php?mod=space&uid=${uin}`)
const TAHomePage = uin => {
console.log("uin", uin)
redirectToExternalWebsite(`https://bbs.gter.net/home.php?mod=space&uid=${uin}`)
}
provide("TAHomePag", TAHomePage)
// 跳转 url
const redirectToExternalWebsite = url => {
@@ -2243,7 +2247,6 @@ export default {
}
const commentList = ref([])
const commentListRef = ref(null)
const closeEmojiMask = () => {