From 70c352e97f96a9aaa018a9fec6791d215161ee2c Mon Sep 17 00:00:00 2001 From: zq <136432190602163.com> Date: Tue, 6 May 2025 17:10:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=B0=E6=8D=AE=E9=87=8D?= =?UTF-8?q?=E7=BD=AE=E6=97=A0=E6=95=88=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/GuipInput.vue | 21 ++--- src/components/GuipSelect.vue | 10 +-- src/views/super/Ranking/Purchase.vue | 145 +++++++++++++++++------------------ 3 files changed, 89 insertions(+), 87 deletions(-) diff --git a/src/components/GuipInput.vue b/src/components/GuipInput.vue index f7aa4d1..a20eb62 100644 --- a/src/components/GuipInput.vue +++ b/src/components/GuipInput.vue @@ -14,9 +14,9 @@ :show-word-limit="showWordLimit" @input="$emit('input', $event)" @change="$emit('change', $event)" - @blur="$emit('blur', value)" - @focus="$emit('focus', value)" - v-model="value"> + @blur="$emit('blur', inputValue)" + @focus="$emit('focus', inputValue)" + v-model="inputValue">