[去掉所有console和替换所有积分换成贡献值]
This commit is contained in:
@@ -59,7 +59,6 @@
|
||||
},
|
||||
|
||||
onLoad(e) {
|
||||
console.log(e)
|
||||
if (e.type !== undefined) {
|
||||
this.type = e.type
|
||||
}
|
||||
@@ -140,7 +139,6 @@
|
||||
addresses().then(res => {
|
||||
this.addressLists = res
|
||||
uni.stopPullDownRefresh()
|
||||
console.log(this.type === '1', this.type)
|
||||
if (this.type == '1') {
|
||||
if (this.addressLists.length === 0) {
|
||||
let pages = getCurrentPages();
|
||||
|
||||
Reference in New Issue
Block a user