Commit 8eecc718 authored by qipeng's avatar qipeng

跳转延迟1秒

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