|
|
|
@ -1,4 +1,5 @@ |
|
|
|
<template> |
|
|
|
<form action="javascript:return true"> |
|
|
|
<div class="container" style="background:#fff"> |
|
|
|
<div class="top f-bb-gray"> |
|
|
|
<img src="../assets/images/icon/arrow-left.png" v-on:click="goBack" />选择小区 |
|
|
|
@ -12,7 +13,7 @@ |
|
|
|
<div :class="show?'triangle_border_top':'triangle_border_down'"> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<el-input style="border-left: 1px solid #c1c1c1;" placeholder="请输入小区名称" v-model="communityName" @keyup.enter.native="searchByName" @clear="clear" clearable> |
|
|
|
<el-input type="search" style="border-left: 1px solid #c1c1c1;" placeholder="请输入小区名称" v-model="communityName" @keyup.enter.native="searchByName" @clear="clear" clearable> |
|
|
|
<i slot="prefix" class="el-input__icon el-icon-search"></i> |
|
|
|
</el-input> |
|
|
|
</div> |
|
|
|
@ -50,6 +51,7 @@ |
|
|
|
<!-- Loading --> |
|
|
|
<loading :show="showLoading" text="loading"></loading> |
|
|
|
</div> |
|
|
|
</form> |
|
|
|
</template> |
|
|
|
<script> |
|
|
|
import myScroll from "@/utils/scroll"; |
|
|
|
|