From 69305b78731397638b497360892a416b41fcbf7b Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期三, 20 十一月 2024 17:00:42 +0800 Subject: [PATCH] 数学 --- src/books/mathBook/view/components/chapter002.vue | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/books/mathBook/view/components/chapter002.vue b/src/books/mathBook/view/components/chapter002.vue index 64f40da..de8fd3c 100644 --- a/src/books/mathBook/view/components/chapter002.vue +++ b/src/books/mathBook/view/components/chapter002.vue @@ -1374,7 +1374,13 @@ <p>鈶�<i>y</i>=<i>x</i><sup>2</sup>-3<i>x</i>-4锛� 鈶�<i>y</i>=<i>x</i><sup>2</sup>+<i>x</i>+2锛� 鈶�<i>y</i>=<i>x</i><sup>2</sup>-6<i>x</i>+9.</p> <p>锛�1锛� 鍒嗗埆鐢诲嚭瀹冧滑鐨勫嚱鏁板浘鍍忥紱</p> - <paint :page="51" :imgUrl="this.config.activeBook.resourceUrl + '/images/a6fe3d63.png'" /> + <!-- <paint :page="51" :imgUrl="this.config.activeBook.resourceUrl + '/images/a6fe3d63.png'" /> --> + <graffiti + :page="51" + :bcImg="this.config.activeBook.resourceUrl + '/images/a6fe3d63.png'" + :imgWidth="520" + :imgHeight="494" + /> <p> 锛�2锛� 鏍规嵁鍑芥暟鍥惧儚鍐欏嚭<i>y</i>=0锛�<i>y</i>锛�0锛�<i>y</i>锛�0鏃舵墍瀵瑰簲鐨�<i>x</i>鐨勫�兼垨鍙栧�艰寖鍥�. <span class="btn-box" @click="isShowAnswer = !isShowAnswer"> @@ -3656,6 +3662,7 @@ return obj } const showObj = handleShow(30) +import graffiti from '@/components/graffiti/index.vue' import paint from '@/components/paint/index.vue' import examinations from '@/components/examinations/index.vue' export default { @@ -3669,7 +3676,7 @@ type: Object, }, }, - components: { examinations, paint }, + components: { examinations, paint,graffiti }, data() { return { collectImg: require('../../assets/images/icon/heart.png'), -- Gitblit v1.9.1