自家开发的小程序,希望能点击购买,跳转到京东购物小程序里的自家店铺。目前达到效果,能跳转到京东小程序,但跳转不了自家店铺,报参数错误。这个需求有人做过吗?
先在你的小程序 app.json里添加 京东购物小程序 的APPID
在你小程序页面<navigator target="miniProgram" app-id="京东购物小程序APPID" path="pages/shop/index/index?__pid=你家京东店铺的pid">访问京东店铺</navigator>
事实证明这个pages/shop/index/index?__pid=xxx不能真正跳转到店铺首页
使用下面这2个path
pages/shop/index/index?shopId=店铺shop_id
pages/shop/index/index?venderId=店铺vender_id
商品详情页 https://item.jd.com/1724526555.html
那path=“pages/item/detail/detail?sku=1724526555”,就可以直接跳转到详情页
教你个方法,进去到京东小程序的店铺页面,然后复制页面链接,看看参数拼接就懂了。至于怎么复制链接这个请看:https://developers.weixin.qq.com/community/develop/article/doc/0008066531c28043d2185a4d356813?highline=复制页面