diff --git a/src/views/Brand/shopList.vue b/src/views/Brand/shopList.vue index a1ca379..a021b59 100644 --- a/src/views/Brand/shopList.vue +++ b/src/views/Brand/shopList.vue @@ -150,20 +150,20 @@ const toggleFormatAndFloors = ref<0 | 1 | 2>(0) const list = [ { - name: '区域筛选', + name: '区域搜索', en: 'AREA', icon: require('../../assets/images/brand/icon_area.svg'), iconSel: require('../../assets/images/brand/icon_area_sel.svg') }, { - name: '楼层筛选', + name: '楼层搜索', en: 'FLOOR', icon: require('../../assets/images/brand/icon_floor.svg'), iconSel: require('../../assets/images/brand/icon_floor_sel.svg') }, { - name: '业态筛选', - en: 'FORMAT', + name: '业态搜索', + en: 'CLASSIFICATION', icon: require('../../assets/images/brand/icon_format.svg'), iconSel: require('../../assets/images/brand/icon_format_sel.svg') } @@ -485,6 +485,8 @@ function myScrollEnd() { height: auto; } .shop-items { + width: 1388px; + .shop-div { margin-bottom: 40px; .shop-floor { diff --git a/src/views/Member/MemberItem.vue b/src/views/Member/MemberItem.vue index 8d04842..16a3409 100644 --- a/src/views/Member/MemberItem.vue +++ b/src/views/Member/MemberItem.vue @@ -110,7 +110,7 @@ onMounted(() => { position: relative; width: inherit; height: 495px; - background: #ebebeb; + background: #ebebeb00; img { width: inherit; diff --git a/src/views/Search/Search.vue b/src/views/Search/Search.vue index c695838..d337cfc 100644 --- a/src/views/Search/Search.vue +++ b/src/views/Search/Search.vue @@ -241,6 +241,9 @@ function handleActivity(item: Activity) { //点击店铺 function handleSearchShop(val: Shop) { + if (shop.value) { + store.SET_PREV_SHOP(shop.value) + } store.SET_SHOP(val) store.SET_SHOW_DETAIL(true) useStatistics({ tag: 'brandSearch', shopCode: val.shopCode }) @@ -267,6 +270,9 @@ function handleHotSearch(item: Shop) { if (!val) { return } + if (shop.value) { + store.SET_PREV_SHOP(shop.value) + } store.SET_SHOP(val) store.SET_SHOW_DETAIL(true) // router.push('/search/detail') @@ -364,6 +370,7 @@ function handleHotSearch(item: Shop) { border: 2px solid #fff; border-radius: 50px; backdrop-filter: blur(20px); + box-shadow: 0 20px 30px 0 rgb(0 0 0 / 10%); // margin: auto; img { width: 48px;