Initial Commit

This commit is contained in:
quantulr
2024-05-06 15:34:15 +08:00
commit e3a0666d5a
307 changed files with 28969 additions and 0 deletions

View 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>