yangyin
2024-11-22 33710b80001f533b8dc094e671f20299ddf99d4c
src/views/project/ch/home/component/waterRight/bottom.vue
@@ -95,9 +95,9 @@
   const iconCount = iconList.value.length;
   return iconList.value[index % iconCount];
};
const getMainSectionList = (val) => {
const getMainSectionList = async () => {
   let result = [];
   sceneGroupList.value.forEach((sectionItem, index) => {
   await sceneGroupList.value.forEach((sectionItem, index) => {
      sectionItem.Icon = getIconByIndex(index);
      if (activeGroupType.value == sectionItem.group_type) {
         result.push(sectionItem);