|
@@ -1,13 +1,20 @@
|
|
-<view class="page-header-search">
|
|
|
|
- <view class="app_page-header-search-warp">
|
|
|
|
|
|
+<view class="app_page-header-search">
|
|
|
|
+ <view class="app_page-header-search-warp app_width-690 page-header-search">
|
|
<label for="header-search">
|
|
<label for="header-search">
|
|
<image src=""></image>
|
|
<image src=""></image>
|
|
</label>
|
|
</label>
|
|
<input placeholder-class="app_header-search-placeholder" value="" placeholder="搜索信息"></input>
|
|
<input placeholder-class="app_header-search-placeholder" value="" placeholder="搜索信息"></input>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
-<scroll-view class="app_nav-wrap" scroll-x="{{true}}">
|
|
|
|
- <view class="nav {{currentCategory === item.id ? 'active' : ''}}" wx:for="{{category}}" wx:key="id">
|
|
|
|
|
|
+<scroll-view
|
|
|
|
+ class="app_nav-wrap"
|
|
|
|
+ scroll-x="{{true}}">
|
|
|
|
+ <view
|
|
|
|
+ class="nav {{currentCategory === item.id ? 'active' : ''}}"
|
|
|
|
+ wx:for="{{category}}"
|
|
|
|
+ wx:key="id"
|
|
|
|
+ data-item="{{item}}"
|
|
|
|
+ bind:tap="handleNav">
|
|
<view class="photo">
|
|
<view class="photo">
|
|
<image src=""></image>
|
|
<image src=""></image>
|
|
</view>
|
|
</view>
|