官方文档 <mp-cell link url="../index" value="无hover效果,带跳转URL" footer="说明文字">
<image slot="icon" src="{{icon}}" style="margin-right: 16px;vertical-align: middle;width:20px; height: 20px;">image>
mp-cell>
显示url填写了就可以跳转,但是没有任何作用,怎么解决?
可能是你要跳转的路径是在tab使用的,就不能直接这样跳转,需要使用
wx.switchTab({url: ''})
<mp-cell link hover url="/pages/logs/logs" value="无hover效果,带跳转URL" footer="说明文字">
<image slot="icon" src="{{icon}}" style="margin-right: 16px;vertical-align: middle;width:20px; height: 20px;"></image>
</mp-cell>
好像给了绝对路径页无法实现跳转
你好,查看一下url的地址是否写正确了,可以参考下下面代码片段:https://developers.weixin.qq.com/s/91ncEwmu7Njd。
https://developers.weixin.qq.com/miniprogram/dev/api/route/wx.navigateTo.html