diff --git a/paysuccess.html b/paysuccess.html index c509d1c..e805077 100644 --- a/paysuccess.html +++ b/paysuccess.html @@ -62,6 +62,7 @@ plaflam: 1, payResult: false, copyLink: '', + orderId:'', redirect_url: '' //微信小程序链接 }; }, @@ -118,6 +119,7 @@ this.plaflam = res.data.product.entity.channel;//只有立减金商品才有channel字段 this.redirect_url = res.data.wechat_redirect_url; this.payStatus = res.data.pay_status; + this.orderId=res.data.alipay_order_number; } else { this.countdownFn(); }