Commit 2d0a0a86 authored by 潘永坪's avatar 潘永坪

Merge branch 'develop' of http://192.168.0.204/panyongping/uni-pdtravel into develop

parents 8eae6c2a e2b1dd75
......@@ -169,9 +169,12 @@ export default {
title: '申请成功',
icon: 'none'
})
uni.reLaunch({
url: '/pages/my/order/orderList/orderList'
})
setTimeout(()=>{
uni.reLaunch({
url: '/pages/my/order/orderList/orderList'
})
},1000)
}else{
uni.showToast({
title: res.message,
......
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