微信小程序如何实现分享到朋友圈功能?

小程序 文章 2020-08-11 15:41 517 0 全屏看文

AI助手支持GPT4.0

微信小程序如何实现分享到朋友圈功能?How does the WeChat Mini Program realize the function of sharing to Moments?

微信小程序如何实现分享到朋友圈功能?

微信小程序如何实现分享到朋友圈功能?

How does wechat applet realize the function of sharing to the circle of friends?

回答:

袁Z鹏:

如果你写的都没有问题, 就检查一下你的基础库版本是不是最新的

胖丫么胖:

贴你的代码

虚ཽ 无ཽ:分享功能的代码不是后面补上的吗,跟源代码 没有关系吧
胖丫么胖:贴下你写的页面分享的代码。
陈强:

在需要分享的页面配置一下这个

wx.showShareMenu({    menus: ['shareAppMessagewx', 'shareTimeline'],    withShareTicket:true});然后在配一下这个方法onShareTimeline: function () {    return {        title: '',        imageUrl:'',        query: '',    }},
虚ཽ 无ཽ:
虚ཽ 无ཽ:这是为什么
陈强:你是怎么配置的?你这应该是没配置成功
拾忆:
wx.showShareMenu({      withShareTickettrue,      menus: ['shareAppMessage''shareTimeline']    })onShareAppMessagefunction () {    return {      title'',    }  },  onShareTimelinefunction () {    return {      title'',    }  },
虚ཽ 无ཽ:
虚ཽ 无ཽ:这是为什么
拾忆:onShareAppMessage 看看这个加了没
虚ཽ 无ཽ:加了
虚ཽ 无ཽ:

-EOF-

AI助手支持GPT4.0