From 666bee10e1af3c4aab4f62282fe86824a25a0b2c Mon Sep 17 00:00:00 2001 From: ch Date: Wed, 1 Jun 2022 11:40:42 +0800 Subject: [PATCH] =?UTF-8?q?fat:=E6=B7=BB=E5=8A=A0=E5=88=86=E7=B1=BB?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/module/Banner.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/index/module/Banner.vue b/pages/index/module/Banner.vue index 66a1e05..afbd1d8 100644 --- a/pages/index/module/Banner.vue +++ b/pages/index/module/Banner.vue @@ -2,7 +2,7 @@ * @Author: ch * @Date: 2022-05-04 17:50:33 * @LastEditors: ch - * @LastEditTime: 2022-06-01 11:38:10 + * @LastEditTime: 2022-06-01 11:40:32 * @Description: file content --> @@ -40,7 +40,7 @@ export default { window.open(`${location.origin}/goods/detail/${item.jumpUrl}`); break; case AD_JUMP_TYPE.CATEGORY: - window.open(`${location.origin}/goods/list?id=${item.jumpUrl}&levelType=1`); + window.open(`${location.origin}/goods/list?id=${item.jumpUrl}&levelType=2`); break; case AD_JUMP_TYPE.LINK: window.open(item.jumpUrl, '_blank');