| | |
| | | <template> |
| | | <view class="container"> |
| | | <top-bar selectedTitleIndex="shop" @changeTab="topBarChange" class="topBar"></top-bar> |
| | | <top-bar selectedTitleIndex="shop" textColor="black" @changeTab="topBarChange" class="topBar"></top-bar> |
| | | <input type="text" v-show="false" v-model="flushDom" /> |
| | | <view class="search"> |
| | | <u-search class="nav-search" @blur='searchGoods' placeholder="搜索商品" :show-action="false"></u-search> |
| | |
| | | <view class="openShowLeft" @click="showDrawer('showLeft')" v-if="!showLeft"> |
| | | <uni-icons type="right" size="30"></uni-icons> |
| | | </view> |
| | | <uni-drawer ref="showLeft" mode="left" width="120" height="94vh" @change="change($event,'showLeft')" |
| | | <uni-drawer ref="showLeft" mode="left" width="120" height="80vh" @change="change($event,'showLeft')" |
| | | :cus-style="true" class="navigationLeft"> |
| | | <scroll-view class="typeNavigation" :scroll-y="true" show-scrollbar="false"> |
| | | <view class="typeNavigationItem" :class="{typeNavigationItemCheck:currentCategort ==item.id}" |
| | |
| | | |
| | | .openShowLeft { |
| | | position: fixed; |
| | | top: 120rpx; |
| | | top: 200rpx; |
| | | left: 0; |
| | | align-items: center; |
| | | justify-content: flex-start; |