mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-11-30 19:08:59 +08:00
wx pay
This commit is contained in:
parent
e128b2c6a3
commit
fdf77d122e
@ -73,13 +73,13 @@ $(function()
|
||||
{
|
||||
PayPopupParamsInit($('.submit-pay'));
|
||||
$('#order-pay-popup button[type="submit"]').trigger('click');
|
||||
}
|
||||
|
||||
} else {
|
||||
// 是否自动打开支付窗口
|
||||
if($('.submit-pay').data('is-auto') == 1)
|
||||
{
|
||||
$('.submit-pay').trigger('click');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
});
|
Loading…
Reference in New Issue
Block a user