闫增涛
2024-07-01 0ab7ff07fd29ac32be045d505ae2d2b9290647a7
src/books/mathBook/view/components/chapter001.vue
@@ -571,12 +571,14 @@
              v-if="questionData"
              :isReal="false"
            ></examinations>
            <p class="gr-title">四、函数 f(x)=x’-3 的图像在 轴左边的部分如图所示,请你画出这个函数图像在 y轴右边的部分.</p>
            <div style="margin:0 auto;width:330px">
              <graffiti :page="9" :bcImg="this.config.activeBook.resourceUrl + '/images/0103-2.jpg'" :imgHeight="300" :imgWidth="300" :bcColor="'#d3edfa'"  />
            </div>
          </div>
        </div>
      </div>
    </div>
    <div class="page-box padding-116" page="10">
      <drag :question="dragQuestion" :page="10"/>
    </div>
    <!-- 函数控件弹窗 -->
    <el-dialog
@@ -820,12 +822,12 @@
<script>
import examinations from "@/components/examinations/index.vue";
import graffiti from '@/components/graffiti/index.vue'
import { getResourcePath } from "@/assets/methods/resources";
import { getCollectResource,setCollectResource } from "@/assets/methods/resources";
import drag from '@/components/dragQuestion/index.vue'
export default {
  name: "chapter-one",
  components: { examinations,drag },
  components: { examinations,graffiti },
  props: {
    showPageList: {
      type: Array,