[去掉所有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

@@ -73,7 +73,6 @@
page: this.page
}
withdrawsAccountsList(data).then(res => {
console.log(res)
this.lists = this.lists.concat(res.data)
this.has_more = res.page.has_more
uni.setStorageSync('refresh', false)
@@ -107,7 +106,6 @@
success(res) {
if (res.confirm) {
withdrawsAccountsDelete(id).then(res => {
console.log(res)
that.lists.splice(index, 1)
if (that.lists.length === 0) {
uni.navigateBack({})
@@ -132,7 +130,6 @@
// }
// let pages = getCurrentPages()
// let prevPage = pages[pages.length - 2]
// console.log(bankInfo)
// prevPage._data.bankInfo = bankInfo
// uni.navigateBack() //返回上一页面