mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-21 16:56:43 +08:00
已加上删除判断
This commit is contained in:
@@ -78,6 +78,10 @@
|
||||
},
|
||||
methods:{
|
||||
jumpDetail(item){
|
||||
if(item.deleted){
|
||||
this.$message.warning("此内容已删除");
|
||||
return;
|
||||
}
|
||||
this.$router.push('/qa/answer?id='+item.contentId)
|
||||
},
|
||||
emitHide(id) {
|
||||
|
||||
Reference in New Issue
Block a user