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.
22 lines
600 B
22 lines
600 B
3 years ago
|
<view class="container">
|
||
|
<view class="nav">
|
||
|
<view class="search">
|
||
|
<view class="search-box" bindtap="toSearch">
|
||
|
<view class="search-icon">
|
||
|
<image src="/images/search.png"></image>
|
||
|
</view>
|
||
|
<view class="search-input">
|
||
|
<input type="text" placeholder="搜索关键词" placeholder-class="defalt-style" />
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|
||
|
<view>
|
||
|
<view wx:for="{{list}}">
|
||
|
</view>
|
||
|
<view class="add">
|
||
|
<image src="../../../images/imgadd.png"></image>
|
||
|
<view>添加副会长</view>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|