QYF-GitLab1
2025-02-17 1b3fd3be47ea0c06b80db9603eb1279daa0dad07
src/books/aviationEtiquette/view/components/chpater002.vue
@@ -40,12 +40,12 @@
                  class="zt-zysx1">问</span>
              </p>
            </div>
            <div class="bj3">
            <div class="bj3 fz-15">
              <p>
                李丽决定通过服装搭配以及更多地了解航司的形象文化来为自己的面试加分。那么,李丽该怎样去了解航司服装文化?如何得体地搭配和修饰自己呢?
              </p>
              <textarea v-model="questionData.askAbout.one" placeholder="请输入内容" rows="4"
                        class="fz-16 textarea-box" @change="setBookQuestion"></textarea>
                        class="fz-15 textarea-box" @change="setBookQuestion"></textarea>
            </div>
          </div>
        </div>
@@ -524,13 +524,13 @@
                  class="zt-zysx1">问</span>
              </p>
            </div>
            <div class="bj3">
            <div class="bj3 fz-15">
              <p>1.媛媛为什么会尴尬呢?</p>
              <textarea v-model="questionData.askAbout.two" placeholder="请输入内容" rows="4"
                        class="fz-16 textarea-box" @change="setBookQuestion"></textarea>
                        class="fz-15 textarea-box" @change="setBookQuestion"></textarea>
              <p>2.你知道的民航制服规范有哪些呢?</p>
              <textarea v-model="questionData.askAbout.three" placeholder="请输入内容" rows="4"
                        class="fz-16 textarea-box" @change="setBookQuestion"></textarea>
                        class="fz-15 textarea-box" @change="setBookQuestion"></textarea>
            </div>
          </div>
          <p>
@@ -1257,7 +1257,7 @@
          </li>
        </ul>
        <div class="bodystyle">
          <p>好是保持无头皮屑,无分叉、枯燥的发质,发面不油腻。</p>
          <p class="td-0">好是保持无头皮屑,无分叉、枯燥的发质,发面不油腻。</p>
          <h5 id="e062">(二)长度适宜的原则</h5>
          <h6 id="f012">1.男士</h6>
          <p>前发:男士应为短发,前发要求不遮盖额头一半(见图2-1-18)。</p>
@@ -1336,7 +1336,7 @@
          <li class="header-right-end" style=""><br></li>
        </ul>
        <div class="bodystyle">
          <p>的造型不杂乱。发型工具多种多样,其作用也是根据发质而定的。</p>
          <p class="td-0">的造型不杂乱。发型工具多种多样,其作用也是根据发质而定的。</p>
          <h5 id="e065">(一)发型工具</h5>
          <p>
            尖尾梳:别名挑梳、分针梳,主要用于盘发。一边梳,一边用尖尾顺次把头发挑起(见图2-1-24)。
@@ -1630,7 +1630,7 @@
          <p>4.正方形脸型者适宜描画(  )的眉形。</p>
          <p><input
              type="radio"
              name="projectTwo.three"
              name="projectTwo.four"
              :disabled="questionData.isComplete"
              value="A"
              id="4"
@@ -1639,7 +1639,7 @@
            />A.下挂</p>
          <p><input
              type="radio"
              name="projectTwo.three"
              name="projectTwo.four"
              :disabled="questionData.isComplete"
              value="B"
              id="4"
@@ -1648,7 +1648,7 @@
            />B.拱形</p>
          <p><input
              type="radio"
              name="projectTwo.three"
              name="projectTwo.four"
              :disabled="questionData.isComplete"
              value="C"
              id="5"
@@ -1839,10 +1839,10 @@
                  class="zt-zysx1">问</span>
              </p>
            </div>
            <div class="bj3">
            <div class="bj3 fz-15">
              <p>请谈谈微笑对民航服务工作的重要性。</p>
              <textarea v-model="questionData.askAbout.four" placeholder="请输入内容" rows="4"
                        class="fz-16 textarea-box" @change="setBookQuestion"></textarea>
                        class="fz-15 textarea-box" @change="setBookQuestion"></textarea>
            </div>
          </div>
          <p>
@@ -2160,10 +2160,10 @@
                  class="zt-zysx1">问</span>
              </p>
            </div>
            <div class="bj3">
            <div class="bj3 fz-15">
              <p>说说你知道的通用手势语都有哪些?</p>
              <textarea v-model="questionData.askAbout.five" placeholder="请输入内容" rows="4"
                        class="fz-16 textarea-box" @change="setBookQuestion"></textarea>
                        class="fz-15 textarea-box" @change="setBookQuestion"></textarea>
            </div>
          </div>
          <h4 id="d057">一、手势的分类及使用范围</h4>
@@ -2796,18 +2796,19 @@
    }
    const choiceQuestion = localStorage.getItem(
      "civilAviatyonSevervices-book-chapter02-Data"
      "aviationEtiquette-book-chapter02-Data"
    );
    if (choiceQuestion) {
      this.chapterData = JSON.parse(choiceQuestion);
    }
    const videoData = localStorage.getItem(
      "civilAviatyonSevervices-book-chapter002"
      "aviationEtiquette-book-chapter002"
    );
    if (videoData) {
      this.chapter002 = JSON.parse(videoData);
    }
    this.getVidoePath();
    this.collectResourceList = await getCollectResource(
      this.config.activeBook.bookId