|
|
|
|
|
|
|
|
}, |
|
|
}, |
|
|
getUserWxMsg: function (e) {//通过微信获取用户信息 |
|
|
getUserWxMsg: function (e) {//通过微信获取用户信息 |
|
|
if (e.detail.errMsg == "getUserInfo:ok") { |
|
|
if (e.detail.errMsg == "getUserInfo:ok") { |
|
|
|
|
|
this.gameStart(); |
|
|
app.globalData.userInfoData = {}; |
|
|
app.globalData.userInfoData = {}; |
|
|
app.globalData.userInfoData.avatarUrl = e.detail.userInfo.avatarUrl; |
|
|
app.globalData.userInfoData.avatarUrl = e.detail.userInfo.avatarUrl; |
|
|
app.globalData.userInfoData.nickName = e.detail.userInfo.nickName; |
|
|
app.globalData.userInfoData.nickName = e.detail.userInfo.nickName; |
|
|
|
|
|
|
|
|
nickName: e.detail.userInfo.nickName |
|
|
nickName: e.detail.userInfo.nickName |
|
|
}) |
|
|
}) |
|
|
app.submitUserMsg(e.detail.userInfo.avatarUrl, e.detail.userInfo.nickName); |
|
|
app.submitUserMsg(e.detail.userInfo.avatarUrl, e.detail.userInfo.nickName); |
|
|
|
|
|
}else{ |
|
|
|
|
|
this.gameStart(); |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
changeScroll:function(){ |
|
|
changeScroll:function(){ |