lanxin il y a 1 semaine
Parent
commit
8a53a1ea19
2 fichiers modifiés avec 498 ajouts et 195 suppressions
  1. 494 195
      hot/public/data.js
  2. 4 0
      hot/src/views/Home.vue

Fichier diff supprimé car celui-ci est trop grand
+ 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) {