mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 19:03:27 +08:00
uniapp【修复】:修复根据文章列表类型打开的链接不对应问题
This commit is contained in:
@@ -34,7 +34,7 @@ export const handleAdvertiseDetail = (type : number | string, val : string) => {
|
||||
} else if (type == NavLinkEnum.article) { /** 文章类型的链接 */
|
||||
handleRouteNavigateTo(`/pages/subpackage/article/detail/detail?id=${val}&idType=1`);
|
||||
} else if (type == NavLinkEnum.articleCategory) { /** 文章列表类型的链接 */
|
||||
handleRouteNavigateTo(`/pages/subpackage/article/list/list?id=${val}`);
|
||||
handleRouteNavigateTo(`/pages/subpackage/article/category/category?id=${val}`);
|
||||
} else if (type == NavLinkEnum.intelligentForms) { /** 自定义表单类型的链接 */
|
||||
handleRouteNavigateTo(`/pages/subpackage/form/detail/detail?id=${val}`);
|
||||
} else if (type == NavLinkEnum.shopCategory) { /** 商品分类类型的链接 */
|
||||
|
||||
Reference in New Issue
Block a user