diff --git a/pages/index/components/index-refactor.vue b/pages/index/components/index-refactor.vue index 290c556..effb2d5 100644 --- a/pages/index/components/index-refactor.vue +++ b/pages/index/components/index-refactor.vue @@ -386,6 +386,7 @@ function closeVideoTip() { const handleTagClick = (tagInfo) => { console.log('点击的标签信息:', tagInfo); + $api.msg('暂未开放') }; const hexToRgba = (hex, opacity) => {