修改导航组不显示问题

master
于肖磊 2024-10-22 16:24:29 +08:00
parent 14f3ede351
commit c8c3d48f4d
1 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@
nav_style: new_content.nav_style || 'image_with_text', //
nav_content_list: this.get_nav_content_list(new_content),
});
this.$nextTick(() => {
setTimeout(() => {
const query = uni.createSelectorQuery().in(this);
//
query
@ -118,7 +118,7 @@
}
})
.exec(); //
});
}, 0);
},
get_nav_content_list(data) {
//