|
@@ -600,14 +600,14 @@
|
|
|
type: 'warning'
|
|
|
}).then(() => {
|
|
|
axios.get("{{route('buyhouse.back')}}?id="+this.user.id).then(response => {
|
|
|
- console.log(response.data);
|
|
|
- /*if(response.data.status){
|
|
|
+ // console.log(response.data);
|
|
|
+ if(response.data.status){
|
|
|
location.href = "{{route('buyhouse.login')}}";
|
|
|
}else{
|
|
|
this.$message.error(response.data.msg);
|
|
|
this.loading.close();
|
|
|
return false;
|
|
|
- }*/
|
|
|
+ }
|
|
|
});
|
|
|
});
|
|
|
},
|