绿满眶商城微信小程序-uniapp
5803f8720f5f28153793b5b1522a78ede80af7ee..b5f0904019d77a73c0c4ebd8f0cad42b4283fa03
2025-07-24 peng
Merge remote-tracking branch 'origin/dev_fix_sub' into dev_fix_sub
b5f090 对比 | 目录
2025-07-24 peng
解决商品不能搜索的问题
6ac8a1 对比 | 目录
1个文件已修改
3 ■■■■ 已修改文件
pages/commodity-square/commoditySquare.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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() {},