Browse Source

feat: 修复bug

rindy 2 năm trước cách đây
mục cha
commit
0c47b47a67
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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')
     }
 }