From ef70d214446d6bc84503db6a5b11da8932fa5b33 Mon Sep 17 00:00:00 2001 From: ronger Date: Tue, 8 Sep 2020 09:48:52 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E5=90=8E=E5=8F=B0=E7=AE=A1?= =?UTF-8?q?=E7=90=86-=E4=B8=93=E9=A2=98=E7=AE=A1=E7=90=86=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/admin/topic/bind/_topic_id.vue | 1 - pages/admin/topic/post/_topic_id.vue | 298 ++++++++++++++++++++++++++- 2 files changed, 294 insertions(+), 5 deletions(-) diff --git a/pages/admin/topic/bind/_topic_id.vue b/pages/admin/topic/bind/_topic_id.vue index e831404..7bb95a7 100644 --- a/pages/admin/topic/bind/_topic_id.vue +++ b/pages/admin/topic/bind/_topic_id.vue @@ -109,7 +109,6 @@ export default { }, mounted() { let _ts = this; - console.log(_ts.topic); if (!_ts.topic.idTopic) { _ts.$axios.$get('/api/admin/topic/detail/' + _ts.$route.params.topic_id).then(function (res) { _ts.$store.commit('topic/updateDetailData', res) diff --git a/pages/admin/topic/post/_topic_id.vue b/pages/admin/topic/post/_topic_id.vue index 64e645e..8659e2f 100644 --- a/pages/admin/topic/post/_topic_id.vue +++ b/pages/admin/topic/post/_topic_id.vue @@ -1,13 +1,303 @@ -