fix: 年份旋转

master
xjs 2026-06-30 15:05:51 +08:00
parent 15f4bb70e0
commit 7e14e168af
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
import { systemInfo } from '@/utils/systemInfo'
import MxRadioGroup from "@/pages-sub/components/radio/index.vue?async"
import MxSearch from "@/pages-sub/components/search/index.vue?async"
import { getAreaList, getHistoryYearList, getRankTable } from "@/service"
import { getAreaList, getRankTable } from "@/service"
import { useUserStore } from "@/store"
// #ifdef MP-WEIXIN
@ -70,7 +70,7 @@ const handleChange = () => {
exceedRatioText.value = resp.result.exceedRatioText
estimatedRank.value = resp.result.estimatedRank
yearList.value = [...resp.result.years]
searchParams.value.year = yearList.value[yearList.value.length - 1]?.value
searchParams.value.year = resp.result.selectedYear.toString()
nearbyItems.value = [...resp.result.nearbyItems.reverse()]
areaName.value=resp.result.selectedArea