Browse Source

修改勾选协议bug

master
longjieli 9 months ago
parent
commit
42d55558b0
1 changed files with 7 additions and 7 deletions
  1. +7
    -7
      pages/register/register.vue

+ 7
- 7
pages/register/register.vue View File

@ -169,13 +169,13 @@
});
return false;
}
if (this.agree.length <= 0 && this.agree[0] != 'agree') {
uni.showToast({
title: this.$t('page.register.tickProtocol'),
icon: 'none'
});
return false;
}
// if (this.agree.length <= 0 && this.agree[0] != 'agree') {
// uni.showToast({
// title: this.$t('page.register.tickProtocol'),
// icon: 'none'
// });
// return false;
// }
return true
},


Loading…
Cancel
Save