Commit 95fb2bfc authored by zhengke's avatar zhengke

修改问题

parent cffe0f9b
...@@ -145,9 +145,11 @@ export default { ...@@ -145,9 +145,11 @@ export default {
}; };
}, },
created() { created() {
this.navs = uni.getStorageSync("basedata") setTimeout(() => {
? uni.getStorageSync("basedata").navbar.navs this.navs = uni.getStorageSync("basedata")
: []; ? uni.getStorageSync("basedata").navbar.navs
: [];
}, 400);
}, },
mounted() { mounted() {
this.flagTypeInfo = this.$uiConfig.is_bang; this.flagTypeInfo = this.$uiConfig.is_bang;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment