当前位置:网站首页>wx.miniProgram.navigateTo在web-view中跳回小程序并传参
wx.miniProgram.navigateTo在web-view中跳回小程序并传参
2022-07-31 04:57:00 【weixin_43923808】
html方法要回到小程序页面:
h5页面
不传参:
wx.miniProgram.navigateTo({
url: '/pages/scenic/scenic_detail/scenic_detail'
})
传参:
wx.miniProgram.navigateTo({
url: '/pages/scenic/scenic_detail/scenic_detail?id='+id+'&title='+title
})
注: 要引入相关的js
<script type="text/javascript" src="https://res.wx.qq.com/open/js/jweixin-1.3.2.js"></script>
小程序原生页面接收传递的参数
onLoad: function (options) {
console.log(options);
this.title = options.title
var scenicId = options.id;
}
边栏推荐
- CentOS7 —— yum安装mysql
- Unity资源管理系列:Unity 框架如何做好资源管理
- MySQL database addition, deletion, modification and query (detailed explanation of basic operation commands)
- STM32HAL库修改Hal_Delay为us级延时
- 聚变云原生,赋能新里程 | 2022开放原子全球开源峰会云原生分论坛圆满召开
- [Detailed explanation of ORACLE Explain]
- Go中间件
- Understanding of the presence of a large number of close_wait states
- sql语句-如何以一个表中的数据为条件据查询另一个表中的数据
- [Cloud Native] DevOps (5): Integrating Harbor
猜你喜欢
Puzzle Game Level Design: Reverse Method--Explaining Puzzle Game Level Design
WPF WPF 】 【 the depth resolution of the template
MySQL优化之慢日志查询
Interview | Cheng Li, CTO of Alibaba: Cloud + open source together form a credible foundation for the digital world
【debug锦集】Expected input batch_size (1) to match target batch_size (0)
The monitoring of Doris study notes
Simple read operation of EasyExcel
数字经济时代的开源数据库创新 | 2022开放原子全球开源峰会数据库分论坛圆满召开
MySQL window function
Open Source Database Innovation in the Digital Economy Era | 2022 Open Atom Global Open Source Summit Database Sub-Forum Successfully Held
随机推荐
The MySQL database installed configuration nanny level tutorial for 8.0.29 (for example) have hands
扫雷小游戏——C语言
MySQL transaction isolation level, rounding
Industry-university-research application to build an open source talent ecosystem | 2022 Open Atom Global Open Source Summit Education Sub-Forum was successfully held
The monitoring of Doris study notes
重磅 | 基金会为白金、黄金、白银捐赠人授牌
【云原生】DevOps(五):集成Harbor
Doris学习笔记之监控
mysql存储过程
Explanation of
高斯分布及其极大似然估计
Heavyweight | The Open Atomic School Source Line activity was officially launched
The input input box displays the precision of two decimal places
Open Source Database Innovation in the Digital Economy Era | 2022 Open Atom Global Open Source Summit Database Sub-Forum Successfully Held
npm、nrm两种方式查看源和切换镜像
HCIP第十天_BGP路由汇总实验
CentOS7 —— yum安装mysql
input输入框展示两位小数之precision
ABC D - Distinct Trio (Number of k-tuples
Unity Framework Design Series: How Unity Designs Network Frameworks