src/views/project/ch/home/Home.vue
@@ -96,7 +96,6 @@ }; onMounted(() => { isFinishPromise = new Promise(async (resolve) => { bottomRef.value.getMainSectionList(); resolve(true); }); emitter.on('isShowHomePage', showGuide); @@ -108,6 +107,7 @@ watch( () => activeGroupType.value, (val) => { console.log('🚀 ~ val:', val); nextTick(() => { bottomRef.value.getMainSectionList(); });