Explorar el Código

Update Register.vue

star7th hace 7 años
padre
commit
39cbfa79fc
Se han modificado 1 ficheros con 1 adiciones y 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);
               }