You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<!--chazhao/chazhao.wxml-->
|
|
|
|
<view class='page_row' bindtap="suo">
|
|
|
|
<view class="search">
|
|
|
|
<view class="df search_arr">
|
|
|
|
<icon class="searchcion" size='20' type='search'></icon>
|
|
|
|
<input placeholder="请输入书名或书号查询" value="{{searchValue}}"confirm-type="search"/>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<button class="button1" form-type="submit" >搜索</button>
|
|
|
|
</view>
|
|
|
|
<view class='page_row'>
|
|
|
|
<view class="font">分类</view>
|
|
|
|
<image class="image1"src="/image/1.png">
|
|
|
|
</image>
|
|
|
|
</view>
|
|
|
|
<view class='page_row' >
|
|
|
|
<button class="button2" form-type="submit" >1</button>
|
|
|
|
<button class="button2" form-type="submit" >2</button>
|
|
|
|
<button class="button2" form-type="submit" >3</button>
|
|
|
|
</view>
|
|
|
|
<view class='page_row' >
|
|
|
|
<button class="button2" form-type="submit" >1</button>
|
|
|
|
<button class="button2" form-type="submit" >2</button>
|
|
|
|
<button class="button2" form-type="submit" >3</button>
|
|
|
|
</view>
|
|
|
|
<view class='page_row'>
|
|
|
|
<view class="font">猜你喜欢</view>
|
|
|
|
<image class="image1"src="/image/1.png">
|
|
|
|
</image>
|
|
|
|
</view>
|
|
|
|
|