From 53fc5af39a730a774904ada3266fa63a36a84c69 Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Mon, 22 Jan 2024 15:49:33 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=B4=E6=8E=A5=E5=8F=91=E6=96=99=E4=B8=BB?= =?UTF-8?q?=E9=A1=B5=E6=8C=89=E9=92=AE=E5=8A=9F=E8=83=BD=E6=97=A0=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/issue/record/issueRecord.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pages/issue/record/issueRecord.vue b/pages/issue/record/issueRecord.vue index dc916f1a..eb5268f7 100644 --- a/pages/issue/record/issueRecord.vue +++ b/pages/issue/record/issueRecord.vue @@ -109,6 +109,11 @@ }, mounted() { + }, + onNavigationBarButtonTap(e) { + if (e.index === 0) { + goHome(); + } }, onLoad(option) { var typeCode = "Issue"