mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-03-15 03:53:16 +08:00
🐛 调整判断条件
This commit is contained in:
@@ -136,7 +136,7 @@ watch(
|
||||
async function searchPosts(): Promise<void> {
|
||||
if (load.value || !search.value) return;
|
||||
load.value = true;
|
||||
if (!props.gid || !props.keyword) {
|
||||
if (!props.gid) {
|
||||
showSnackbar.warn("参数错误");
|
||||
load.value = false;
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user