Commit d2955d69 by 高淑倩

路径

parent dad66f24
...@@ -87,7 +87,7 @@ Component({ ...@@ -87,7 +87,7 @@ Component({
urls: [`${app.globalData.imageUrl}/${currentClickType.link.url}`] // 需要预览的图片http链接列表 urls: [`${app.globalData.imageUrl}/${currentClickType.link.url}`] // 需要预览的图片http链接列表
}) })
} else if (curItemType.link.type == 4) { } else if (curItemType.link.type == 4) {
wxService.router(`/${currentClickType}`) wxService.router(`${currentClickType}`)
} else if (curItemType.link.type == 5) { } else if (curItemType.link.type == 5) {
if (currentClickType == 1) { if (currentClickType == 1) {
wxService.openCard() wxService.openCard()
......
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