|
@@ -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" });
|