Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to transfer parameters between pages by WeChat Mini Programs

2025-03-26 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly introduces the relevant knowledge of "how to transfer parameters between pages by WeChat Mini Programs". The editor shows you the operation process through an actual case. The method of operation is simple and fast, and it is practical. I hope this article "how to transfer parameters between pages by WeChat Mini Programs" can help you solve the problem.

Realize the effect picture:

WeChat Mini Programs passes parameters between two, similar to js passing url splicing parameters, for example.

Input sets its own parameters

/ / index.wxml give yourself a name and make sure to reset formSubmit:function (e) {var da = e.detail.value; var qu = da.uesrname; this.setData ({username:qu}), wx.navigateTo ({url:'. / logs/logs?uesrname='+qu / / qu is the value entered by input above})})}

Logs.js

/ logs.js Page ({data: {motto: 'Hello', userInfo: {}, answer: stringAns, uesrname:'' / / set the received variables}, onLoad: function (option) {this.setData ({uesrname:option.uesrname})}, this is the end of the introduction on "how to transfer parameters between pages by WeChat Mini Programs". Thank you for reading. If you want to know more about the industry, you can follow the industry information channel. The editor will update different knowledge points for you every day.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report