From 07774f947803eace63f0934684e725b82debe79d Mon Sep 17 00:00:00 2001 From: ld0104 <3037885725@qq.com> Date: Fri, 28 Oct 2022 18:11:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E5=88=B8=E5=8C=85=E5=B7=B2?= =?UTF-8?q?=E9=A2=86=E5=88=B8=E5=8E=BB=E4=BD=BF=E7=94=A8=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/user/coupon/UserCoupon/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/user/coupon/UserCoupon/index.vue b/pages/user/coupon/UserCoupon/index.vue index b6c0883..b8468b3 100644 --- a/pages/user/coupon/UserCoupon/index.vue +++ b/pages/user/coupon/UserCoupon/index.vue @@ -144,8 +144,8 @@ let that = this if(that.navType===2) return if(that.navType===1){ - that.$yrouter.push({ - path: '/pages/shop/brands/index', + that.$yrouter.switchTab({ + path: '/pages/home/index', }) return }