...
|
...
|
@@ -313,15 +313,19 @@ |
|
|
signType: data.data.signType, // 签名方式,默认为'SHA1',使用新版支付需传入'MD5'
|
|
|
paySign: data.data.paySign, // 支付签名
|
|
|
success: function (res) {
|
|
|
// 支付成功后的回调函数
|
|
|
window.location.href=data.url;
|
|
|
}
|
|
|
});
|
|
|
}else if($(".icon-xuanzhong2").attr('data-var') == 0) {
|
|
|
if(data.code == 20000) {
|
|
|
window.location.href=data.url;
|
|
|
}
|
|
|
}else if($(".icon-xuanzhong2").attr('data-var') == 3) {
|
|
|
if(data.code == 20000) {
|
|
|
window.location.href=data.url;
|
|
|
}
|
|
|
}else {
|
|
|
|
|
|
;
|
|
|
}
|
|
|
}
|
|
|
})
|
...
|
...
|
|