Browse Source

Update Register.vue

star7th 8 năm trước cách đây
mục cha
commit
39cbfa79fc
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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);
               }