Commit aad87fe8 by 高淑倩

link.type = 89

parent 28c39157
......@@ -37,6 +37,10 @@ function currentLinkRouter(event, _this) {
} else if (curItemType.link.type == 7) {
// 集点详情
wxService.router(`${currentClickType}`)
} else if (curItemType.link.type == 8) {
wxService.router(`/pages/productDetail/productDetail?id=${currentClickType}`)
} else if (curItemType.link.type == 9) {
wxService.router(`/subPackage/page/pages/categoryPro/categoryPro?${currentClickType}`)
}
} else if (curItemType.row) {
let rowObj = typeof(curItemType.row) == "string" ? JSON.parse(curItemType.row) : curItemType.row
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment