闫增涛
2024-05-30 a280e63446d41ec4046270444f61093e5f34a533
src/books/lifeCare/view/chapter007.vue
@@ -1367,19 +1367,6 @@
            />
          </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"
@@ -1447,7 +1434,7 @@
          <p>(2)如何有效地营造氛围?</p>
          <div class="bk-tx">
            <p class="left">播放音乐</p>
            <<textarea
            <textarea
              v-model="chapter007.textAreaItem.text31"
              style="border: 0"
              placeholder="请输入内容"
@@ -2854,7 +2841,7 @@
      localStorage.setItem("chapter007", JSON.stringify(this.chapter007));
    },
    showSwdt() {
      this.chapter007.isShowSwdt = !this.chapter007.isShowSwdt;
      this.$emit('eventSwdt','swdt')
    },
    handUploadFile(e, type) {
      var that = this;
@@ -2893,7 +2880,7 @@
        });
    },
    handFile(str) {
      let dom = document.getElementById(str);
      let dom = (document).getElementById(str);
      dom.click();
    },
  },