提交 7dc6cf62 authored 作者: 王鹏飞's avatar 王鹏飞

chore: 注释掉创建活动的入口

上级 beda53ba
...@@ -58,9 +58,9 @@ export default { ...@@ -58,9 +58,9 @@ export default {
} }
}, },
beforeMount() { beforeMount() {
if (!this.groupList.length) { // if (!this.groupList.length) {
this.getJoinedGroupes() // this.getJoinedGroupes()
} // }
} }
} }
</script> </script>
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
v-if="detail.button_show === 3" v-if="detail.button_show === 3"
@click="$router.push({ name: 'groupActivity', params: { id: pid } })" @click="$router.push({ name: 'groupActivity', params: { id: pid } })"
/> />
<input <!-- <input
type="button" type="button"
class="button button-primary" class="button button-primary"
value="创建活动" value="创建活动"
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
query: { org_id: detail.id } query: { org_id: detail.id }
}) })
" "
/> /> -->
<input <input
type="button" type="button"
class="button button-primary" class="button button-primary"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论