收藏
回答

getUserProfile 无法在setTimeout调用吗?是我的方法写错了么?

onLoad() {

    setTimeout(() => {

    console.log("-------setTimeout-----")

    wx.getUserProfile({

        desc: '展示用户信息', // 声明获取用户个人信息后的用途,后续会展示在弹窗中,请谨慎填写

        success: res => {

          console.log("--------getUserProfile------",res)

        }

      })

    }, 3000);

  }

}

最后一次编辑于  2022-03-17
回答关注问题邀请回答
收藏

2 个回答

登录 后发表内容