fix: 增加加密的order number

This commit is contained in:
zhangds 2024-03-15 16:16:17 +08:00
parent cb0c4114bd
commit 9a25833c6e
1 changed files with 21 additions and 21 deletions

View File

@ -355,7 +355,7 @@
if (res.goods.channel == 2) {
if (res.goods.is_webview == 1) {
/* 公众号 */
this.publicCollection(res.order_number);
this.publicCollection(res.alipay_order_number);
} else if (ua.indexOf("dingtalk") > -1) {
//在钉钉内置环境打开,不能唤起微信小程序
window.location.href = res.wechat_redirect_url;