Authored by 郝肖肖

gulp ge 4.6.1

... ... @@ -12506,8 +12506,16 @@ function jsApiCall(orderCode, jsApiParameters) {
'getBrandWCPayRequest',
jsApiParameters,
function (res) {
//发送支付确认
$.ajax({
type: 'GET',
url: '/shopping/pay/wechatPayConfirm?order_code=' + orderCode,
dataType: 'json',
success: function (res) {
window.location.href = '/home/orders/detail?order_code=' + orderCode;
}
});
}
);
}
... ...
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.