修正跳转逻辑
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user