赞
踩
toNavigate() { // 页面栈丢失问题修复 let canNavBack = getCurrentPages() if (canNavBack && canNavBack.length > 1) { uni.$emit('need', { code: this.code, structureName: this.structureName }); // 使用uni.navigateBack()方法返回上一页时,也可以在上一页的onUnload钩子函数中实现数据的刷新操作。 uni.navigateBack(); } else { uni.$emit('need', { code: this.code, structureName: this.structureName }); history.back(); } },
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。