Fix:3151 【商城小程序】点击搜索框处的放大镜不会直接跳转浮动词条对应搜索结果页面,并且搜索框及按钮变长了
This commit is contained in:
@@ -16,10 +16,12 @@
|
|||||||
/>
|
/>
|
||||||
</view>
|
</view>
|
||||||
<view class="search-wrap" @click="goGoodSearch">
|
<view class="search-wrap" @click="goGoodSearch">
|
||||||
<image
|
<view class="icon">
|
||||||
:src="webUrl + '/home/icon-search2.png'"
|
<image
|
||||||
class="icon"
|
:src="webUrl + '/home/icon-search2.png'"
|
||||||
/>
|
class="icon"
|
||||||
|
/>
|
||||||
|
</view>
|
||||||
<view class="swpier-bar">
|
<view class="swpier-bar">
|
||||||
<u-notice-bar duration="4000" :text="recommendKeyword" :icon="' '" color="#333" fontSize="12" bgColor="transparent" direction="column"></u-notice-bar>
|
<u-notice-bar duration="4000" :text="recommendKeyword" :icon="' '" color="#333" fontSize="12" bgColor="transparent" direction="column"></u-notice-bar>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user