Commit ca66d3bb authored by liwei's avatar liwei

增加了超过一个月的动态不允许在进行评论的需求

parent 8dd19bc9
......@@ -204,6 +204,11 @@ export default{
//方便回到动态页的时候刷新数据
uni.setStorageSync("isRefresh", true)
this.getArticleDetail()
} else {
uni.showToast({
title: res.data.message,
icon: 'none'
})
}
}).catch(err=>{
uni.showToast({
......
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