uniapp跳转外部页面,uniapp常见的路由与页面跳转api
uniapp实现页面地址跳转的方法:1、使用领航员标签,代码为【导航器url=./hello/hello open-type= navigate 】;2、使用【@点击】事件跳转。
单一应用程序开发(仿饿了么)开发课程:进入学习
本教程操作环境:windows7系统、uni-app2.5.1版本、thinkpad t480电脑。
推荐(免费):uni-app开发教程
uniapp实现页面地址跳转的方法:
1.navigator 标签
导航器url=./hello/hello open-type= navigate
view class=struct
我{{student.age}}岁/br
我有{{student.skill[0]}} 、{{student.skill[1]}}等技能
/查看
/导航员2.@tap事件跳转
view class= uni-list-cell hover-class= uni-list-cell-hover v-for=(item,index)in news :key= index @ tap= open info
view class= uni-media-list-text-top { item。title } }/查看
/查看
脚本
方法:{
openinfo(e) {
console.log(e)
var newsid=e .当前目标。数据集。newsid
uni.navigateTo({
url:./info/info?newsid= newsid,
成功:res={},
失败:()={},
完整:()={}
});
}
}
/脚本相关免费学习推荐:编程视频
以上就是uniapp如何实现页面地址跳转的详细内容,更多请关注我们其它相关文章!
郑重声明:本文由网友发布,不代表盛行IT的观点,版权归原作者所有,仅为传播更多信息之目的,如有侵权请联系,我们将第一时间修改或删除,多谢。