提交 83736345 编写于 作者: DCloud_iOS_WZT's avatar DCloud_iOS_WZT

Update univerify-custom-page.uvue

上级 37f185ff
......@@ -70,7 +70,7 @@
const loginButtonElement = this.$page.getElementById('login-button');
const privacyCheckBoxElement = this.$page.getElementById('privacy-checkbox');
const privacyTextElement = this.$page.getElementById('privacy-text');
if(numberTextElement != null && sloganTextElement != null && loginButtonElement != null && privacyCheckBoxElement != null && privacyTextElement != null){
this.univerifyManager?.customLogin({
numberTextElement: numberTextElement!,
sloganTextElement: sloganTextElement!,
......@@ -105,6 +105,14 @@
}
}
})
}else{
uni.showToast({
title:"元素不能为空",
position: "bottom",
duration:2000
})
}
},
takePhoneNumber(token : string, openId : string) {
//云函数取号
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册