Browse Source

美博会活动优惠券

zhengjinyi 3 years ago
parent
commit
8aa185ce1d
1 changed files with 1 additions and 1 deletions
  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 () {//定时任务查询微信支付结果
         setTimerWechatPay:function () {//定时任务查询微信支付结果
             var _self = this;
             var _self = this;
             var timer;
             var timer;
-            PayApi.PayOrderPayWhetherSuccess({orderId: _self.payInfo.payOrderId, paySuccessCounter:_self.paySuccessCounter},function(response){
+            PayApi.PayOrderPayWhetherSuccess({mbOrderId:_self.mbOrderId},function(response){
                 // console.log(response);
                 // console.log(response);
                 if(response.code === 0){
                 if(response.code === 0){
                     CAIMEI.dialog('支付成功');
                     CAIMEI.dialog('支付成功');