Commit 95fb2bfc authored by zhengke's avatar zhengke

修改问题

parent cffe0f9b
......@@ -145,9 +145,11 @@ export default {
};
},
created() {
this.navs = uni.getStorageSync("basedata")
? uni.getStorageSync("basedata").navbar.navs
: [];
setTimeout(() => {
this.navs = uni.getStorageSync("basedata")
? uni.getStorageSync("basedata").navbar.navs
: [];
}, 400);
},
mounted() {
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