fix(region-index): 移除固定高度
This commit is contained in:
parent
61163cae97
commit
77e20a6c42
|
@ -8,7 +8,6 @@
|
||||||
<picker-view
|
<picker-view
|
||||||
v-if="popupVisible"
|
v-if="popupVisible"
|
||||||
class="picker-view"
|
class="picker-view"
|
||||||
:indicator-style="indicatorStyle"
|
|
||||||
:value="pickerValue"
|
:value="pickerValue"
|
||||||
@change="handlePickerChange"
|
@change="handlePickerChange"
|
||||||
>
|
>
|
||||||
|
@ -67,7 +66,7 @@ export default {
|
||||||
popupVisible: false,
|
popupVisible: false,
|
||||||
areaTree: [],
|
areaTree: [],
|
||||||
pickerValue: [0, 0, 0],
|
pickerValue: [0, 0, 0],
|
||||||
indicatorStyle: `height: 50px;`,
|
// indicatorStyle: `height: 50px;`,
|
||||||
selectedList: [],
|
selectedList: [],
|
||||||
regionList: [],
|
regionList: [],
|
||||||
provinceList: [],
|
provinceList: [],
|
||||||
|
@ -325,7 +324,6 @@ export default {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
height: 50px;
|
|
||||||
font-size: 24rpx;
|
font-size: 24rpx;
|
||||||
color: #666;
|
color: #666;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
|
@ -19,7 +19,7 @@ module.exports = vm => {
|
||||||
|
|
||||||
//#ifdef DEV_SERVER
|
//#ifdef DEV_SERVER
|
||||||
console.log('DEV_SERVER')
|
console.log('DEV_SERVER')
|
||||||
config.baseURL = 'http://localhost:8080'
|
config.baseURL = 'https://t-app.beida666.com/prod-api'
|
||||||
//#endif
|
//#endif
|
||||||
|
|
||||||
//#ifdef QA_SERVER
|
//#ifdef QA_SERVER
|
||||||
|
|
Loading…
Reference in New Issue