shish hace 1 año
padre
commit
5e5a0d9160
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.data.payStatus == 1){
                         that.showSuccess = true
-                        paySuccessReport({id:this.orderId})
+                        //paySuccessReport({id:this.orderId})
                         setTimeout(function(){
                             that.payFinish()
                         },900)