From 2b6e2c095aee2259d8362b10c7e7558a50fd3427 Mon Sep 17 00:00:00 2001 From: liangzejun Date: Wed, 23 Apr 2025 16:29:14 +0800 Subject: [PATCH] =?UTF-8?q?'=E4=BF=AE=E6=94=B9=E7=AC=AC=E4=BA=94=E9=A2=98?= =?UTF-8?q?=E6=96=87=E6=A1=88'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Question.vue | 7 ++++++- src/data/index.js | 3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/components/Question.vue b/src/components/Question.vue index 52e7f2d..3f05d7e 100644 --- a/src/components/Question.vue +++ b/src/components/Question.vue @@ -154,7 +154,12 @@ const getClass = (item) => {
+
{{ isChecked ? `${['回答错误!', '回答正确!'][checkedOption.result]}` : `提示:${t}` }} +
+
+ {{ isChecked ? `${i==0?['回答错误!', '回答正确!'][checkedOption.result]:''}` : `${i==0?'提示:':''}${t}` }} +
@@ -275,7 +280,7 @@ const getClass = (item) => { font-family: 'HarmonyOS_Sans_SC_Regular'; color: #ab7133; text-align: center; - padding: 10px; + padding: 5px; } diff --git a/src/data/index.js b/src/data/index.js index 63cdb87..70d7d69 100644 --- a/src/data/index.js +++ b/src/data/index.js @@ -91,7 +91,8 @@ export const data = [ }, ], tips: [ - `全国最早实行对外开放的四个经济特区之一`, + `全国最早实行对外开放的`, + `四个经济特区之一` ], }, ];