lanxin 1 ヶ月 前
コミット
ddf8e8e09b
2 ファイル変更5711 行追加264 行削除
  1. 3 3
      hot/src/views/Home.vue
  2. 5708 261
      hot/src/views/data.js

+ 3 - 3
hot/src/views/Home.vue

@@ -418,9 +418,9 @@ export default {
           ? "pe"
           : "not";
       console.log(this.language, "===============");
-      this.$nextTick(() => {
-        this.autoAudioSta = true;
-      });
+      // this.$nextTick(() => {
+      //   this.autoAudioSta = true;
+      // });
     },
     getData() {
       // https://www.4dmodel.com/

ファイルの差分が大きいため隠しています
+ 5708 - 261
hot/src/views/data.js