uu
This commit is contained in:
parent
15f002ce93
commit
e8c6e609be
@ -37,7 +37,7 @@
|
||||
},
|
||||
bgColor: {
|
||||
default () {
|
||||
return '#f2f2f2'
|
||||
return '#FFF'
|
||||
}
|
||||
},
|
||||
height: {
|
||||
|
||||
@ -4,8 +4,10 @@
|
||||
<template v-slot:header>
|
||||
<view class="pgb-header">
|
||||
<view class="com-jianju">
|
||||
<!-- 关键字搜索框 -->
|
||||
<tpx-search placeholder="选择地址" :value="getAddressDetail(searchParam, false)" @click="showAddress"></tpx-search>
|
||||
<view class="pos-rlt">
|
||||
<tpx-search placeholder="选择地址" :value="getAddressDetail(searchParam, false)"></tpx-search>
|
||||
<view @click="showAddress" class="pos-abt-all"></view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user