From 0ac4e192d2d2c28eb95e118eb381c04330b07953 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期三, 20 十一月 2024 11:51:46 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/childHealth/view/content/components/chapter005.vue | 78 ++++++++++++++++++++++++++++++--------- 1 files changed, 60 insertions(+), 18 deletions(-) diff --git a/src/books/childHealth/view/content/components/chapter005.vue b/src/books/childHealth/view/content/components/chapter005.vue index a494a23..1130c1a 100644 --- a/src/books/childHealth/view/content/components/chapter005.vue +++ b/src/books/childHealth/view/content/components/chapter005.vue @@ -2580,29 +2580,71 @@ <p class="custom_tag">鈥㈠洖椤句笌鍙嶆�濃��</p> <p class="block"><b>涓�銆佸垽鏂閿�</b></p> <p class="block"> - 1.缁寸敓绱燗缂轰箯鐥囧張鏈夊鐩茬棁銆佺溂骞茬嚗鐥囦箣绉般�傦紙<input - type="text" - class="judge-input" - v-model="chapterFiveData.question.judge.qOne" - @input="saveChapterOneData" - />锛� + 1.缁寸敓绱燗缂轰箯鐥囧張鏈夊鐩茬棁銆佺溂骞茬嚗鐥囦箣绉般�傦紙锛� </p> + <div class="radio-box"> + <label> + <input + type="radio" + name="qOne" + value="correct" + v-model="chapterFiveData.question.judge.qOne" + @change="saveChapterOneData" + /> + 瀵�</label> + <label> + <input + type="radio" + name="qOne" + value="error" + v-model="chapterFiveData.question.judge.qOne" + @change="saveChapterOneData" + />閿�</label> + </div> <p class="block"> - 2.閾佹槸鏋勬垚楠ㄥ拰鐗欓娇鐨勪富瑕佹垚鍒嗐�傦紙<input - type="text" - class="judge-input" - v-model="chapterFiveData.question.judge.qTwo" - @input="saveChapterOneData" - />锛� + 2.閾佹槸鏋勬垚楠ㄥ拰鐗欓娇鐨勪富瑕佹垚鍒嗐�傦紙锛� </p> + <div class="radio-box"> + <label> + <input + type="radio" + name="qTwo" + value="correct" + v-model="chapterFiveData.question.judge.qTwo" + @change="saveChapterOneData" + /> + 瀵�</label> + <label> + <input + type="radio" + name="qTwo" + value="error" + v-model="chapterFiveData.question.judge.qTwo" + @change="saveChapterOneData" + />閿�</label> + </div> <p class="block"> - 3.鍎跨缂洪攲浼氫娇鍛宠暰鍔熻兘鍑忛��锛岄娆蹭笉鎸紝瀵艰嚧鍘岄锛涜繕浼氬奖鍝嶇敓闀垮彂鑲诧紝瀵艰嚧韬潗鐭皬锛屼弗閲嶈�呮偅渚忓剴鐥囥�傦紙<input - type="text" - class="judge-input" - v-model="chapterFiveData.question.judge.qThree" - @input="saveChapterOneData" - />锛� + 3.鍎跨缂洪攲浼氫娇鍛宠暰鍔熻兘鍑忛��锛岄娆蹭笉鎸紝瀵艰嚧鍘岄锛涜繕浼氬奖鍝嶇敓闀垮彂鑲诧紝瀵艰嚧韬潗鐭皬锛屼弗閲嶈�呮偅渚忓剴鐥囥�傦紙锛� </p> + <div class="radio-box"> + <label> + <input + type="radio" + name="qThree" + value="correct" + v-model="chapterFiveData.question.judge.qThree" + @change="saveChapterOneData" + /> + 瀵�</label> + <label> + <input + type="radio" + name="qThree" + value="error" + v-model="chapterFiveData.question.judge.qThree" + @change="saveChapterOneData" + />閿�</label> + </div> <p class="block"><b>浜屻�佸~绌�</b></p> <p class="block"> 1.鍏ぇ钀ュ吇绱犲寘鎷� -- Gitblit v1.9.1