按钮
<button @tap='shareTimeline' open-type="share">
<text class='iconfont icon-pengyouquan' style='font-size: 44upx;'></text>
</button>
js
shareTimeline() {
uni.share({
provider: "weixin",
scene: "WXSceneTimeline",
type: 2,
imageUrl: this.imagepath,
success: function(res) {
console.log("success:" + JSON.stringify(res));
},
fail: function(err) {
console.log("fail:" + JSON.stringify(err));
}
});
}
8***@qq.com
- 发布:2023-05-04 17:07
- 更新:2023-09-27 11:31
- 阅读:398