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也不提示,请问,这是什么原理?判断文件名了啊?
1 个回复
8***@qq.com (作者)
有管理员看看没?什么情况。