| | |
| | | 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"/> --> |
| | | <graffiti style="width:100%" /> |
| | | </div> |
| | | <!-- 函数控件弹窗 --> |
| | | <el-dialog |
| | |
| | | |
| | | <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' |
| | | import graffiti from "@/components/graffiti/index.vue" |
| | | export default { |
| | | name: "chapter-one", |
| | | components: { examinations,drag,graffiti }, |
| | | components: { examinations,graffiti }, |
| | | props: { |
| | | showPageList: { |
| | | type: Array, |