...
|
...
|
@@ -385,6 +385,7 @@ |
|
|
let lieArr = []
|
|
|
let index = 0
|
|
|
let scrollTop = 0
|
|
|
console.log(this.articleList)
|
|
|
this.articleList.forEach((item) => {
|
|
|
if (item.type == '2') {
|
|
|
if (item.id == this.nowId) {
|
...
|
...
|
@@ -494,7 +495,7 @@ |
|
|
uni.switchTab({
|
|
|
url: '/pages/my/my'
|
|
|
})
|
|
|
} else {
|
|
|
} else {
|
|
|
this.href('/pages/index/landHome?id=' + userId)
|
|
|
}
|
|
|
|
...
|
...
|
|