Browse Source

Update Register.vue

star7th 7 years ago
parent
commit
39cbfa79fc
1 changed files with 1 additions and 0 deletions
  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);
               }