From b334cfe6746aa7f6ce39ee27f377c05c1bae3234 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Fri, 2 Dec 2022 15:22:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/vc-category/vc-category.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/components/vc-category/vc-category.vue b/components/vc-category/vc-category.vue index e541eda..213f892 100644 --- a/components/vc-category/vc-category.vue +++ b/components/vc-category/vc-category.vue @@ -32,8 +32,13 @@ }, methods: { _urlJump: function(_menu){ + let _url = _menu.url + //跳转至普通商品页面 + if(_menu.skipType == '3'){ + _url = "/pages/goods/goodsList?hktId="+_menu.hktId + } this.vc.navigateToMall({ - url: _menu.url + url: _url }) }, callUndefined:function(){