Commit f399215a authored by Damon's avatar Damon

完工-返回上一页处理

parent f6d988c8
......@@ -815,7 +815,7 @@
backGo() {
const pages = getCurrentPages()
const beforePage = pages[pages.length - 2]
beforePage.$vm.loadOrderDetail()
if (beforePage.$vm.loadOrderDetail) beforePage.$vm.loadOrderDetail()
uni.navigateBack()
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment