绿满眶商城微信小程序-uniapp
peng
2025-07-24 b5f0904019d77a73c0c4ebd8f0cad42b4283fa03
pages/commodity-square/commoditySquare.vue
@@ -3,7 +3,7 @@
      <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%;">
@@ -197,6 +197,7 @@
            this.getGoodsParam.keyword = keyWard
            this.getGoodsParam.pageNumber = 1
            this.getGoodsParam.categoryId = ''
            this.goodsList = [];
            await this.getgoodsData();
         },
         confirm() {},