|
@@ -13,14 +13,16 @@
|
|
</view>
|
|
</view>
|
|
</picker>
|
|
</picker>
|
|
</view> -->
|
|
</view> -->
|
|
-<uni-popup ref="filterPopup" type="top" :animation="false" :is-mask-click="false"
|
|
|
|
- mask-background-color="rgba(0, 0, 0, 0.4)">
|
|
|
|
- <view class="icon-title-navBar-box">
|
|
|
|
- <view @click="goUpPage2" class="nav-bar-icon"></view>
|
|
|
|
- <text class="nav-bar-title">返回</text>
|
|
|
|
- </view>
|
|
|
|
- <t-index-address @select="select"></t-index-address>
|
|
|
|
-</uni-popup>
|
|
|
|
|
|
+ <uni-popup ref="filterPopup" type="top" :animation="false" :is-mask-click="false"
|
|
|
|
+ mask-background-color="rgba(0, 0, 0, 0.4)">
|
|
|
|
+ <view style="background-color: #fff;">
|
|
|
|
+ <view class="icon-title-navBar-box">
|
|
|
|
+ <view @click="goUpPage2" class="nav-bar-icon"></view>
|
|
|
|
+ <text class="nav-bar-title">返回</text>
|
|
|
|
+ </view>
|
|
|
|
+ <t-index-address @select="select"></t-index-address>
|
|
|
|
+ </view>
|
|
|
|
+ </uni-popup>
|
|
<!-- 查询职业 -->
|
|
<!-- 查询职业 -->
|
|
<view class="phone-search-box">
|
|
<view class="phone-search-box">
|
|
<input class="search-input" placeholder="请输入地址" v-model="data.keyword" />
|
|
<input class="search-input" placeholder="请输入地址" v-model="data.keyword" />
|