From 7d82c19ab573c4b7068a1978074b55d9178f9c81 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Fri, 5 Jan 2024 14:24:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A1=AB=E5=86=99=E6=97=B6=E9=BB=98=E8=AE=A45?= =?UTF-8?q?=E6=98=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 4170b16..a9c84e3 100644 --- a/index.html +++ b/index.html @@ -201,7 +201,7 @@ data() { return { rateList: rateList, - selectItem: String(this.qitem.rate || 5), + selectItem: String(this.qitem.rate || (this.disabled ? 0 : 5)), } }, computed: { @@ -224,7 +224,7 @@ data() { return { rateList: rateList, - selectItem: String(this.qitem.rate || 5), + selectItem: String(this.qitem.rate || (this.disabled ? 0 : 5)), } }, computed: {