Browse Source

修改验证码为黑色

master
liaoxinyu 2 years ago
parent
commit
f8e4094e8d
  1. 24
      src/views/signUp/index.vue

24
src/views/signUp/index.vue

@ -278,7 +278,7 @@ export default {
type:"warning", type:"warning",
message:"input gc code pls.", message:"input gc code pls.",
}) })
} }
// //
if (!this.isAgree) { if (!this.isAgree) {
// //
@ -291,17 +291,17 @@ export default {
); );
return; return;
} }
if (this.user.parentCode=="") { // if (this.user.parentCode=="") {
// // //
this.$message( // this.$message(
{ // {
type: "warning", // type: "warning",
message: this.$t("login.referrer1") + "!" // message: this.$t("login.referrer1") + ""
}, // },
1000 // 1000
); // );
return; // return;
} // }
// //
// if (this.user.parentCode) { // if (this.user.parentCode) {

Loading…
Cancel
Save