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

完全不进入ready.... #48

Open
codeVN opened this issue Jan 9, 2015 · 2 comments
Open

完全不进入ready.... #48

codeVN opened this issue Jan 9, 2015 · 2 comments

Comments

@codeVN
Copy link

codeVN commented Jan 9, 2015

var wxCallbacks = {
favorite: false,

                ready: function() {
                    this.dataLoaded({
                                                       title : '在这里可以单独修改其中的title字段',
                                                     imgUrl : 'http://www.baidu.com/img/bdlogo.png'
                                           });
                },..................................

这段完全不走,问题:IOS一切正常 安卓无法分享

@zxlie
Copy link
Owner

zxlie commented Jan 9, 2015

定位问题的方法:
1、扫描Github上的二维码,强制刷新,再分享,验证功能是否正确?
2、下载最新版的WeixinApi,将sample部署到你自己的服务器,用各个sample验证功能是否正确?
3、对照Github上的文档,检查自己的代码。

原始邮件
发件人:codeVNnotifications@github.com
收件人:zxlie/WeixinApiWeixinApi@noreply.github.com
发送时间:2015年1月9日(周五) 14:45
主题:[WeixinApi] 完全不进入ready.... (#48)

var wxCallbacks = {
favorite: false,
ready: function() { this.dataLoaded({ title : '在这里可以单独修改其中的title字段', imgUrl : 'http://www.baidu.com/img/bdlogo.png' }); },..................................
这段完全不走,问题:IOS一切正常 安卓无法分享

Reply to this email directly or view it on GitHub.

@codeVN
Copy link
Author

codeVN commented Jan 9, 2015

在页面上直接写script....是可以没问题的,但是现在我用的是backbone.js 把相同的代码移到bb中就无法分享失效了?
难道是和backbone 的作用域有关?

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