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: {