From 0a33f468a3fc7a4e4d0bfdcc788964aedfbcf3be Mon Sep 17 00:00:00 2001 From: BTMuli Date: Mon, 18 Dec 2023 13:53:55 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E8=B0=83=E6=95=B4=E4=B8=8D?= =?UTF-8?q?=E5=AD=98=E5=9C=A8=E6=97=B6=E7=9A=84=E9=BB=98=E8=AE=A4=20id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/WIKI/GCG.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/WIKI/GCG.vue b/src/pages/WIKI/GCG.vue index 63532767..1380db36 100644 --- a/src/pages/WIKI/GCG.vue +++ b/src/pages/WIKI/GCG.vue @@ -136,7 +136,7 @@ onMounted(() => { function toOuter(cardName: string, cardId: number): void { console.log(cardName, cardId); // 若不存在 contentId - if (cardId === -1) { + if (cardId === 0) { showSnackbar({ text: "该卡牌暂无外部链接", color: "error",