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/chapter010.vue | 77 +++++++++++++++++++++++++++++--------- 1 files changed, 59 insertions(+), 18 deletions(-) diff --git a/src/books/childHealth/view/content/components/chapter010.vue b/src/books/childHealth/view/content/components/chapter010.vue index 49bf959..e4f44ca 100644 --- a/src/books/childHealth/view/content/components/chapter010.vue +++ b/src/books/childHealth/view/content/components/chapter010.vue @@ -424,7 +424,6 @@ controls controlslist="nodownload" class="w100 video-border video" - @play="videoPlay" ></video> <p class="img">瑙嗛锛氬辜鍎垮洯鍚勫閰嶇疆鐨勫崼鐢熻姹�</p> </div> @@ -1092,7 +1091,6 @@ controls controlslist="nodownload" class="w100 video-border video" - @play="videoPlay" ></video> <p class="img">瑙嗛锛氬辜鍎垮洯鏂囧叿鍜屾暀鐜╁叿鍗敓</p> </div> @@ -1260,14 +1258,27 @@ <p class="custom_tag">鈥㈠洖椤句笌鍙嶆�濃��</p> <p class="block"><b>涓�銆佸垽鏂閿�</b></p> <p class="block"> - 1.骞煎効鍥殑鍘ㄦ埧鍙婇殧绂诲搴旀湁鍗曠嫭鐨勫叆鍙c�傦紙<input - type="text" - class="judge-input" - v-model="chapterTenData.question.judge.qOne" - @input="saveChapterOneData" - - />锛� + 1.骞煎効鍥殑鍘ㄦ埧鍙婇殧绂诲搴旀湁鍗曠嫭鐨勫叆鍙c�傦紙锛� </p> + <div class="radio-box"> + <label> + <input + type="radio" + name="qOne" + value="correct" + v-model="chapterTenData.question.judge.qOne" + @change="saveChapterOneData" + /> + 瀵�</label> + <label> + <input + type="radio" + name="qOne" + value="error" + v-model="chapterTenData.question.judge.qOne" + @change="saveChapterOneData" + />閿�</label> + </div> <p class="block"> 2.涓昏鍎跨鐢ㄦ埧鐨勭幓鍦伴潰绉瘮鍊间笉搴斾綆浜�1鈭�8銆傦紙<input type="text" @@ -1276,14 +1287,47 @@ @input="saveChapterOneData" />锛� </p> + <div class="radio-box"> + <label> + <input + type="radio" + name="qTwo" + value="correct" + v-model="chapterTenData.question.judge.qTwo" + @change="saveChapterOneData" + /> + 瀵�</label> + <label> + <input + type="radio" + name="qTwo" + value="error" + v-model="chapterTenData.question.judge.qTwo" + @change="saveChapterOneData" + />閿�</label> + </div> <p class="block"> - 3.鍎跨鐢ㄥ簥涓�鑸互鏉″舰鏈ㄦ澘搴婁负鏈�濂斤紝閫忔皵涓旀湁鍒╀簬鍎跨鑴婃煴姝g洿銆傦紙<input - type="text" - class="judge-input" - v-model="chapterTenData.question.judge.qThree" - @input="saveChapterOneData" - />锛� + 3.鍎跨鐢ㄥ簥涓�鑸互鏉″舰鏈ㄦ澘搴婁负鏈�濂斤紝閫忔皵涓旀湁鍒╀簬鍎跨鑴婃煴姝g洿銆傦紙锛� </p> + <div class="radio-box"> + <label> + <input + type="radio" + name="qThree" + value="correct" + v-model="chapterTenData.question.judge.qThree" + @change="saveChapterOneData" + /> + 瀵�</label> + <label> + <input + type="radio" + name="qThree" + value="error" + v-model="chapterTenData.question.judge.qThree" + @change="saveChapterOneData" + />閿�</label> + </div> <p class="block"><b>浜屻�佸~绌�</b></p> <p class="block"> <input @@ -1493,9 +1537,6 @@ gotoLabel(id) { (this.container ? this.container : document).getElementById(id).scrollIntoView() }, - videoPlay(e) { - this.$emit('closeVideo',e.srcElement.currentSrc) - } }, }; </script> -- Gitblit v1.9.1