From 75037949a734061f68819282d86cefc60d2cacca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=90=E6=98=8E=E6=98=8E?= <970899069@qq.com> Date: Mon, 27 Sep 2021 17:31:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=BD=AC=E8=B7=B3=E8=B7=AF?= =?UTF-8?q?=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/coupons/add.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/coupons/add.vue b/pages/coupons/add.vue index 8cc8f02..8d9b540 100644 --- a/pages/coupons/add.vue +++ b/pages/coupons/add.vue @@ -191,7 +191,7 @@ }, // 选择关联商品 onSelectGoods(){ - this.$Router.push({name: 'selectGoods', params: {type: this.types[this.typeIndex].id}}) + this.$Router.push({name: 'couponsSelectGoods', params: {type: this.types[this.typeIndex].id}}) }, // 发布优惠券 updComponent(){