Authored by 郝肖肖

gulp ge 4.6.1

@@ -12506,8 +12506,16 @@ function jsApiCall(orderCode, jsApiParameters) { @@ -12506,8 +12506,16 @@ function jsApiCall(orderCode, jsApiParameters) {
12506 'getBrandWCPayRequest', 12506 'getBrandWCPayRequest',
12507 jsApiParameters, 12507 jsApiParameters,
12508 function (res) { 12508 function (res) {
  12509 + //发送支付确认
  12510 + $.ajax({
  12511 + type: 'GET',
  12512 + url: '/shopping/pay/wechatPayConfirm?order_code=' + orderCode,
  12513 + dataType: 'json',
  12514 + success: function (res) {
12509 window.location.href = '/home/orders/detail?order_code=' + orderCode; 12515 window.location.href = '/home/orders/detail?order_code=' + orderCode;
12510 } 12516 }
  12517 + });
  12518 + }
12511 ); 12519 );
12512 } 12520 }
12513 12521
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.