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() {}, }, })