Commit 454bbce2 authored by youjie's avatar youjie

no message

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