帖子
帖子
用户
博客
课程
显示全部楼层
2
帖子
0
勋章
6
Y币

[App引擎] 调用wx模块认证,没任何反应

[复制链接]
发表于 2015-7-30 22:57:58
    function demoClick(){
    var wx = api.require('wx');
    alert("come in");
wx.auth({
    apiKey: 'wx841faca19c1f93e5'
}, function(ret, err){
    alert("success");  
    if(ret.status){
        alert(JSON.stringify(ret));
    }else{
        alert(err.code);
    }
});
    }

come in会弹出来,但success 出不来,  不知道哪错了?

13
帖子
0
勋章
67
Y币
:lol:lol:lol:lol
5
帖子
0
勋章
1万+
Y币
您需要登录后才可以回帖 登录

本版积分规则