shish 1 год назад
Родитель
Сommit
5e5a0d9160
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      hdPad/src/pages/home/components/toPay.vue

+ 1 - 1
hdPad/src/pages/home/components/toPay.vue

@@ -95,7 +95,7 @@ export default {
                 if(res.code == 1){
                 if(res.code == 1){
                     if(res.data.payStatus == 1){
                     if(res.data.payStatus == 1){
                         that.showSuccess = true
                         that.showSuccess = true
-                        paySuccessReport({id:this.orderId})
+                        //paySuccessReport({id:this.orderId})
                         setTimeout(function(){
                         setTimeout(function(){
                             that.payFinish()
                             that.payFinish()
                         },900)
                         },900)