user1
2024-06-25 a2d721b7aba60d0c599012c9fa69b6924df1e53e
src/books/artAndDrama/view/components/chapter002.vue
@@ -97,7 +97,9 @@
          <h3 class="lefth3" id="c014" style="margin-top: 7%;"><img class="img-gn1" alt=""
              src="../../assets/images/czysj.jpg" /></h3>
          <p class="text"><span class="hs1">◇</span>阅读下面的文字,为小蚂蚁选择一种性格吧。</p>
          <choice class="text" :questions="questions"  :primaryColor="accentColor"  hoverBackgroundColor="green" hoverColor="white"></choice>
          <!-- 拖拽题 -->
          <drag class="text" style=""  :question="dragQuestion" :page="16"/>
          <!-- <choice class="text" :questions="questions"  :primaryColor="accentColor"  hoverBackgroundColor="green" hoverColor="white"></choice> -->
          <p class="center  openImgBox"><img class="img-e" alt="" src="../../assets/images/2-2.gif" /></p>
        </div>
        <!-- 此次为页脚部分(需要设置页码) -->
@@ -247,12 +249,12 @@
</template>
<script>
import drag from "@/components/dragQuestion/index.vue"
import { getResourcePath } from "@/assets/methods/resources";
import choice from "@/components/choice/choice.vue"
export default {
  name: "chapterTwo",
  components: { choice },
  components: { choice,drag },
  props: {
    showPageList: {
      type: Array,
@@ -314,7 +316,7 @@
      dragQuestion:[
          {
          analysisCon: null,
          answer: ['A','B','C'],
          answer: ['C','A','B'],
          difficulty: 0,
          id: "7BC7B760",
          isCollect: false,