码迷,mamicode.com
首页 > 微信 > 详细

微信小程序的传参

时间:2020-05-23 11:34:02      阅读:83      评论:0      收藏:0      [点我收藏+]

标签:data   code   set   nav   span   tail   one   json   his   

传参

let msg = JSON.stringify(e.currentTarget.dataset.item);
wx.navigateTo({
  url: ‘/pages/gam/conponent/gamdetail/gamdetail?msg=‘ + msg
})

接收

/* 生命周期函数--监听页面加载 */
  onLoad: function (options) {
  // 接收传过来的参数 let msg
= JSON.parse(options.msg); this.setData({ msg: msg }) },

 

微信小程序的传参

标签:data   code   set   nav   span   tail   one   json   his   

原文地址:https://www.cnblogs.com/zm-97/p/12941500.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!