lanxin 1 週間 前
コミット
8a53a1ea19
2 ファイル変更498 行追加195 行削除
  1. 494 195
      hot/public/data.js
  2. 4 0
      hot/src/views/Home.vue

ファイルの差分が大きいため隠しています
+ 494 - 195
hot/public/data.js


+ 4 - 0
hot/src/views/Home.vue

@@ -400,6 +400,10 @@ export default {
       let data = this.activeObj.images[this.myInd];
       this.audio = data[item.key];
       this.audioType = item.key;
+      this.audioSta = false;
+      this.$nextTick(() => {
+        this.audioSta = true;
+      });
       localStorage.setItem("cnPreference", item.key);
     },
     showText(type) {