Commit fab743f7 authored by 罗林杰's avatar 罗林杰

修改动态显示

parent 11937c84
...@@ -185,9 +185,12 @@ ...@@ -185,9 +185,12 @@
}, },
//查看动态详情 //查看动态详情
gotoDetail(item) { gotoDetail(item) {
uni.navigateTo({ console.log('11111111111',item.examStatus)
url: '/pagesArticle/articleDetail?articleId=' + item.businessId +'&type=my' if(item.examStatus !='3' && item.examStatus !='2'){
}) uni.navigateTo({
url: '/pagesArticle/articleDetail?articleId=' + item.businessId +'&type=my'
})
}
}, },
//查看用户详情 //查看用户详情
gotoUserInfo(item) { gotoUserInfo(item) {
......
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