Explorar o código

Update Register.vue

star7th %!s(int64=7) %!d(string=hai) anos
pai
achega
39cbfa79fc
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      web_src/src/components/user/Register.vue

+ 1 - 0
web_src/src/components/user/Register.vue

@@ -78,6 +78,7 @@ export default {
                 //that.$message.success("注册成功");
                 that.$router.push({path:'/item/index'});
               }else{
+                that.change_v_code_img() ;
                 that.$alert(response.data.error_message);
               }