diff --git a/packkey/ysf-reduce.html b/packkey/ysf-reduce.html index 660698e..ffd280e 100644 --- a/packkey/ysf-reduce.html +++ b/packkey/ysf-reduce.html @@ -52,8 +52,8 @@
云闪付账号
- - +温馨提示:单笔交易大于{{parseFloat(ysf.entity.denomination)}}元可立减{{parseFloat(ysf.entity.reduce_amount)}}元 @@ -146,6 +146,8 @@ /* 判断是否是微信小程序内 */ let ua = window.navigator.userAgent.toLowerCase(); this.isMini = /miniProgram/i.test(ua); + this.account = this.ysf.account; + this.confirmAccount = this.ysf.account; /* 初始弹窗 */ if (![1, 9].includes(this.ysf.available)) { diff --git a/packkey/ysf.html b/packkey/ysf.html index 1189659..d21a0b5 100644 --- a/packkey/ysf.html +++ b/packkey/ysf.html @@ -50,8 +50,8 @@
云闪付账号
- - +您可在云闪付的个人信息中查看【云闪付账号】
支付宝账号
- - + +您可在支付宝的个人信息中查看【支付宝账号】
@@ -153,6 +153,8 @@ this.is = true; this.tip(product_status(this.goods.available, this.goods), 2); } + this.form.confirm = this.goods.account; + this.form.receive_account = this.goods.account; /* 倒计时 */ const key_expiration_time = sessionStorage.getItem('key_expiration_time'); diff --git a/ysf-reduce.html b/ysf-reduce.html index 8a634fd..b561c89 100644 --- a/ysf-reduce.html +++ b/ysf-reduce.html @@ -54,8 +54,8 @@云闪付账号
- - +温馨提示:单笔交易大于{{parseFloat(ysf.entity.denomination)}}元可立减{{parseFloat(ysf.entity.reduce_amount)}}元 @@ -142,6 +142,8 @@ /* 判断是否是微信小程序内 */ let ua = window.navigator.userAgent.toLowerCase(); this.isMini = /miniProgram/i.test(ua); + this.account = this.ysf.account; + this.confirmAccount = this.ysf.account; /* 初始弹窗 */ if (![1, 9].includes(this.ysf.available)) { diff --git a/ysf.html b/ysf.html index 9d333e9..5bf88db 100644 --- a/ysf.html +++ b/ysf.html @@ -50,8 +50,8 @@
云闪付账号
- - +您可在云闪付的个人信息中查看【云闪付账号】
支付宝账号
- - + +您可在支付宝的个人信息中查看【支付宝账号】
@@ -148,7 +148,8 @@ this.is = true; this.tip(product_status(this.goods.available, this.goods), 2); } - + this.form.confirm = this.goods.account; + this.form.receive_account = this.goods.account; /* 倒计时 */ const key_expiration_time = sessionStorage.getItem('key_expiration_time'); if (key_expiration_time != 0) {