小程序-分享功能
打开小程序,在右上角点击分享的方式。如下
onShareAppMessage: function () {
const promise = new Promise((resolv) => {
const title = '内容';
const path = 'http://xxxxxx?params=234';
resolve({
title,
path
})
}) return { title: "我的", path: "/pages/home/home", } }, onShareTimeline: function () {//朋友圈 return { title: "我的", path: "/pages/home/home", } },
<button open-type="share" class="action_btn">转发</button>
<button open-type="share" class="action_btn">转发</button>
如需转载原创文章,请标注原文地址,版权所有!
浙公网安备 33010602011771号