// 商品详情页跳转函数
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
});

相关文章:

  • 2021-11-21
  • 2022-02-26
  • 2021-09-17
  • 2022-01-16
  • 2022-02-07
  • 2022-02-07
  • 2021-11-30
猜你喜欢
  • 2021-07-15
  • 2022-12-23
  • 2022-12-23
  • 2021-11-01
  • 2022-02-07
相关资源
相似解决方案