Initial Commit
This commit is contained in:
15
pages/index_search/index_search.wxml
Normal file
15
pages/index_search/index_search.wxml
Normal file
@ -0,0 +1,15 @@
|
||||
<!--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>
|
Reference in New Issue
Block a user