微信小程序界面跳转传值、反向传值

page1 点击事件 .wxml
1 | <text bind:tap="pushNav">界面跳转传值</text> |
page1 跳转方法实现 .js
1 | pushNav(e) { |
page2 接收传值,并回传 .js
1 | /** |
- Post title:微信小程序界面跳转传值、反向传值
- Post author:xxxixxxx
- Create time:2021-01-14 13:40:00
- Post link:https://xxxixxx.github.io/2021/01/14/600-微信小程序-界面跳转传值/
- Copyright Notice:All articles in this blog are licensed under BY-NC-SA unless stating additionally.
Comments