|
@@ -5,7 +5,7 @@
|
|
|
{{listData[nSel][showKey]||listData[nSel]}}
|
|
{{listData[nSel][showKey]||listData[nSel]}}
|
|
|
</view>
|
|
</view>
|
|
|
<view style="color:#7d7d7d;" v-else>
|
|
<view style="color:#7d7d7d;" v-else>
|
|
|
- 未选择
|
|
|
|
|
|
|
+ 请选择小区
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
@@ -13,7 +13,7 @@
|
|
|
<view class="alertArea JAnimateBtmIn" @click.stop="doNothing">
|
|
<view class="alertArea JAnimateBtmIn" @click.stop="doNothing">
|
|
|
<view class="searchInput " v-if="searchPosition=='top'">
|
|
<view class="searchInput " v-if="searchPosition=='top'">
|
|
|
<view class="clickArea">
|
|
<view class="clickArea">
|
|
|
- <input class="jInput" placeholder-style="color:#ffffff" @input="filterOp" placeholder="搜索列表..." />
|
|
|
|
|
|
|
+ <input class="jInput" placeholder-style="color:#ffffff" @input="filterOp" placeholder="搜索小区名称..." />
|
|
|
<!-- <image class="searchLogo" src="../../static/search.png"></image> -->
|
|
<!-- <image class="searchLogo" src="../../static/search.png"></image> -->
|
|
|
<icon class="searchLogo" type="search" />
|
|
<icon class="searchLogo" type="search" />
|
|
|
</view>
|
|
</view>
|
|
@@ -58,7 +58,7 @@
|
|
|
return {
|
|
return {
|
|
|
listData: this.options,
|
|
listData: this.options,
|
|
|
nSel: -1,
|
|
nSel: -1,
|
|
|
- pickerVisable: false,
|
|
|
|
|
|
|
+ pickerVisable: true,
|
|
|
searchPosition: "middle",
|
|
searchPosition: "middle",
|
|
|
//picker样式
|
|
//picker样式
|
|
|
// unSelStyle:'',
|
|
// unSelStyle:'',
|