| | |
| | | /> |
| | | </p> |
| | | <div class="bk-tx" style="min-height: 200px"> |
| | | <div class="bk-iframe" v-if="chapter007.isShowSwdt"> |
| | | <div class="header-swdt"> |
| | | <p>思维导图</p> |
| | | <i class="el-icon-close" @click="showSwdt"></i> |
| | | </div> |
| | | <iframe |
| | | width="100%" |
| | | height="600px" |
| | | frameborder="0" |
| | | scrolling="no" |
| | | src="https://www.iodraw.com/mind" |
| | | ></iframe> |
| | | </div> |
| | | <div |
| | | class="bk-inputUpload" |
| | | v-if="chapter007.pictrueList.length == 0" |
| | |
| | | localStorage.setItem("chapter007", JSON.stringify(this.chapter007)); |
| | | }, |
| | | showSwdt() { |
| | | this.chapter007.isShowSwdt = !this.chapter007.isShowSwdt; |
| | | this.$emit('eventSwdt','swdt') |
| | | }, |
| | | handUploadFile(e, type) { |
| | | var that = this; |
| | |
| | | }); |
| | | }, |
| | | handFile(str) { |
| | | let dom = document.getElementById(str); |
| | | let dom = (document).getElementById(str); |
| | | dom.click(); |
| | | }, |
| | | }, |