zhongshujie
2024-07-22 d26a9606594c222506d8b957134261da486006b0
src/books/English/view/components/chapter006.vue
@@ -333,7 +333,7 @@
            <p class="center"><b>A Positive Work Environment</b></p>
            <p class="center">
              <audio
                :src="resource.readingTwo"
                :src="resource.readingOne"
                controls
                controlslist="noplaybackrate nodownload"
                style="margin-left: 10px"
@@ -1448,7 +1448,7 @@
            <p class="center"><b>Code of Conduct in the Workplace</b></p>
            <p class="center">
              <audio
                :src="resource.readingTwo"
                :src="resource.readingThree"
                controls
                controlslist="noplaybackrate nodownload"
                style="margin-left: 10px"
@@ -1664,7 +1664,7 @@
              <span class="line-border-box"></span>
            </p>
            <audio
              :src="resource.readingTwo"
              :src="resource.readingFour"
              controls
              controlslist="noplaybackrate nodownload"
              style="margin-left: 10px"
@@ -2308,12 +2308,6 @@
            <h3 id="c053" class="fl al-cn">
              <span class="bjh3">Listening</span>
              <!--controlslist="noplaybackrate nodownload"后面的音频框加入这个-->
              <audio
                :src="resource.listenOne"
                controls
                controlslist="noplaybackrate nodownload"
                class="audio"
              ></audio>
            </h3>
            <p>
              <b
@@ -2322,6 +2316,12 @@
                (F).</b
              >
            </p>
            <audio
                :src="resource.listenTwo"
                controls
                controlslist="noplaybackrate nodownload"
                class="audio"
              ></audio>
            <p v-for="(item,index) in listenThree[0].value" :key="index">
              (
                <select class="select-border" v-model="item.userAnswer" @change="saveListenThree"
@@ -2373,6 +2373,12 @@
                corresponding speaker.</b
              >
            </p>
            <audio
                :src="resource.listenThree"
                controls
                controlslist="noplaybackrate nodownload"
                class="audio"
              ></audio>
            <table
              border="1"
              cellpadding="4"
@@ -3478,6 +3484,10 @@
        listenOne: "",
        readingOne: "",
        readingTwo: "",
        readingThree: "",
        readingFour: "",
        listenTwo: "",
        listenThree: "",
      },
      // 新增
      dropDownOne:[
@@ -4388,14 +4398,27 @@
    },
    async getPath() {
      this.resource.listenOne = await getResourcePath(
        "422139A2EF66EA888C5ED1D550AE23E0"
        "AB15FA5A96B3FA325489F2E6620827FD"
      );
      this.resource.readingOne = await getResourcePath(
        "3F442B682D84C8AB06C800B29D734920"
        "DF353557BE4B2C0E71BB2A50C0CA753C"
      );
      this.resource.readingTwo = await getResourcePath(
        "E8719EC88026BCFB11D292AA999F6D3D"
        "88F39B788C726DD5DB25F429570FFF7D"
      );
      this.resource.readingThree = await getResourcePath(
        "B32CC91B062501D0D75349EC300C37EA"
      );
      this.resource.readingFour = await getResourcePath(
        "0CFCC206E2DC45FBA070CD9CD7F0428B"
      );
      this.resource.listenTwo = await getResourcePath(
        "B392589318D7CC282BE811EDA2D8E6B0"
      );
      this.resource.listenThree = await getResourcePath(
        "625FDB71EC5BD35CF489AA4DE6730373"
      );
    },
    saveDropdoenOne() {
      localStorage.setItem('english-chapter06-dropDownOne',JSON.stringify(this.dropDownOne))