8***@qq.com
8***@qq.com
  • 发布:2023-02-23 15:26
  • 更新:2023-02-24 09:19
  • 阅读:260

验证码刷新失败:无此设备在 register 场景信息,请重新获取

分类:uniCloud

uniIdCo.refreshCaptcha({scene:"register"}).then(res => {
console.log(res);
if(res.code==0 && res.errCode==0){
this.imageC = res.captchaBase64;
}else{
this.toast("验证码获取失败");
}
}).catch(res => {
this.toast("验证码获取失败");
console.log(res);
});

我在我自己的login.vue第一次调用,就出这个。在自己的register.vue,就没事了。然后login也不提示,请问,这是什么原理?判断文件名了啊?

2023-02-23 15:26 负责人:无 分享
已邀请:
8***@qq.com

8***@qq.com (作者)

有管理员看看没?什么情况。

该问题目前已经被锁定, 无法添加新回复