|
|
@@ -164,19 +164,19 @@ const message = useMessage()
|
|
|
// const current = ref<number>(0)
|
|
|
// const swiperList = ref([banner1, banner1, banner1])
|
|
|
|
|
|
-const statisticsData = ref({})
|
|
|
+const statisticsData = ref([0, 0, 0, 0, 0, 0])
|
|
|
|
|
|
// 获取安全区域距离
|
|
|
const { safeAreaInsets } = uni.getWindowInfo()
|
|
|
|
|
|
-// 轮播图事件处理
|
|
|
-function handleSwiperClick(e: any) {
|
|
|
- // console.log('轮播图点击', e)
|
|
|
-}
|
|
|
+// // 轮播图事件处理
|
|
|
+// function handleSwiperClick(e: any) {
|
|
|
+// // console.log('轮播图点击', e)
|
|
|
+// }
|
|
|
|
|
|
-function handleSwiperChange(e: any) {
|
|
|
- // console.log('轮播图切换', e)
|
|
|
-}
|
|
|
+// function handleSwiperChange(e: any) {
|
|
|
+// // console.log('轮播图切换', e)
|
|
|
+// }
|
|
|
|
|
|
// 网点数据
|
|
|
const locationList = ref([])
|