页面链接。
注:navigator-hover默认为{background-color: rgba(0, 0, 0, 0.1); opacity: 0.7;}, 的子节点背景色应为透明色
示例代码:
/** wxss **//** 修改默认的navigator点击态 **/.navigator-hover { color:blue;}/** 自定义其他点击态样式类 **/.other-navigator-hover { color:red;}
跳转到新页面 在当前页打开
{{title}} 点击左上角返回回到之前页面 {{title}} 点击左上角返回回到上级页面 // redirect.js navigator.jsPage({ onLoad: function(options) { this.setData({ title: options.title }) } })
以上就是微信小程序开发组件—导航的内容,更多相关内容请关注PHP中文网(www.php.cn)!