清理冗余代码
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user