Browse Source

Update Register.vue

star7th 7 năm trước cách đây
mục cha
commit
39cbfa79fc

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

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