






















打开小程序,在右上角点击分享的方式。如下
onShareAppMessage: function () {const promise = new Promise((resolv) => {
title = '内容';
const
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>
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。