Browse Source

Merge pull request #208 from John-Hong/John/release-2.13.0/SCRM-4300

fix(SCRM-4300): Incident - 停车缴费不能及时支付
Tron 2 years ago
parent
commit
8514c819ef
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/App.vue

+ 1 - 0
src/App.vue

@@ -79,6 +79,7 @@ export default {
         if (isReloadLoop) {
           const isReload = await theCommunicationBetweenWechatAndH5IsNormal();
           if (isReload) {
+            uni.removeStorageSync('isReload');
             const { theme } = getsTheCurrentTopic();
             this.$dialog({
               title: '温馨提示',