清理冗余代码

This commit is contained in:
唐明明
2022-06-15 16:31:57 +08:00
parent 7d8b0994f5
commit 5357b0fde6
26 changed files with 32 additions and 684 deletions

View File

@@ -73,7 +73,6 @@
payIndex() {
payIndex().then(res => {
console.log(res);
this.has_transfer_password = res.has_transfer_password;
this.coins = res.score
}).catch(err => {
@@ -112,7 +111,6 @@
// 输入正确的回调
enterSuccess(password) {
console.log(password) // 输入的密码
this.password = password
this.showKeyBoard = false
this.getDTPAY();
@@ -125,10 +123,8 @@
// 调用 dt 支付
getDTPAY() {
console.log('dt 支付。。。')
if (this.canpay) {
this.canpay = false
console.log(this.password,this.payNo,'//////////')
dtPAY(this.payNo, this.password).then(res => {
if (res.state === 'warning') {
uni.showModal({