feat: 新增微信小程序登录页面勾选协议功能

master
Yer 2023-09-07 11:41:07 +08:00
parent 37b8e17cba
commit 231936c91d
1 changed files with 9 additions and 0 deletions

View File

@ -53,6 +53,8 @@
export default {
data() {
return {
lightColor:this.$lightColor,
checked:false,
configs:config,
//
phoneAuthPopup: false,
@ -114,6 +116,13 @@
//
getUserProfile(e) {
if(!this.checked){
uni.showToast({
title:"请勾选协议",
icon:'none'
})
return
}
this.logingFlag = true;
if (this.code) {