diff --git a/usertool.js b/usertool.js index f17e8d5..3b0a234 100644 --- a/usertool.js +++ b/usertool.js @@ -18,7 +18,7 @@ export default { RESPONSIVE_TABBAR_ALWAYSHIDE: false, BACKEND: 'SERVER', // 通过变量来动态切换后台类型:服务器 SERVER 或云服务 UNICLOUD. 应当根据实际需要,在前端所用的 unitool 里覆盖。 - this.thisPage() { + thisPage() { return this.constructor.name==='VueComponent' ? this // 对于组件内定义的 i18nText,要使用 this 来获得组建内的 i18nText,而不是 getCurrentPages[...] 去访问全局页面的 i18nText。 : ( getCurrentPages()[getCurrentPages().length - 1] // [20220401] 发现在 topWindow 里, getCurrentPages 是 undefined。 || {} ) // 用 {} 做备份是为了在 App.vue 中使用时,getCurrentPages() 有可能获取不到。