From c6bbbe7b1ba1fee166f7b200670c8a1f1a7e9ea7 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Thu, 29 Feb 2024 20:41:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/activeCode/subsidy.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/activeCode/subsidy.vue b/pages/activeCode/subsidy.vue index 53152a3..c40e62e 100644 --- a/pages/activeCode/subsidy.vue +++ b/pages/activeCode/subsidy.vue @@ -131,6 +131,9 @@ }, onShow() {}, methods: { + back() { + uni.navigateBack(); + }, changeType(type){ this.type = type; this.getSubsidy();