lanxin 1 周之前
父节点
当前提交
55459cb5ba
共有 2 个文件被更改,包括 234 次插入279 次删除
  1. 232 277
      hot/public/data.js
  2. 2 2
      hot/src/views/Home.vue

文件差异内容过多而无法显示
+ 232 - 277
hot/public/data.js


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

@@ -296,7 +296,7 @@ export default {
       },
       isShowLanlist: false,
       isShowAudlist: false,
-      curLanguage: localStorage.getItem("locale"),
+      curLanguage: this.$route.query.curLang || localStorage.getItem("locale"),
     };
   },
   watch: {
@@ -465,7 +465,7 @@ export default {
       isPe && this.languageList.push({ name: "Português", key: "pe" });
       this.curLanguage === "zh-hk" &&
         item?.mp3_zh &&
-        this.audioList.push({ name: "國語", key: "mp3_zh" });
+        this.audioList.push({ name: "普通話", key: "mp3_zh" });
       this.curLanguage === "zh-hk" &&
         item?.mp3_zhhk &&
         this.audioList.push({ name: "粵語", key: "mp3_zhhk" });