CocosCreator开发⼩游戏接⼊登陆
使⽤⽅法:
在cocoscreator项⽬中添加脚本,然后脚本中添加如下代码。
注意:如下代码由于调⽤的是⼩游戏的API,只能在⼩程序中运⾏调试,在模拟器以及⽹页中调试会报错
onLoad(){
this.wxAPI();
},
wxAPI(){
//设置获取⽤户信息按钮
var button = wx.createUserInfoButton({
type:"text",
text:"获取⽤户信息",
style:{
left:50,
top:100,
width:250,
height:50,
lineHeight:50,
backgroundColor:"#ff0000",
color:"#ffffff",
textAlign:"center",
fontSize:16,
borderRadius:4
}
});
//按钮点击事件
console.log(res);
wx.login({
success(res){
de){
button.hide();//隐藏按钮
console.log('发起请求!')
cc.director.loadScene("helloworld");//跳转主场景//发起⽹络请求
url:'...login',
data:{
code: de,
},
success(res){
console.log(res.data)
},
fail(res){
console.log(res.data)
}
})
}else{
console.log('登录失败!'+ Msg)
}网页游戏小游戏
}
})
});
}
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论