From 1698f6395408264ba5fe455a39d87534b59e9925 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Wed, 11 Sep 2024 10:41:08 +0800 Subject: [PATCH] no message --- index.html | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index dd7523e..f60bd19 100644 --- a/index.html +++ b/index.html @@ -291,8 +291,8 @@ -
-
+
+
生成成功
@@ -453,7 +453,7 @@ }, computed: { isClickable() { - return JSON.stringify(this.offerinfo) !== '{}' || JSON.stringify(this.info) !== '{}' + return JSON.stringify(this.offerinfo) !== "{}" || JSON.stringify(this.info) !== "{}" }, }, methods: { @@ -761,6 +761,13 @@ // downloadLink.click() }) }, + + // 关闭 + closeState() { + this.selectState = false + }, + + aaa() {}, }, })