| | |
| | | <view class="flex1 input"> |
| | | <u-input placeholder="请输入花名" v-model="query.name"> |
| | | <template slot="suffix"> |
| | | <uni-icons color="#20613D" type="search" size="24" @tap="refreshList"></uni-icons> |
| | | <uni-icons color="#20613D" type="search" size="24" @click="refreshList"></uni-icons> |
| | | </template> |
| | | </u-input> |
| | | </view> |
| | |
| | | <view class="flex"> |
| | | <view class="title"> |
| | | <span class="m-r-5" style="display: inline-block;" |
| | | v-if="item.categoryStr">{{item.categoryStr||''}}</span> |
| | | <span v-if="item.levelStr" class="m-r-5" |
| | | style="display: inline-block;">{{ item.levelStr || '' }}</span> |
| | | v-if="dto.categoryStr">{{dto.categoryStr||''}}</span> |
| | | <span v-if="dto.levelStr" class="m-r-5" |
| | | style="display: inline-block;">{{ dto.levelStr || '' }}</span> |
| | | {{ dto.name || '-' }} |
| | | </view> |
| | | <view class="price m-l-a m-r-0"> |