小程序
小游戏
企业微信
微信支付
扫描小程序码分享
这个分享按钮怎样才能使用?
3 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
onShareTimeline
https://developers.weixin.qq.com/minigame/dev/guide/open-ability/share-timeline_game.html
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
https://developers.weixin.qq.com/miniprogram/dev/reference/api/Page.html#onShareTimeline
你看他只允许填query参数,不支持填url,所以只能分享本页面的路径。
onShareTimeline,写这个方法,但是不能像分享似的改页面路径,只能改页面参数
onShareTimeline:function(){
return{
title:"标题",
query: "a=1",
imageUrl: "********"
}
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
onShareTimeline
https://developers.weixin.qq.com/minigame/dev/guide/open-ability/share-timeline_game.html
https://developers.weixin.qq.com/miniprogram/dev/reference/api/Page.html#onShareTimeline
你看他只允许填query参数,不支持填url,所以只能分享本页面的路径。
onShareTimeline,写这个方法,但是不能像分享似的改页面路径,只能改页面参数
onShareTimeline:function(){
return{
title:"标题",
query: "a=1",
imageUrl: "********"
}
}