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

微信小程序 功能函数 点击传参和页面

时间:2017-11-04 19:43:03      阅读:244      评论:0      收藏:0      [点我收藏+]

标签:tar   小程序   cti   var   tail   ops   sele   plist   ons   

// 商品详情页跳转函数
detailInto: function (e) {
// console.log()
var change = e.currentTarget.dataset.id;
wx.navigateTo({
url: ‘../detail/detail?id=‘ + change
})
},
//接收的页面
onLoad: function (opt) {
var selectnum= this.data.selectnum;
selectnum.sq = opt.key;

this.setData({
selectnum: selectnum,
shoplist: this.data.shops
});

微信小程序 功能函数 点击传参和页面

标签:tar   小程序   cti   var   tail   ops   sele   plist   ons   

原文地址:http://www.cnblogs.com/dianzan/p/7783905.html

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