소스 검색

fix(data.js)

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) {