From 4a17cfeeacdf7f558bf0dda6fc0bef73e6873004 Mon Sep 17 00:00:00 2001 From: linfeng <2445465217@qq.com> Date: Thu, 9 Feb 2023 10:30:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B9=BF=E5=9C=BA=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/square/square.vue | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/main/resources/static/linfeng-community-uniapp-ky/pages/square/square.vue b/src/main/resources/static/linfeng-community-uniapp-ky/pages/square/square.vue index 716c1ac..90751e5 100644 --- a/src/main/resources/static/linfeng-community-uniapp-ky/pages/square/square.vue +++ b/src/main/resources/static/linfeng-community-uniapp-ky/pages/square/square.vue @@ -2,9 +2,8 @@ - + - @@ -120,6 +119,11 @@ title: '暂无搜索' }) }, + goPostAdd() { + uni.navigateTo({ + url: '/pages/post/add' + }) + } pageTabChange(index) { this.pageCurrent = index }, @@ -165,7 +169,7 @@