|
|
@@ -792,6 +792,8 @@ export default {
|
|
|
) {
|
|
|
this.loading = false;
|
|
|
console.log('666');
|
|
|
+ this.$message.error(this.lang.accAbnormal)
|
|
|
+
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
@@ -895,6 +897,7 @@ export default {
|
|
|
) {
|
|
|
console.log('666');
|
|
|
this.loading = false;
|
|
|
+ this.$message.error(this.lang.accAbnormal)
|
|
|
return;
|
|
|
}
|
|
|
console.log("userjson", userjson);
|
|
|
@@ -1248,6 +1251,8 @@ export default {
|
|
|
) {
|
|
|
console.log('666');
|
|
|
this.loading = false;
|
|
|
+ this.$message.error(this.lang.accAbnormal)
|
|
|
+
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
@@ -1486,6 +1491,8 @@ export default {
|
|
|
) {
|
|
|
console.log('666');
|
|
|
this.loading = false;
|
|
|
+ this.$message.error(this.lang.accAbnormal)
|
|
|
+
|
|
|
return;
|
|
|
}
|
|
|
console.log("userjson", userjson);
|