修正跳转逻辑

This commit is contained in:
zhonghua.li
2026-04-19 15:48:33 +08:00
parent 15c554a7c2
commit 9d1b425f0a
6 changed files with 16 additions and 22 deletions

View File

@@ -132,9 +132,13 @@ export default {
return totalNavbarHeightRpx + 72 + 'rpx';
},
},
onLoad() {
onLoad(options) {
this.updateNavbarPosition();
this.loadCurrentUserInfo();
const t = options && options.tab;
if (t === 'reception' || t === 'status' || t === 'tag') {
this.activeTab = t;
}
},
onShow() {
this.$nextTick(() => {