Commit ab57ce69 authored by youjie's avatar youjie

no message

parent 454bbce2
......@@ -119,6 +119,7 @@ export default {
"paySign": payData.paySign, //微信签名
'success':function(res){
uni.hideLoading()
that.closePay()
uni.navigateTo({
url: '/pages/order-submit/pay-success?payInfo='+JSON.stringify(that.payInfo)
});
......@@ -128,6 +129,7 @@ export default {
},
'fail':function(res){
uni.hideLoading()
that.closePay()
},
'complete':function(res){
// uni.showToast({
......
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