guanchunjie před 3 roky
rodič
revize
ddc3cb607d

+ 4 - 1
src/components/Adult/common/Upload.vue

@@ -108,7 +108,10 @@ export default {
     handleChange(file, fileList) {},
     handleSuccess(response, file, fileList) {
       if (response.status == 1) {
-        this.handleMp3Base64(file);
+        if (this.handleMp3Base64) {
+          this.handleMp3Base64(file);
+        }
+
         response.duration = response.file_info_list[0].media_duration
           ? response.file_info_list[0].media_duration
           : 10;

Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 29 - 2792
src/components/Adult/inputModules/DialogueArticleChs/index.vue


+ 2 - 6
src/components/Adult/preview/DialogueArticleViewChs/WordModelChs.vue

@@ -112,9 +112,6 @@
               <img :src="articleImg[index + 1]" v-if="articleImg[index + 1]" />
             </div>
           </div>
-          <div class="remarkBox remark-top">
-            <RemarkChs :remarkDetail="item.remarkDetail" />
-          </div>
         </div>
         <div class="NPC-article-empty NPC-article-empty-bottom">
           <div class="empty-left"></div>
@@ -464,10 +461,9 @@ export default {
       background: rgba(0, 0, 0, 0.06);
     }
     .article-content {
-      width: 553px;
+      width: 100%;
       box-sizing: border-box;
-      border-right: 1px rgba(0, 0, 0, 0.1) solid;
-      padding: 8px 0px 8px 23px;
+      padding: 8px 24px 8px 24px;
       &.paraLast {
         padding-bottom: 24px;
       }

Některé soubory nejsou zobrazeny, neboť je v těchto rozdílových datech změněno mnoho souborů