页面框架体系重新调整

This commit is contained in:
aixianling
2021-12-13 10:16:08 +08:00
parent 6174c46869
commit bd727f76b4
8 changed files with 61 additions and 97 deletions

View File

@@ -47,8 +47,8 @@ export default {
} else if (this.custom) {
this.$emit("back")
} else if (this.custom) {
} else this.root.goto({}, () => {
if (this.eventName != '') {
} else uni.navigateBack({
success: () => {
uni.$emit(this.eventName, this.data)
}
})