Explorar el Código

feat: 修复bug

rindy hace 2 años
padre
commit
0c47b47a67
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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')
     }
 }