移除无用的方法

This commit is contained in:
yangjian 2025-07-09 09:33:53 +08:00
parent 8eabad0f21
commit 365a75d127

View File

@ -590,9 +590,6 @@ const showSku = () => {
}
const commentShow = ref(false)
const showComment = () => {
commentShow.value = true
}
const closePopup = () => {
skuShow.value = false