设置分享
function initShare(data, callback) {
M.client.invoke("ui", "setActionBtn", {
type: "icon",
content: "share"
}, function () {
M.client.invoke("other", "callShareWeb", data, callback);
})
}
initShare({
imgUrl: "https://y.gtimg.cn/music/common/upload/t_cm3_photo_publish/11.png?r=1508325520779",
link: location.href,
title: "分享标题",
desc: "分享简介"
})
调用分享
M.client.invoke("other", "callShareWeb", ({
imgUrl: "https://y.gtimg.cn/music/common/upload/t_cm3_photo_publish/11.png?r=1508325520779",
link: location.href,
title: "分享标题",
desc: "分享简介"
})