Commit f01ae5ae authored by Facius's avatar Facius

Merge branch 'dev-1.5.3' into test

parents b91156c8 76351b65
...@@ -1345,9 +1345,9 @@ export default { ...@@ -1345,9 +1345,9 @@ export default {
}, },
// 返回上一页更新订单状态 // 返回上一页更新订单状态
backGo() { backGo() {
const pages = getCurrentPages() // const pages = getCurrentPages()
const beforePage = pages[pages.length - 2] // const beforePage = pages[pages.length - 2]
if (beforePage.$vm.loadOrderDetail) 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