Skip to content
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

Closed
zhuzhengjing opened this issue May 25, 2019 · 13 comments
Closed

所有页面自带转发功能 #411

zhuzhengjing opened this issue May 25, 2019 · 13 comments
Labels
bug Something isn't working

Comments

@zhuzhengjing
Copy link

zhuzhengjing commented May 25, 2019

问题描述
通过HBuilderX新建一个uni-app默认登录工程,每个页面都有转发(分享)功能

复现步骤
[复现问题的步骤]
通过HBuilderX新建一个uni-app默认登录工程,编译到微信小程序,每个页面都会自带分享功能,但是页面其实都没有定义 onShareAppMessage 这个函数,按照文档的说明,这里不应该弹出分享菜单。

image

预期结果
希望定义了 onShareAppMessage 函数再显示分享菜单

实际结果
页面没有定义onShareAppMessage 却显示分享菜单。

系统信息:

  • 发行平台: 微信小程序
  • 操作系统:Android 7.0
  • HBuilderX版本 1.9.9.20190522
@zhuzhengjing zhuzhengjing changed the title 所有页面自带分享功能 所有页面自带转发功能 May 25, 2019
@fxy060608 fxy060608 added the bug Something isn't working label May 25, 2019
@zhuzhengjing
Copy link
Author

@fxy060608 @hbcui1984 这个问题解决了吗?

fxy060608 added a commit that referenced this issue Jun 6, 2019
@xiaopin
Copy link

xiaopin commented Jun 14, 2019

持续关注该问题,因为项目并不是全部页面都有分享功能,只有部分页面允许转发分享

@chen-can
Copy link

cli模式怎么实现小程序所有页面自带转发功能

@fxy060608
Copy link
Collaborator

@fxy060608 @hbcui1984 这个问题解决了吗?

使用最新的 Alpha 版本

@fxy060608
Copy link
Collaborator

cli模式怎么实现小程序所有页面自带转发功能

使用 mixin

@chen-can
Copy link

main.js 引入
//全局方法
import common from './utils/common'
Vue.mixin(common) 无效

fxy060608 added a commit that referenced this issue Jun 20, 2019
@fxy060608
Copy link
Collaborator

main.js 引入
//全局方法
import common from './utils/common'
Vue.mixin(common) 无效

npm update 之后再试下

@chen-can
Copy link

chen-can commented Jun 20, 2019

可以了 谢谢

@songStar0904
Copy link

@fxy060608 @hbcui1984 这个问题解决了吗?

使用最新的 Alpha 版本
用的最新的hbuilderx 还是有这个问题啊
版本号:2.0.1.20190614

@zhetengbiji
Copy link
Collaborator

@fxy060608 @hbcui1984 这个问题解决了吗?

使用最新的 Alpha 版本
用的最新的hbuilderx 还是有这个问题啊
版本号:2.0.1.20190614

你使用的不是 Alpha 版本,应该为:2.0.2.20190614-alpha

@songStar0904
Copy link

@fxy060608 @hbcui1984 这个问题解决了吗?

使用最新的 Alpha 版本
用的最新的hbuilderx 还是有这个问题啊
版本号:2.0.1.20190614

你使用的不是 Alpha 版本,应该为:2.0.2.20190614-alpha

为什么正式版有这个bug。。。

@zhetengbiji
Copy link
Collaborator

@fxy060608 @hbcui1984 这个问题解决了吗?

使用最新的 Alpha 版本
用的最新的hbuilderx 还是有这个问题啊
版本号:2.0.1.20190614

你使用的不是 Alpha 版本,应该为:2.0.2.20190614-alpha

为什么正式版有这个bug。。。

等 Alpha 版本测试稳定了就会发布正式版

@zzlit
Copy link

zzlit commented Aug 7, 2019

@fxy060608 @zhetengbiji 同问题但是我npm update 没有解决,只有把package.json的所有包的版本更新到最新才解决(因为用的ncu直接更新的最新,其中哪个版本解决的也不了解),但是现在问题有一个就是我用cli搭建的新项目里面包大部分都改成了例如这样子"@types/uni-app": "*",使用 *号来代替以前的版本号,这样子和以前的那种有什么区别呢?还是说以后就不需要手动去更新package.json 而直接 npm i 就可以了嘛?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

8 participants