소스 검색

美博会活动优惠券

zhengjinyi 3 년 전
부모
커밋
8aa185ce1d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/static/js/pay/caimei-paymobile.js

+ 1 - 1
src/main/resources/static/js/pay/caimei-paymobile.js

@@ -168,7 +168,7 @@ var payContainer = new Vue({
         setTimerWechatPay:function () {//定时任务查询微信支付结果
             var _self = this;
             var timer;
-            PayApi.PayOrderPayWhetherSuccess({orderId: _self.payInfo.payOrderId, paySuccessCounter:_self.paySuccessCounter},function(response){
+            PayApi.PayOrderPayWhetherSuccess({mbOrderId:_self.mbOrderId},function(response){
                 // console.log(response);
                 if(response.code === 0){
                     CAIMEI.dialog('支付成功');