-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
所有页面自带转发功能 #411
Comments
@fxy060608 @hbcui1984 这个问题解决了吗? |
持续关注该问题,因为项目并不是全部页面都有分享功能,只有部分页面允许转发分享 |
cli模式怎么实现小程序所有页面自带转发功能 |
使用最新的 Alpha 版本 |
使用 mixin |
main.js 引入 |
npm update 之后再试下 |
可以了 谢谢 |
|
你使用的不是 Alpha 版本,应该为:2.0.2.20190614-alpha |
为什么正式版有这个bug。。。 |
等 Alpha 版本测试稳定了就会发布正式版 |
@fxy060608 @zhetengbiji 同问题但是我 |
问题描述
通过HBuilderX新建一个uni-app默认登录工程,每个页面都有转发(分享)功能
复现步骤
[复现问题的步骤]
通过HBuilderX新建一个uni-app默认登录工程,编译到微信小程序,每个页面都会自带分享功能,但是页面其实都没有定义
onShareAppMessage
这个函数,按照文档的说明,这里不应该弹出分享菜单。预期结果
希望定义了
onShareAppMessage
函数再显示分享菜单实际结果
页面没有定义
onShareAppMessage
却显示分享菜单。系统信息:
The text was updated successfully, but these errors were encountered: