From d8c24a06b3e7844ad65e7c821c022dbb36d29430 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期二, 19 十一月 2024 17:15:08 +0800 Subject: [PATCH] 各图书bug修改 --- src/books/childHealth/view/content/components/chapter006.vue | 390 ++++++++++++++++++++++++++++++++++++++++++------------ 1 files changed, 300 insertions(+), 90 deletions(-) diff --git a/src/books/childHealth/view/content/components/chapter006.vue b/src/books/childHealth/view/content/components/chapter006.vue index 68dbcc3..64311ab 100644 --- a/src/books/childHealth/view/content/components/chapter006.vue +++ b/src/books/childHealth/view/content/components/chapter006.vue @@ -2528,126 +2528,336 @@ </div> <div class="padding-96"> <p class="block"> - 鍟★紝浣嗗彲浠ョ粡甯稿枬鑼躲�傦紙<input - type="text" - class="judge-input" - v-model="chapterSixData.question.judge.qOne" - @input="saveChapterOneData" - />锛� + 鍟★紝浣嗗彲浠ョ粡甯稿枬鑼躲�傦紙锛� </p> + <div class="radio-box"> + <label> + <input + type="radio" + name="qOne" + value="correct" + v-model="chapterSixData.question.judge.qOne" + @change="saveChapterOneData" + /> + 瀵�</label> + <label> + <input + type="radio" + name="qOne" + value="error" + v-model="chapterSixData.question.judge.qOne" + @change="saveChapterOneData" + />閿�</label> + </div> <p class="block"> - 2.鍗充娇鎬�瀛�3涓湀鍚庯紝鎬ф縺绱犵被鑽墿渚濈劧瀵硅儙鍎挎湁鑷寸暩鐨勫嵄闄┿�傦紙<input - type="text" - class="judge-input" - v-model="chapterSixData.question.judge.qTwo" - @input="saveChapterOneData" - />锛� + 2.鍗充娇鎬�瀛�3涓湀鍚庯紝鎬ф縺绱犵被鑽墿渚濈劧瀵硅儙鍎挎湁鑷寸暩鐨勫嵄闄┿�傦紙锛� </p> + <div class="radio-box"> + <label> + <input + type="radio" + name="qTwo" + value="correct" + v-model="chapterSixData.question.judge.qTwo" + @change="saveChapterOneData" + /> + 瀵�</label> + <label> + <input + type="radio" + name="qTwo" + value="error" + v-model="chapterSixData.question.judge.qTwo" + @change="saveChapterOneData" + />閿�</label> + </div> <p class="block"> - 3.濠村効鐨勫洘闂ㄥ緢鏌旇蒋锛屾槸鍥犱负鍏跺ご閮ㄩ楠兼病鏈夐棴鍚堣�屽舰鎴愮殑锛屾墍浠ヤ笉鑳借Е鎽搞�傦紙<input - type="text" - class="judge-input" - v-model="chapterSixData.question.judge.qThree" - @input="saveChapterOneData" - />锛� + 3.濠村効鐨勫洘闂ㄥ緢鏌旇蒋锛屾槸鍥犱负鍏跺ご閮ㄩ楠兼病鏈夐棴鍚堣�屽舰鎴愮殑锛屾墍浠ヤ笉鑳借Е鎽搞�傦紙锛� </p> + <div class="radio-box"> + <label> + <input + type="radio" + name="qThree" + value="correct" + v-model="chapterSixData.question.judge.qThree" + @change="saveChapterOneData" + /> + 瀵�</label> + <label> + <input + type="radio" + name="qThree" + value="error" + v-model="chapterSixData.question.judge.qThree" + @change="saveChapterOneData" + />閿�</label> + </div> <p class="block"> - 4.鐢ㄩ樋鏅姞閲忚〃娴嬭瘎鏂扮敓鍎匡紝寰楀垎楂樹簬4鍒嗚�呭嵆澶勪簬鑹ソ鐨勫仴搴风姸鍐点�傦紙<input - type="text" - class="judge-input" - v-model="chapterSixData.question.judge.qFour" - @input="saveChapterOneData" - />锛� + 4.鐢ㄩ樋鏅姞閲忚〃娴嬭瘎鏂扮敓鍎匡紝寰楀垎楂樹簬4鍒嗚�呭嵆澶勪簬鑹ソ鐨勫仴搴风姸鍐点�傦紙锛� </p> + <div class="radio-box"> + <label> + <input + type="radio" + name="qFour" + value="correct" + v-model="chapterSixData.question.judge.qFour" + @change="saveChapterOneData" + /> + 瀵�</label> + <label> + <input + type="radio" + name="qFour" + value="error" + v-model="chapterSixData.question.judge.qFour" + @change="saveChapterOneData" + />閿�</label> + </div> <p class="block">5.鏂扮敓鍎夸互涓嬩笉瑙勫垯鐨勫懠鍚告ā寮忔槸姝e父鐨勶細</p> <p class="block"> - 鈶犳繁鍛煎惛銆傦紙<input - type="text" - class="judge-input" - v-model="chapterSixData.question.judge.qFive.one" - @input="saveChapterOneData" - />锛� + 鈶犳繁鍛煎惛銆傦紙锛� </p> + <div class="radio-box"> + <label> + <input + type="radio" + name="qFiveone" + value="correct" + v-model="chapterSixData.question.judge.qFive.one" + @change="saveChapterOneData" + /> + 瀵�</label> + <label> + <input + type="radio" + name="qFiveone" + value="error" + v-model="chapterSixData.question.judge.qFive.one" + @change="saveChapterOneData" + />閿�</label> + </div> <p class="block"> - 鈶″懠鍚搁鐜囬珮浜庢瘡鍒嗛挓60娆°�傦紙<input - type="text" - class="judge-input" - v-model="chapterSixData.question.judge.qFive.two" - @input="saveChapterOneData" - />锛� + 鈶″懠鍚搁鐜囬珮浜庢瘡鍒嗛挓60娆°�傦紙锛� </p> + <div class="radio-box"> + <label> + <input + type="radio" + name="qFivetwo" + value="correct" + v-model="chapterSixData.question.judge.qFive.two" + @change="saveChapterOneData" + /> + 瀵�</label> + <label> + <input + type="radio" + name="qFivetwo" + value="error" + v-model="chapterSixData.question.judge.qFive.two" + @change="saveChapterOneData" + />閿�</label> + </div> <p class="block"> - 鈶㈠懠鍚哥粓姝㈢殑鏃堕棿浣庝簬6绉掋�傦紙<input - type="text" - class="judge-input" - v-model="chapterSixData.question.judge.qFive.three" - @input="saveChapterOneData" - />锛� + 鈶㈠懠鍚哥粓姝㈢殑鏃堕棿浣庝簬6绉掋�傦紙锛� </p> + <div class="radio-box"> + <label> + <input + type="radio" + name="qFivethree" + value="correct" + v-model="chapterSixData.question.judge.qFive.three" + @change="saveChapterOneData" + /> + 瀵�</label> + <label> + <input + type="radio" + name="qFivethree" + value="error" + v-model="chapterSixData.question.judge.qFive.three" + @change="saveChapterOneData" + />閿�</label> + </div> <p class="block"> - 鈶e槾鍞囧拰鎸囩敳鐨勯鑹叉病鏈夊彂绾㈡垨鑰呭彂闈掔幇璞°�傦紙<input - type="text" - class="judge-input" - v-model="chapterSixData.question.judge.qFive.four" - @input="saveChapterOneData" - />锛� + 鈶e槾鍞囧拰鎸囩敳鐨勯鑹叉病鏈夊彂绾㈡垨鑰呭彂闈掔幇璞°�傦紙锛� </p> + <div class="radio-box"> + <label> + <input + type="radio" + name="qFivefour" + value="correct" + v-model="chapterSixData.question.judge.qFive.four" + @change="saveChapterOneData" + /> + 瀵�</label> + <label> + <input + type="radio" + name="qFivefour" + value="error" + v-model="chapterSixData.question.judge.qFive.four" + @change="saveChapterOneData" + />閿�</label> + </div> <p class="block"> - 鈶ゆ柊鐢熷効缁忓父浼氱敤鎬ラ�熸繁鍛煎惛鏉ヨ垝灞曡偤閮紝杩欑鍛煎惛涔熸槸姝e父鐨勩�傦紙<input - type="text" - class="judge-input" - v-model="chapterSixData.question.judge.qFive.five" - @input="saveChapterOneData" - />锛� + 鈶ゆ柊鐢熷効缁忓父浼氱敤鎬ラ�熸繁鍛煎惛鏉ヨ垝灞曡偤閮紝杩欑鍛煎惛涔熸槸姝e父鐨勩�傦紙锛� </p> + <div class="radio-box"> + <label> + <input + type="radio" + name="qFivefive" + value="correct" + v-model="chapterSixData.question.judge.qFive.five" + @change="saveChapterOneData" + /> + 瀵�</label> + <label> + <input + type="radio" + name="qFivefive" + value="error" + v-model="chapterSixData.question.judge.qFive.five" + @change="saveChapterOneData" + />閿�</label> + </div> <p class="block"> - 6.鏈夊鑰呭彂鐜板湪鐗涘ザ銆侀浮铔嬨�佽姳鐢熶笁绉嶆渶甯歌鐨勮嚧鏁忛鐗╀腑锛岃姳鐢熻繃鏁忔渶涓ラ噸锛屾寔缁椂闂存渶闀裤�傦紙<input - type="text" - class="judge-input" - v-model="chapterSixData.question.judge.qSix" - @input="saveChapterOneData" - />锛� + 6.鏈夊鑰呭彂鐜板湪鐗涘ザ銆侀浮铔嬨�佽姳鐢熶笁绉嶆渶甯歌鐨勮嚧鏁忛鐗╀腑锛岃姳鐢熻繃鏁忔渶涓ラ噸锛屾寔缁椂闂存渶闀裤�傦紙锛� </p> + <div class="radio-box"> + <label> + <input + type="radio" + name="qSix" + value="correct" + v-model="chapterSixData.question.judge.qSix" + @change="saveChapterOneData" + /> + 瀵�</label> + <label> + <input + type="radio" + name="qSix" + value="error" + v-model="chapterSixData.question.judge.qSix" + @change="saveChapterOneData" + />閿�</label> + </div> <p class="block"> - 7.濠村効鏈熸槸鐢熼暱鍙戣偛鐨勭涓�楂樺嘲鏈燂紝涓斿嚭鐢熷悗鐨勫墠3涓湀鐢熼暱鍙戣偛鏈�鏃虹洓銆傦紙<input - type="text" - class="judge-input" - v-model="chapterSixData.question.judge.qSeven" - @input="saveChapterOneData" - />锛� + 7.濠村効鏈熸槸鐢熼暱鍙戣偛鐨勭涓�楂樺嘲鏈燂紝涓斿嚭鐢熷悗鐨勫墠3涓湀鐢熼暱鍙戣偛鏈�鏃虹洓銆傦紙锛� </p> + <div class="radio-box"> + <label> + <input + type="radio" + name="qSeven" + value="correct" + v-model="chapterSixData.question.judge.qSeven" + @change="saveChapterOneData" + /> + 瀵�</label> + <label> + <input + type="radio" + name="qSeven" + value="error" + v-model="chapterSixData.question.judge.qSeven" + @change="saveChapterOneData" + />閿�</label> + </div> <p class="block"> - 8.姝e父鎯呭喌涓嬶紝1宀佸┐鍎垮ご鍥寸殑骞冲潎鍊兼槸44鍘樼背锛岃兏鍥寸殑骞冲潎鍊间负46鍘樼背銆傦紙<input - type="text" - class="judge-input" - v-model="chapterSixData.question.judge.qEnight" - @input="saveChapterOneData" - />锛� + 8.姝e父鎯呭喌涓嬶紝1宀佸┐鍎垮ご鍥寸殑骞冲潎鍊兼槸44鍘樼背锛岃兏鍥寸殑骞冲潎鍊间负46鍘樼背銆傦紙锛� </p> + <div class="radio-box"> + <label> + <input + type="radio" + name="qEnight" + value="correct" + v-model="chapterSixData.question.judge.qEnight" + @change="saveChapterOneData" + /> + 瀵�</label> + <label> + <input + type="radio" + name="qEnight" + value="error" + v-model="chapterSixData.question.judge.qEnight" + @change="saveChapterOneData" + />閿�</label> + </div> <p class="block"> - 9. 1宀佷互鍐呴闃叉帴绉嶇殑鍩虹鍏嶇柅宸茬粡瀹屾垚锛屼互鍚庡氨涓嶉渶瑕佸啀鎺ョ浜嗐�傦紙<input - type="text" - class="judge-input" - v-model="chapterSixData.question.judge.qNine" - @input="saveChapterOneData" - />锛� + 9. 1宀佷互鍐呴闃叉帴绉嶇殑鍩虹鍏嶇柅宸茬粡瀹屾垚锛屼互鍚庡氨涓嶉渶瑕佸啀鎺ョ浜嗐�傦紙锛� </p> + <div class="radio-box"> + <label> + <input + type="radio" + name="qNine" + value="correct" + v-model="chapterSixData.question.judge.qNine" + @change="saveChapterOneData" + /> + 瀵�</label> + <label> + <input + type="radio" + name="qNine" + value="error" + v-model="chapterSixData.question.judge.qNine" + @change="saveChapterOneData" + />閿�</label> + </div> <p class="block"> - 10.瀛﹀墠鍎跨鑵嬬獫姹楄吅鍙戣揪锛屽洜姝わ紝鑵嬬獫姣旇函骞层�佽兏閮ㄥ嚭姹楁槑鏄俱�傦紙<input - type="text" - class="judge-input" - v-model="chapterSixData.question.judge.qTen" - @input="saveChapterOneData" - />锛� + 10.瀛﹀墠鍎跨鑵嬬獫姹楄吅鍙戣揪锛屽洜姝わ紝鑵嬬獫姣旇函骞层�佽兏閮ㄥ嚭姹楁槑鏄俱�傦紙锛� </p> + <div class="radio-box"> + <label> + <input + type="radio" + name="qTen" + value="correct" + v-model="chapterSixData.question.judge.qTen" + @change="saveChapterOneData" + /> + 瀵�</label> + <label> + <input + type="radio" + name="qTen" + value="error" + v-model="chapterSixData.question.judge.qTen" + @change="saveChapterOneData" + />閿�</label> + </div> <p class="block"> - 11.瀛﹀墠鍎跨涓嶅疁涓庢垚浜哄叡杩涗富椁愩�傦紙<input - type="text" - class="judge-input" - v-model="chapterSixData.question.judge.qEleven" - @input="saveChapterOneData" - />锛� + 11.瀛﹀墠鍎跨涓嶅疁涓庢垚浜哄叡杩涗富椁愩�傦紙锛� </p> + <div class="radio-box"> + <label> + <input + type="radio" + name="qEleven" + value="correct" + v-model="chapterSixData.question.judge.qEleven" + @change="saveChapterOneData" + /> + 瀵�</label> + <label> + <input + type="radio" + name="qEleven" + value="error" + v-model="chapterSixData.question.judge.qEleven" + @change="saveChapterOneData" + />閿�</label> + </div> <p class="block"><b>浜屻�佸~绌�</b></p> <p class="block"> 1.鏂扮敓鍎跨殑澶撮儴鏈変袱涓�滄煍杞殑鐐光�濓紝杩欐槸鍥熼棬锛岄�氬父<input -- Gitblit v1.9.1