收藏
回答

getuserinfo接口获取失败,这是为何?

<template>

<button type="primary" open-type="getUserInfo" @getuserinfo="getuserInfo" withCreadentials="true">

微信登录

</button>

</template>


<script>

export default{

data:{

},

onLoad:function(){

},

methods:{

getuserInfo:function(res){

console.log(res);

if(!res.detail.iv){

uni.showToast({

title:"您取消了授权,登录失败",

icon:"none"

});

return false;

}

}

}

}

</script>


<style>

</style>



代码如上

回答关注问题邀请回答
收藏

4 个回答

  • 张鼎立
    张鼎立
    2019-11-14

    sorry, 问题已经fix了,原来是我appid 写错了 囧

    2019-11-14
    有用
    回复
  • 污昂ᰔᩚ王࿐
    污昂ᰔᩚ王࿐
    2019-11-13

    看看打印的数据res 是什么

    2019-11-13
    有用
    回复
  • 子不语
    子不语
    2019-11-12

    你打印出来res是啥?

    2019-11-12
    有用
    回复
  • 王浩Hanks🇨🇳
    王浩Hanks🇨🇳
    2019-11-12

    建议您在开发者工具里新建一个小程序项目,有源码哟

    2019-11-12
    有用
    回复 1
    • 张鼎立
      张鼎立
      2019-11-12
      什么意思,是要重新导入我的项目么
      2019-11-12
      回复
登录 后发表内容
问题标签