fix: 增加加密的order number
This commit is contained in:
parent
cb0c4114bd
commit
9a25833c6e
|
@ -355,7 +355,7 @@
|
||||||
if (res.goods.channel == 2) {
|
if (res.goods.channel == 2) {
|
||||||
if (res.goods.is_webview == 1) {
|
if (res.goods.is_webview == 1) {
|
||||||
/* 公众号 */
|
/* 公众号 */
|
||||||
this.publicCollection(res.order_number);
|
this.publicCollection(res.alipay_order_number);
|
||||||
} else if (ua.indexOf("dingtalk") > -1) {
|
} else if (ua.indexOf("dingtalk") > -1) {
|
||||||
//在钉钉内置环境打开,不能唤起微信小程序
|
//在钉钉内置环境打开,不能唤起微信小程序
|
||||||
window.location.href = res.wechat_redirect_url;
|
window.location.href = res.wechat_redirect_url;
|
||||||
|
|
Loading…
Reference in New Issue