diff --git a/src/api/mall/statistics/trade.ts b/src/api/mall/statistics/trade.ts index e59952a6a..4a21500f6 100644 --- a/src/api/mall/statistics/trade.ts +++ b/src/api/mall/statistics/trade.ts @@ -115,5 +115,7 @@ export const getOrderCountTrendComparison = ( /** 时间参数需要格式化, 确保接口能识别 */ const formatDateParam = (params: TradeTrendReqVO) => { - return { times: [formatDate(params.times[0]), formatDate(params.times[1])] } as TradeTrendReqVO + return { + times: [formatDate(params.times[0]), formatDate(params.times[1])] + } as TradeTrendReqVO } diff --git a/src/components/DiyEditor/components/mobile/FloatingActionButton/index.vue b/src/components/DiyEditor/components/mobile/FloatingActionButton/index.vue index d30f0a202..ea117e4e3 100644 --- a/src/components/DiyEditor/components/mobile/FloatingActionButton/index.vue +++ b/src/components/DiyEditor/components/mobile/FloatingActionButton/index.vue @@ -13,7 +13,7 @@ v-for="(item, index) in property.list" :key="index" class="flex flex-col items-center" - @click="handleActive(index)" + @click="handleActive" >