Explorar el Código

Merge branch 'master' of http://60.205.254.193:3000/GCLS/GCLS_Page_Personal

natasha hace 2 años
padre
commit
8ad6342ff5
Se han modificado 2 ficheros con 6 adiciones y 6 borrados
  1. 3 3
      src/components/common/Hanzi.vue
  2. 3 3
      src/components/common/WordPhraseDetail.vue

+ 3 - 3
src/components/common/Hanzi.vue

@@ -171,9 +171,9 @@ export default {
               if (itemss.key == "pronunciation") {
                 // 音频
 
-                _this.mp3Url = itemss.objects[0]["@value"]
-                  ? itemss.objects[0]["@value"]
-                  : "";
+                // _this.mp3Url = itemss.objects[0]["@value"]
+                //   ? itemss.objects[0]["@value"]
+                //   : "";
               } else if (itemss.key == "definition") {
                 // 释义
                 _this.paraphrase = itemss.objects;

+ 3 - 3
src/components/common/WordPhraseDetail.vue

@@ -407,9 +407,9 @@ export default {
             items.attrs.forEach((itemss) => {
               if (itemss.key == "pronunciation") {
                 // 音频
-                _this.mp3Url = itemss.objects[0]["@value"]
-                  ? itemss.objects[0]["@value"]
-                  : "";
+                // _this.mp3Url = itemss.objects[0]["@value"]
+                //   ? itemss.objects[0]["@value"]
+                //   : "";
               }
             });
           });