Commit 454bbce2 authored by youjie's avatar youjie

no message

parent ad94ee43
...@@ -119,17 +119,20 @@ export default { ...@@ -119,17 +119,20 @@ export default {
"paySign": payData.paySign, //微信签名 "paySign": payData.paySign, //微信签名
'success':function(res){ 'success':function(res){
uni.hideLoading() uni.hideLoading()
uni.showToast({ uni.navigateTo({
title:'支付成功' url: '/pages/order-submit/pay-success?payInfo='+JSON.stringify(that.payInfo)
}) });
// uni.showToast({
// title:'支付成功'
// })
}, },
'fail':function(res){ 'fail':function(res){
uni.hideLoading() uni.hideLoading()
}, },
'complete':function(res){ 'complete':function(res){
uni.showToast({ // uni.showToast({
title:res.errMsg // title:res.errMsg
}) // })
} }
}) })
}, },
......
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