| src/pages/message.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/pages/message.vue
@@ -100,13 +100,13 @@ // 跳转到详情页 const goToDetail = item => { if (item.jumpPath.indexOf("/") === 0) { if (item.appJumpPath.indexOf("/") === 0) { uni.navigateTo({ url: item.jumpPath, url: item.appJumpPath, }); } else { uni.navigateTo({ url: "/" + item.jumpPath, url: "/" + item.appJumpPath, }); } };