|
@@ -640,6 +640,11 @@ function onClickArea(idx) {
|
|
activeAreaIdx.value = -1
|
|
activeAreaIdx.value = -1
|
|
} else {
|
|
} else {
|
|
activeAreaIdx.value = idx
|
|
activeAreaIdx.value = idx
|
|
|
|
+ if (activeHotRelicDetail.value.region !== areaList.value[activeAreaIdx.value]) {
|
|
|
|
+ activeHotRelicIdx.value = hotRelicList.value.findIndex((item) => {
|
|
|
|
+ return item.belongArea === areaList.value[activeAreaIdx.value]
|
|
|
|
+ })
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|