16 lines
560 B
Plaintext
16 lines
560 B
Plaintext
<!--pages/index/index_search/index_search.wxml-->
|
|
<view class="top_fi">
|
|
<view class="top">
|
|
<view class="search">
|
|
<image src="/icon/search.png"></image>
|
|
<input placeholder="搜索商品" focus='{{inputShowed}}' bindinput="search_input" placeholder-style="color:#aaa;"></input>
|
|
<image src="/icon/delete.png"></image>
|
|
</view>
|
|
<view catchtap='search' class="sear">搜索</view>
|
|
</view>
|
|
<view class="hot">热门推荐</view>
|
|
<view class="hot-all">
|
|
<view class="hot-cont" wx:for='{{hot}}' wx:key="index">{{item}}</view>
|
|
</view>
|
|
</view>
|