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

包含代码是会出错! #42

Closed
CoderJackyHuang opened this issue Jan 7, 2017 · 1 comment
Closed

包含代码是会出错! #42

CoderJackyHuang opened this issue Jan 7, 2017 · 1 comment

Comments

@CoderJackyHuang
Copy link

HTML页面内容如下:

微信小程序如何实现分享功能?最近在做微信小程序项目,正好需要做页面分享功能!不过很幸运的是,微信小程序已经提供了专用的API功能,让我们轻轻松松实现小程序分享功能。分享函数onShareAppMessage在 Page 中定义 onShareAppMessage 函数,设置该页面的分享信息。只有定义了此事件处理函数,右上角菜单才会显示“分享”按钮 用户点击分享按钮的时候会调用 此事件需要 return 一个 Object,用于自定义分享内容 自定义分享字段字段  说明  默认值\r\ntitle   分享标题    当前小程序名称\r\ndesc    分享描述    当前小程序名称\r\npath    分享路径    当前页面 path ,必须是以 / 开头的完整路径调用方式onShareAppMessage: function () {\r\n    return {\r\n    title: '运营小帮手',\r\n    desc: '运营小帮手百科创建、修改、删除和优化,新闻发稿服务、软件开发和网站SEO优化,运营小帮手,您的好助手!',\r\n    path: '/pages/index/index'\r\n    }\r\n}这样就实现了我们的功能

@icindy
Copy link
Owner

icindy commented Jan 22, 2017

应该可以解析的,你下载新版试试

@icindy icindy closed this as completed Jan 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants