大橙子网站建设,新征程启航
为企业提供网站建设、域名注册、服务器等服务
这篇文章给大家分享的是有关微信小程序如何实现商品到详情的内容。小编觉得挺实用的,因此分享给大家做个参考,一起跟随小编过来看看吧。
创新互联建站专注于企业成都营销网站建设、网站重做改版、和静网站定制设计、自适应品牌网站建设、H5网站设计、商城网站定制开发、集团公司官网建设、成都外贸网站建设、高端网站制作、响应式网页设计等建站业务,价格优惠性价比高,为和静等各大城市提供网站开发制作服务。
商品页
post.wxmldata-postid="{{index}}view class="container" swiper indicator-dots indicator-color="rgba(255,255,255,0.3)" indicator-active-color="rgba(255,255,255,1)" autoplay swiper-item image src= ...
商品页 post.wxml
data-postid="{{index}}{{article.date}} {{article.title}} {{article.content}} {{article.collection}} {{article.reading}}
post.js
en对象获取postid
var postData = require ("../../data/posts-data.js"); Page({ onLoad:function(){ this.setData({ postList:postData.postList }) }, goDetail:function(en){ var postid = en.currentTarget.dataset.postid; wx.navigateTo({ url:"post-detail/post-detail?postId="+postid }) } })
商品详情页 post-detail.js
用option接收postid
var postData = require("../../../data/posts-data.js"); Page({ onLoad:function(option){ console.log(option); } })
感谢各位的阅读!关于“微信小程序如何实现商品到详情”这篇文章就分享到这里了,希望以上内容可以对大家有一定的帮助,让大家可以学到更多知识,如果觉得文章不错,可以把它分享出去让更多的人看到吧!