Commit 782470a1 authored by Facius's avatar Facius

Merge branch 'dev' of https://git.banshouhui.com/lijundan/self-support into dev

parents a7790e06 2dbdd7ba
...@@ -815,7 +815,7 @@ ...@@ -815,7 +815,7 @@
backGo() { backGo() {
const pages = getCurrentPages() const pages = getCurrentPages()
const beforePage = pages[pages.length - 2] const beforePage = pages[pages.length - 2]
beforePage.$vm.loadOrderDetail() if (beforePage.$vm.loadOrderDetail) beforePage.$vm.loadOrderDetail()
uni.navigateBack() 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