微信好物分享功能
-
有没有大神运用过Taro框架进行过微信好物分享的开发 微信官方文档中这种接入貌似行不通 会报错
"usingComponents": {
"share-button": "plugin://goodsSharePlugin/share-button"
}
<view class="test-container">
<share-button
product="{{product}}"
bind:error="on_error"
/>
</view>相关文档
https://mp.weixin.qq.com/wxopen/plugindevdoc?appid=wx56c8f077de74b07c&token=1011820682&lang=zh_CN