Commit 5e4a35f5 by 高淑倩

tab

parent d5e089f8
...@@ -56,9 +56,7 @@ Component({ ...@@ -56,9 +56,7 @@ Component({
} }
wxService.NoLoginPage(checkUrl).then(res => { wxService.NoLoginPage(checkUrl).then(res => {
if(checkUrl) item.needAuth = res.needAuth if(checkUrl) item.needAuth = res.needAuth
this.setData({ categoryList: currentTab },()=>{ this.setData({ categoryList: currentTab })
console.log('categoryList', this.data.categoryList)
})
}) })
}) })
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment