在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
点击跳转页面 事件 // 点击具体的单去看更多 godetailall: function(e) { const orderobj = JSON.stringify(e.currentTarget.dataset.moreorder) console.log(orderobj) wx.navigateTo({ url: "/pages/order/onetiao/index?obj=" + encodeURIComponent(orderobj) }) }, 接受页面中
onLoad: function(options) { var details = JSON.parse(decodeURIComponent(options.obj)); console.log(details) if (details) { this.setData({ baselistmore: details }) } },
|
请发表评论