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

修改报名删除

parent fab743f7
...@@ -232,6 +232,7 @@ export default { ...@@ -232,6 +232,7 @@ export default {
}) })
this.show = false this.show = false
this.getUserInfo() this.getUserInfo()
this.getActivityDetail()
} else if(res.data.code !== 200){ } else if(res.data.code !== 200){
uni.showToast({ uni.showToast({
title: res.data.message, title: res.data.message,
......
...@@ -185,7 +185,6 @@ ...@@ -185,7 +185,6 @@
}, },
//查看动态详情 //查看动态详情
gotoDetail(item) { gotoDetail(item) {
console.log('11111111111',item.examStatus)
if(item.examStatus !='3' && item.examStatus !='2'){ if(item.examStatus !='3' && item.examStatus !='2'){
uni.navigateTo({ uni.navigateTo({
url: '/pagesArticle/articleDetail?articleId=' + item.businessId +'&type=my' url: '/pagesArticle/articleDetail?articleId=' + item.businessId +'&type=my'
......
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