[去掉所有console和替换所有积分换成贡献值]
This commit is contained in:
@@ -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() //返回上一页面
|
||||
|
||||
|
||||
Reference in New Issue
Block a user