新增三码适配
This commit is contained in:
@@ -11,10 +11,7 @@
|
||||
// 注意:语言初始化已移至 main.js,确保每次 reLaunch 都能正确加载新语言
|
||||
},
|
||||
onShow: async function() {
|
||||
console.log('========================================')
|
||||
console.log('=== App onShow 被调用 ===')
|
||||
console.log('时间戳:', new Date().toLocaleTimeString())
|
||||
|
||||
|
||||
// 检查启动路径,如果设置了启动路径则跳转
|
||||
try {
|
||||
const launchPath = uni.getStorageSync('launchPath')
|
||||
@@ -81,8 +78,6 @@
|
||||
} catch (e) {
|
||||
console.error('App onShow - 语言检查失败:', e)
|
||||
}
|
||||
|
||||
console.log('========================================')
|
||||
},
|
||||
onHide: function() {
|
||||
console.log('App Hide')
|
||||
|
||||
Reference in New Issue
Block a user