微信小程序商品到详情结构代码资源分享给大家.
商品页
商品页 post.wxml
post.js
en对象获取postid
var postid = en.currentTarget.dataset.postid;
wx.navigateTo({
url:"post-detail/post-detail?postId="+postid
})
}
})
wx.navigateTo({
url:"post-detail/post-detail?postId="+postid
})
}
})
商品详情页 post-detail.js
用option接收postid
感谢阅读,希望能帮助到大家,谢谢大家对本站的支持!
原文链接:https://www.f2er.com/weapp/38325.html