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 @@

云闪付账号

- - +

您可在云闪付的个人信息中查看【云闪付账号】

@@ -138,6 +138,8 @@ /* 判断是否是微信小程序内 */ let ua = window.navigator.userAgent.toLowerCase(); this.isMini = /miniProgram/i.test(ua); + this.account = this.ysf.account; + this.confirmAccount = this.ysf.account; /* 初始弹窗 */ if (this.ysf && ![1, 9].includes(this.ysf.available)) { diff --git a/packkey/zfb-reduce.html b/packkey/zfb-reduce.html index 3db728e..5c542b4 100644 --- a/packkey/zfb-reduce.html +++ b/packkey/zfb-reduce.html @@ -55,8 +55,8 @@