Browse Source

fix: 修改品牌

pull/7/head
张耀 3 years ago
parent
commit
e4493693bb
  1. 486
      public/static/offline/JSON/getBrandShopList.json
  2. 20
      src/views/Brand/shopList.vue

486
public/static/offline/JSON/getBrandShopList.json

File diff suppressed because one or more lines are too long

20
src/views/Brand/shopList.vue

@ -12,7 +12,15 @@
@click="handleSwitch"
/>
<!-- 店铺 -->
<scroll-view ref="shopScroll" class="shop-scroll" :refresh-delay="200" :pull-up="true" :list="pageList" @scroll-end="myScrollEnd">
<scroll-view
ref="shopScroll"
class="shop-scroll"
:scroll-top="false"
:refresh-delay="200"
:pull-up="true"
:list="pageList"
@scroll-end="myScrollEnd"
>
<!-- <swiper
ref="myScroll"
class="shop-scroll animate__animated animate__fadeInUp"
@ -367,17 +375,18 @@ function myScrollEnd() {
}
.shop-list {
position: relative;
display: flex;
// display: flex;
overflow: hidden;
width: 1598px;
height: 1080px;
padding-top: 0;
padding-left: 0;
.right-control-area {
position: relative;
position: absolute;
right: 0;
width: 230px;
height: 622px;
margin-top: 144px;
margin-top: 134px;
margin-left: 28px;
.format-items {
@ -476,6 +485,9 @@ function myScrollEnd() {
}
}
.shop-scroll {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
width: 1388px;
height: 770px;

Loading…
Cancel
Save