From c02d9937770b185e87a27fd831c13593b0dc8d3e Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期五, 28 二月 2025 16:32:47 +0800
Subject: [PATCH] 会议bug优化

---
 src/books/childHealth/view/content/components/chapter009.vue |  224 ++++++++++++++++++++++++++++++++++++++++++--------------
 1 files changed, 168 insertions(+), 56 deletions(-)

diff --git a/src/books/childHealth/view/content/components/chapter009.vue b/src/books/childHealth/view/content/components/chapter009.vue
index eaccf4e..38fcbb2 100644
--- a/src/books/childHealth/view/content/components/chapter009.vue
+++ b/src/books/childHealth/view/content/components/chapter009.vue
@@ -305,7 +305,7 @@
                 x5-playsinline=""
                 controls
                 controlslist="nodownload"
-                class="w100 video-border"
+                class="w100 video-border video"
               ></video>
               <p class="img">瑙嗛锛氬姩鍔涘畾鍨嬪強鍏跺舰鎴�</p>
             </div>
@@ -593,7 +593,7 @@
                 x5-playsinline=""
                 controls
                 controlslist="nodownload"
-                style="width: 100%"
+                class="w100 video-border video"
               ></video>
               <p class="img">瑙嗛锛氫竷姝ユ礂鎵嬫硶</p>
             </div>
@@ -628,7 +628,7 @@
             />
             浜戞祴璇�
           </h6>
-          <p class="blockh6-c center">
+          <p class="blockh6-c">
             <span class="img center dl-bl w100">涓撻涔� 瀛︿範涓婚涓�</span>
             <examinations
             v-if="questionData"
@@ -993,7 +993,7 @@
                 x5-playsinline=""
                 controls
                 controlslist="nodownload"
-                class="w100 video-border"
+                class="w100 video-border video"
               ></video>
               <p class="img">瑙嗛锛氭櫒闂存鏌�</p>
             </div>
@@ -1054,7 +1054,7 @@
                 x5-playsinline=""
                 controls
                 controlslist="nodownload"
-                class="w100 video-border"
+                class="w100 video-border video"
               ></video>
               <p class="img">瑙嗛锛氶闃叉帴绉�</p>
             </div>
@@ -1267,7 +1267,7 @@
                 x5-playsinline=""
                 controls
                 controlslist="nodownload"
-                style="width: 100%"
+                class="w100 video-border video"
               ></video>
               <p class="img">瑙嗛锛氫紶鏌撶梾鍩虹鐭ヨ瘑鈥斺�旈殧绂�</p>
             </div>
@@ -1322,7 +1322,7 @@
                 x5-playsinline=""
                 controls
                 controlslist="nodownload"
-                class="w100 video-border"
+                class="w100 video-border video"
               ></video>
               <p class="img">瑙嗛锛氫紶鏌撶梾鍩虹鐭ヨ瘑鈥斺�旀秷姣�</p>
             </div>
@@ -1456,7 +1456,7 @@
                 x5-playsinline=""
                 controls
                 controlslist="nodownload"
-                class="w100 video-border"
+                class="w100 video-border video"
               ></video>
               <p class="img">瑙嗛锛氱幆澧冨崼鐢熷埗搴︿笌鍗敓淇濆仴鐧昏銆佺粺璁″埗搴�</p>
             </div>
@@ -1552,69 +1552,181 @@
           <p class="custom_tag">鈥㈠洖椤句笌鍙嶆�濃��</p>
           <p class="block"><b>涓�銆佸垽鏂閿�</b></p>
           <p class="block">
-            1.缁堟湯娑堟瘨鏄寚鎮h�呴殧绂诲悗锛屽浠栧師鏉ョ殑娲诲姩鍦烘墍杩涜娑堟瘨銆傦紙<input
-              type="text"
-              class="judge-input"
-              v-model="chapterNineData.question.judge.qOne"
-              @input="saveChapterOneData"
-            />锛�
+            1.缁堟湯娑堟瘨鏄寚鎮h�呴殧绂诲悗锛屽浠栧師鏉ョ殑娲诲姩鍦烘墍杩涜娑堟瘨銆傦紙锛�
           </p>
