wuwangdong 4 years ago
parent
commit
06fed83cc0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      assets/script/mk/system/HttpSystem.ts

+ 1 - 1
assets/script/mk/system/HttpSystem.ts

@@ -108,7 +108,7 @@ export default class HttpSystem {
         response.data = data;
 
         if (response.errcode != 0) {
-            if (response.errcode == -10003 || response.errcode == -20003) {
+            if (response.errcode == -10003 || response.errcode == -20003 || response.errcode == 403) {
                 gData.warnTipData.setSolution(4);
             }
         }