Authored by 郭成尧

note

... ... @@ -146,6 +146,10 @@ if ($aliPayEL && $aliPayEL.length > 0 && $aliPayEL.data('href')) {
});
}
/**
* 获取微信支付数据
* @param {*} orderCode
*/
function getWechatPayData(orderCode) {
let jsApiParameters;
... ...