浏览代码

feat: 修改

linwenxin 1 年之前
父节点
当前提交
f4e8012420
共有 1 个文件被更改,包括 5 次插入7 次删除
  1. 5 7
      src/common/utils/navPag.js

+ 5 - 7
src/common/utils/navPag.js

@@ -232,13 +232,11 @@ export const crossPage = (function() {
     if (res.miniprogram) {
       (function tiemID() {
         Object.keys(funs).map(name => {
-          if (funs[name]) {
-            var data = uni.getStorageSync(name);
-            if (data) {
-              Object.keys(funs[name]).map(key => {
-                funs[name][key](data)
-              })
-            }
+          var data = uni.getStorageSync(name);
+          if (data) {
+            Object.keys(funs[name]).map(key => {
+              funs[name][key](data)
+            })
           }
         })
         setTimeout(tiemID, 200)