+          <div class="radio-box">
+            <label>
+              <input 
+                type="radio" 
+                name="qOne" 
+                value="correct" 
+                v-model="chapterNineData.question.judge.qOne"
+                @change="saveChapterOneData"
+               />
+              瀵�</label>
+            <label>
+              <input 
+                type="radio" 
+                name="qOne" 
+                value="error" 
+                v-model="chapterNineData.question.judge.qOne"
+                @change="saveChapterOneData"
+              />閿�</label>
+          </div>
           <p class="block">
-            2.瀹炴柦鍏嶇柅璁″垝鏄繚鎶ゆ槗鎰熷効绔ユ墍閲囧彇鐨勭壒寮傛�ф帾鏂姐�傦紙<input
-              type="text"
-              class="judge-input"
-              v-model="chapterNineData.question.judge.qTwo"
-              @input="saveChapterOneData"
-            />锛�
+            2.瀹炴柦鍏嶇柅璁″垝鏄繚鎶ゆ槗鎰熷効绔ユ墍閲囧彇鐨勭壒寮傛�ф帾鏂姐�傦紙锛�
           </p>
+          <div class="radio-box">
+            <label>
+              <input 
+                type="radio" 
+                name="qTwo" 
+                value="correct" 
+                v-model="chapterNineData.question.judge.qTwo"
+                @change="saveChapterOneData"
+               />
+              瀵�</label>
+            <label>
+              <input 
+                type="radio" 
+                name="qTwo" 
+                value="error" 
+                v-model="chapterNineData.question.judge.qTwo"
+                @change="saveChapterOneData"
+              />閿�</label>
+          </div>
           <p class="block">
-            3.鍎跨鍏ュ洯鍚庡簲瀹氭湡杩涜鍋ュ悍妫�鏌ャ�備竴鑸�3锝�7宀侊紝姣忓鏈熸鏌ヤ竴娆°�傦紙<input
-              type="text"
-              class="judge-input"
-              v-model="chapterNineData.question.judge.qThree"
-              @input="saveChapterOneData"
-            />锛�
+            3.鍎跨鍏ュ洯鍚庡簲瀹氭湡杩涜鍋ュ悍妫�鏌ャ�備竴鑸�3锝�7宀侊紝姣忓鏈熸鏌ヤ竴娆°�傦紙锛�
           </p>
+          <div class="radio-box">
+            <label>
+              <input 
+                type="radio" 
+                name="qThree" 
+                value="correct" 
+                v-model="chapterNineData.question.judge.qThree"
+                @change="saveChapterOneData"
+               />
+              瀵�</label>
+            <label>
+              <input 
+                type="radio" 
+                name="qThree" 
+                value="error" 
+                v-model="chapterNineData.question.judge.qThree"
+                @change="saveChapterOneData"
+              />閿�</label>
+          </div>
           <p class="block">
-            4.鐏椿鐤嫍鍏嶇柅鏁堟灉濂斤紝鍏嶇柅鍔涙寔缁椂闂撮暱銆傦紙<input
-              type="text"
-              class="judge-input"
-              v-model="chapterNineData.question.judge.qFour"
-              @input="saveChapterOneData"
-            />锛�
+            4.鐏椿鐤嫍鍏嶇柅鏁堟灉濂斤紝鍏嶇柅鍔涙寔缁椂闂撮暱銆傦紙锛�
           </p>
+          <div class="radio-box">
+            <label>
+              <input 
+                type="radio" 
+                name="qFour" 
+                value="correct" 
+                v-model="chapterNineData.question.judge.qFour"
+                @change="saveChapterOneData"
+               />
+              瀵�</label>
+            <label>
+              <input 
+                type="radio" 
+                name="qFour" 
+                value="error" 
+                v-model="chapterNineData.question.judge.qFour"
+                @change="saveChapterOneData"
+              />閿�</label>
+          </div>
           <p class="block">
