[去掉所有console和替换所有积分换成贡献值]

This commit is contained in:
2021-10-29 10:21:41 +08:00
parent 46279dd3d8
commit a811147c6b
39 changed files with 990 additions and 1037 deletions

View File

@@ -84,7 +84,6 @@
// 输入提现通证金额
inputNum(e) {
let number = Number(e.detail.value)
console.log(number, this.balance)
if (number <= Number(this.balance)) {
this.total = Number(e.detail.value) * this.cost
} else {