test:支付宝立减金领取测试

This commit is contained in:
Apple 2022-10-09 17:23:35 +08:00
parent 3b21f61f82
commit ddaab459e3
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@
let self = this; let self = this;
let banklink = encodeURIComponent( let banklink = encodeURIComponent(
window.location.origin + window.location.origin +
"/alipay.html?orderNumber=" + this.orderNumber "/alipay.html?orderNumber=" + this.orderInfo.order_number
); );
let link = "http://openapi.1688sup.com/alipay/oauth?jump=" + banklink; let link = "http://openapi.1688sup.com/alipay/oauth?jump=" + banklink;
let ua = navigator.userAgent.toLowerCase(); //判断用户打开链接环境 let ua = navigator.userAgent.toLowerCase(); //判断用户打开链接环境