WeChat applet details page Jump and return data, Applet jump

Source: Internet
Author: User

The applet details page Jump and return data, the applet jump

The applet details page Jump and return data

Page:

. Wxml File

<View class = "flex-wrp"> <text style = "width: 32%;"> select a city </text> <input style = "width: 68%; "type =" text "bindtap =" city "placeholder =" Please select the city "value =" {cityName} "/> </view>

. Js File

Page ({data: {cityName: "Shenzhen" # keyword used for return, default: Shenzhen}, city: function (e) {wx. navigateTo ({url :'.. /city '})}})

After page A jumps to page B, return:

CityNameClick: function (event) {var cityName = event. currentTarget. dataset. cityname; console. log (cityName); var pages = getCurrentPages (); var currPage = pages [pages. length-1]; // var prevPage = pages [pages. length-2]; // The last page // call the setData () method of the previous page directly to save the data to the prevPage. setData ({cityName: cityName}) wx. navigateBack ();},

Thank you for reading this article. I hope it will help you. Thank you for your support for this site!

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.