Commit 76351b65 authored by Facius's avatar Facius

fix: 订单详情页面需要每次都刷新详情

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