@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [1.0.2-B.1](https://git.1000my.com/project-chengduSKP/cd_SKP_H_base_daoshi_vue_ts/compare/v1.0.2-B.0...v1.0.2-B.1) (2023-08-04)
### Bug Fixes
* 🧩 地图切换区域优化 ([84b8079](https://git.1000my.com/project-chengduSKP/cd_SKP_H_base_daoshi_vue_ts/commit/84b8079c478aa86c28d6acdf9d6336f421279523))
### [1.0.2-B.0](https://git.1000my.com/project-chengduSKP/cd_SKP_H_base_daoshi_vue_ts/compare/v1.0.1...v1.0.2-B.0) (2023-08-04)
@ -1,12 +1,12 @@
{
"name": "vue_cli_ts",
"version": "1.0.2-B.0",
"version": "1.0.2-B.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"@better-scroll/core": "^2.5.0",
"@better-scroll/observe-image": "^2.5.0",
@ -1,6 +1,6 @@
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
@ -54,7 +54,7 @@ export const useGuideFilterShop = () => {
selectedShopList.value = shopList.value.filter(item => item.floorOrder === floorIdx.value)
window.Map_QM.showAreaAnimate()
} else {
selectedShopList.value = shopList.value.filter(item => item.regionName === name)
selectedShopList.value = shopList.value.filter(item => item.regionName === name && item.floorOrder === floorIdx.value)
window.Map_QM.showAreaAnimate(name)
}
hideMapDialog()