总获客
{{ sixStatisticsData.total || 0 }}
@@ -48,11 +48,11 @@
arrowLeftSvg.value = svg;
};
- const moreArrowSvg = ref("");
- const getMoreArrowSvg = async () => {
- const { default: svg } = await import("/src/assets/svg-img/more-arrow.svg?raw");
- moreArrowSvg.value = svg;
- };
+ // const moreArrowSvg = ref("");
+ // const getMoreArrowSvg = async () => {
+ // const { default: svg } = await import("/src/assets/svg-img/more-arrow.svg?raw");
+ // moreArrowSvg.value = svg;
+ // };
const sixStatisticsData = inject("sixStatisticsData", ref<{ total: number; items: { data: string; total: number }[] }>({ total: 0, items: [] }));
@@ -61,7 +61,7 @@
getHeaderRightSvg();
getArrowLeftSvg();
- getMoreArrowSvg();
+ // getMoreArrowSvg();
});