1234567891011121314151617181920 |
- <view class="wrapper">
- <view class="app_page-header-search margin-bottom-20">
- <view class="app_page-header-search-warp app_width-690">
- <label for="header-search">
- <image src=""></image>
- </label>
- <input
- placeholder-class="app_header-search-placeholder"
- value=""
- placeholder="搜索信息"></input>
- </view>
- </view>
- <customer-tab
- nav="{{nav}}"
- active="{{active}}"
- bind:change="handleNav"/>
- <view class="main">
- <goods-item-normal/>
- </view>
- </view>
|