ソースを参照

feat: 修复bug

rindy 2 年 前
コミット
0c47b47a67
1 ファイル変更2 行追加0 行削除
  1. 2 0
      src/pages/SViewer.vue

+ 2 - 0
src/pages/SViewer.vue

@@ -197,6 +197,8 @@ const onSelected = data => {
         if (find.num != source.value.num) {
             source.value = find
         }
+    } else {
+        showTips.value = t('home.dateScene')
     }
 }