4 回复
https://developers.weixin.qq.com/miniprogram/dev/component/navigator.html
如:
<navigator open-type=“exit” target=“miniProgram” hover-class=“navigator-hover”>退出</navigator>
navigator
基础库 1.0.0 开始支持,低版本需做兼容处理。
页面链接。
属性 | 类型 | 默认值 | 必填 | 说明 | 最低版本 |
---|---|---|---|---|---|
target | string | self | 否 | 在哪个目标上发生跳转,默认当前小程序 | 2.0.7 |
open-type | string | navigate | 否 | 跳转方式 | 1.0.0 |
open-type 的合法值
值 | 说明 | 最低版本 |
---|---|---|
exit | 退出小程序,target="miniProgram" 时生效 | 2.1.0 |