| | |
| | | </view> |
| | | </block> |
| | | </uni-nav-bar> |
| | | <!-- todo:搜索 --> |
| | | <!-- 搜索框 --> |
| | | <view class="search-bg"> |
| | | <u-search placeholder="输入" v-model="keyword" :clearabled="true" @custom="search()" @search="search()"></u-search> |
| | | </view> |
| | | |
| | | <view class="main-box"> |
| | | <view class="box" v-for="item in list" @click="goDetl(item)"> |
| | | <view style="display: flex;"> |
| | |
| | | </view> |
| | | </view> |
| | | |
| | | |
| | | <u-empty v-if="true" icon="../../../static/image/emptyList.png" v-show="list.length <= 0" /> |
| | | <view class="fxbtn"> |
| | | <uni-icons type="plusempty" color="#fff" @click="add()" ></uni-icons> |
| | | </view> |
| | |
| | | export default { |
| | | data() { |
| | | return { |
| | | keyword: '', |
| | | user: { |
| | | username: '', |
| | | id: 0, |