小程序
小游戏
企业微信
微信支付
扫描小程序码分享
微信小程序登录的时候我点击按钮登录,弹出授权弹框,但是我点击允许没有获取到信息,需要点击允许后,再次点击的时候就会出来信息
3 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
谢邀,请帖代码,不然这个猜不出来啊! ̄□ ̄||
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
let that =
this
;
console.log(e);
let userInfo = e.detail;
wx.getSetting({
success(res) {
if
(res.authSetting[
'scope.userInfo'
]) {
wx.login({
success: (res) => {
console.log(
'wechatCode'
, res.code);
that.wxLoginOpt(res.code, userInfo)
}
})
else
{
wx.authorize({
scope:
,
success() {
祖传代码,拿走不谢,你先要在app.js调一下wx.login
有能复现的代码片段吗?没有麻烦截下图。wxml 和 js
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
谢邀,请帖代码,不然这个猜不出来啊! ̄□ ̄||
let that =
this
;
console.log(e);
let userInfo = e.detail;
wx.getSetting({
success(res) {
if
(res.authSetting[
'scope.userInfo'
]) {
wx.login({
success: (res) => {
console.log(
'wechatCode'
, res.code);
that.wxLoginOpt(res.code, userInfo)
}
})
}
else
{
wx.authorize({
scope:
'scope.userInfo'
,
success() {
}
})
}
}
})
祖传代码,拿走不谢,你先要在app.js调一下wx.login
有能复现的代码片段吗?没有麻烦截下图。wxml 和 js