Fix:3151 【商城小程序】点击搜索框处的放大镜不会直接跳转浮动词条对应搜索结果页面,并且搜索框及按钮变长了

This commit is contained in:
modendeveloper
2025-01-22 23:59:14 +08:00
parent f0aa415852
commit ba0312001b
+6 -4
View File
@@ -16,10 +16,12 @@
/>
</view>
<view class="search-wrap" @click="goGoodSearch">
<image
:src="webUrl + '/home/icon-search2.png'"
class="icon"
/>
<view class="icon">
<image
:src="webUrl + '/home/icon-search2.png'"
class="icon"
/>
</view>
<view class="swpier-bar">
<u-notice-bar duration="4000" :text="recommendKeyword" :icon="' '" color="#333" fontSize="12" bgColor="transparent" direction="column"></u-notice-bar>
</view>