| | |
| | | <input type="text" value="flushDom" v-if="false" /> |
| | | <top-bar selectedTitleIndex="shop" textColor="black" @changeTab="topBarChange" class="topBar"></top-bar> |
| | | <view class="search"> |
| | | <u-search class="nav-search" @blur='searchGoods' v-model="searchInfo" placeholder="搜索商品" |
| | | <u-search class="nav-search" @change='searchGoods' v-model="searchInfo" placeholder="搜索商品" |
| | | :show-action="false"></u-search> |
| | | </view> |
| | | <view style="display: flex;padding: 32rpx;box-sizing: border-box;height: 100%;"> |
| | |
| | | this.getGoodsParam.keyword = keyWard |
| | | this.getGoodsParam.pageNumber = 1 |
| | | this.getGoodsParam.categoryId = '' |
| | | this.goodsList = []; |
| | | await this.getgoodsData(); |
| | | }, |
| | | confirm() {}, |