shish před 1 rokem
rodič
revize
5e5a0d9160
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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)