From c96f4f5a917005bbb4f5e51d7c09ba156b013552 Mon Sep 17 00:00:00 2001 From: liudan <18634735655@163.com> Date: Tue, 18 Apr 2023 20:55:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 9a162ab..449ad2f 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -20,7 +20,7 @@ :navTitle="initShop.name" :list="headSwiperList" > - + 首次注册立享新人券 @@ -242,6 +242,11 @@ export default { uni.stopPullDownRefresh(); this.isRefresh = true; }); + }, + goCoupon(){ + uni.navigateTo({ + url:'/pages/app/coupon/list' + }) } } };