-            5.娉ㄥ皠涓欑鐞冭泲鐧借幏寰楃殑鍏嶇柅鍔涗负浜哄伐琚姩鍏嶇柅銆傦紙<input
-              type="text"
-              class="judge-input"
-              v-model="chapterNineData.question.judge.qFive"
-              @input="saveChapterOneData"
-            />锛�
+            5.娉ㄥ皠涓欑鐞冭泲鐧借幏寰楃殑鍏嶇柅鍔涗负浜哄伐琚姩鍏嶇柅銆傦紙锛�
           </p>
+          <div class="radio-box">
+            <label>
+              <input 
+                type="radio" 
+                name="qFive" 
+                value="correct" 
+                v-model="chapterNineData.question.judge.qFive"
+                @change="saveChapterOneData"
+               />
+              瀵�</label>
+            <label>
+              <input 
+                type="radio" 
+                name="qFive" 
+                value="error" 
+                v-model="chapterNineData.question.judge.qFive"
+                @change="saveChapterOneData"
+              />閿�</label>
+          </div>
           <p class="block">
-            6.绫绘瘨绱犳槸鐢辩梾姣掑埗鎴愮殑鑷姩鍏嶇柅鍒跺墏銆傦紙<input
-              type="text"
-              class="judge-input"
-              v-model="chapterNineData.question.judge.qSix"
-              @input="saveChapterOneData"
-            />锛�
+            6.绫绘瘨绱犳槸鐢辩梾姣掑埗鎴愮殑鑷姩鍏嶇柅鍒跺墏銆傦紙锛�
           </p>
+          <div class="radio-box">
+            <label>
+              <input 
+                type="radio" 
+                name="qSix" 
+                value="correct" 
+                v-model="chapterNineData.question.judge.qSix"
+                @change="saveChapterOneData"
+               />
+              瀵�</label>
+            <label>
+              <input 
+                type="radio" 
+                name="qSix" 
+                value="error" 
+                v-model="chapterNineData.question.judge.qSix"
+                @change="saveChapterOneData"
+              />閿�</label>
+          </div>
           <p class="block">
-            7. 5锝�7宀佺殑鍎跨姣忓ぉ闇�9锝�10灏忔椂鐫$湢銆傦紙<input
-              type="text"
-              class="judge-input"
-              v-model="chapterNineData.question.judge.qSeven"
-              @input="saveChapterOneData"
-            />锛�
+            7. 5锝�7宀佺殑鍎跨姣忓ぉ闇�9锝�10灏忔椂鐫$湢銆傦紙锛�
           </p>
+          <div class="radio-box">
+            <label>
+              <input 
+                type="radio" 
+                name="qSeven" 
+                value="correct" 
+                v-model="chapterNineData.question.judge.qSeven"
+                @change="saveChapterOneData"
+               />
+              瀵�</label>
+            <label>
+              <input 
+                type="radio" 
+                name="qSeven" 
+                value="error" 
+                v-model="chapterNineData.question.judge.qSeven"
+                @change="saveChapterOneData"
+              />閿�</label>
+          </div>
           <p class="block">
-            8.涔欏瀷鑴戠値鐤嫍銆侀夯鐤圭柅鑻楀睘浜庢椿鐤嫍銆傦紙<input
-              type="text"
-              class="judge-input"
-              v-model="chapterNineData.question.judge.qEnight"
-              @input="saveChapterOneData"
-            />锛�
+            8.涔欏瀷鑴戠値鐤嫍銆侀夯鐤圭柅鑻楀睘浜庢椿鐤嫍銆傦紙锛�
           </p>
+          <div class="radio-box">
+            <label>
+              <input 
+                type="radio" 
+                name="qEnight" 
+                value="correct" 
+                v-model="chapterNineData.question.judge.qEnight"
+                @change="saveChapterOneData"
+               />
+              瀵�</label>
+            <label>
+              <input 
+                type="radio" 
+                name="qEnight" 
+                value="error" 
+                v-model="chapterNineData.question.judge.qEnight"
+                @change="saveChapterOneData"
+              />閿�</label>
+          </div>
           <p class="block"><b>浜屻�佸~绌�</b></p>
           <p class="block">
             1.鐗╃悊娑堟瘨娉曠畝渚挎槗琛岋紝杈冧负鏈夋晥銆傚畠鍙堝垎涓�<input

--
Gitblit v1.9.1