@@ -57,6 +57,9 @@
// 检查并更新语言(uni.reLaunch 会触发 onShow)
try {
const savedLang = uni.getStorageSync('language')
if(savedLang){
uni.removeStorageSync('language');
}
console.log('App onShow - 缓存中的语言:', savedLang)
// 获取当前 i18n 实例并检查语言
The note is not visible to the blocked user.