Commit ab57ce69 authored by youjie's avatar youjie

no message

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