@@ -170,6 +170,7 @@ const paySuccess = () => {
setTimeout(() => { uni.showToast({ title: '发布成功', icon: 'success' }) }, 1000)
}
const payClose = () => {
+ setTimeout(() => { uni.showToast({ title: '您已取消支付,请前往待支付查看!', icon: 'none', duration: 2000 }) }, 500)
uni.switchTab({ url: '/pages/index/position' }) // 不支持传参