yangyin
2024-11-20 190529c5038e81b2f5539d3ee9738274e7a63637
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();
      });