| | |
| | | </div> |
| | | <examinations :cardList="questionData[198]" sourceType="json" v-if="questionData"> |
| | | </examinations> |
| | | <p class="block"> |
| | | <i>y</i>=-sin<i>x</i>与<i>y</i>=sin<i>x</i>的图像有什么关系? |
| | | <i>y</i>=1+sin<i>x</i>与<i>y</i>=sin<i>x</i>的图像有什么关系? |
| | | </p> |
| | | </div> |
| | | <p class="left"> |
| | | <img class="img-gn" alt="" src="../../assets/images/stlx.jpg" /> |
| | | </p> |
| | | <div class="bj"> |
| | | <fillInTable :queryData="queryDataOne" /> |
| | | <paint |
| | | <!-- <paint |
| | | :page="198" |
| | | :imgUrl="this.config.activeBook.resourceUrl + '/images/0103-2.jpg'" |
| | | /> |
| | | /> --> |
| | | <graffiti |
| | | :page="198" |
| | | :bcImg="this.config.activeBook.resourceUrl + '/images/0103-2.jpg'" |
| | | :imgWidth="520" |
| | | :imgHeight="494" |
| | | /> |
| | | </div> |
| | | <h3 id="c058"> |
| | | 5.6.2 正弦函数的性质(一)<span class="fontsz2">>>></span> |
| | |
| | | <p class="table-answer-box" v-if="isShowAnswer"> |
| | | 答案:翻转和平移 |
| | | </p> |
| | | <paint |
| | | <!-- <paint |
| | | :page="204" |
| | | :canvasHeight="200" |
| | | :imgUrl="this.config.activeBook.resourceUrl + '/images/0208-4.jpg'" |
| | | /> |
| | | /> --> |
| | | <graffiti |
| | | :page="204" |
| | | :bcImg="this.config.activeBook.resourceUrl + '/images/0208-4.jpg'" |
| | | :imgWidth="520" |
| | | :imgHeight="294" |
| | | /> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | |
| | | <script> |
| | | import paint from '@/components/paint/index.vue' |
| | | import graffiti from '@/components/graffiti/index.vue' |
| | | import examinations from "@/components/examinations/index.vue"; |
| | | import fillInTable from "@/components/fillInTable/index.vue"; |
| | | const handleShow = (num) => { |
| | |
| | | type: Object, |
| | | }, |
| | | }, |
| | | components: { examinations, fillInTable,paint }, |
| | | components: { examinations, fillInTable,paint,graffiti }, |
| | | data() { |
| | | return { |
| | | ...showObj, |