Browse Source

fix(SCRM-4300): Incident - 停车缴费不能及时支付

john 2 years ago
parent
commit
51d3d1b315
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/utils/common/websocket.js

+ 1 - 0
src/utils/common/websocket.js

@@ -26,6 +26,7 @@ export function isReloadBefore() {
     return new Promise(resolve => {
         try {
             if (Number.parseInt(uni.getStorageSync('isReload')) === 1) {
+                uni.removeStorageSync('isReload');
                 resolve(true)
                 return
             }