fix(region-index): 移除固定高度

This commit is contained in:
woody 2025-08-01 13:33:55 +08:00
parent 515eaaf274
commit 359410ae57
2 changed files with 2 additions and 4 deletions

View File

@ -8,7 +8,6 @@
<picker-view
v-if="popupVisible"
class="picker-view"
:indicator-style="indicatorStyle"
:value="pickerValue"
@change="handlePickerChange"
>
@ -67,7 +66,7 @@ export default {
popupVisible: false,
areaTree: [],
pickerValue: [0, 0, 0],
indicatorStyle: `height: 50px;`,
// indicatorStyle: `height: 50px;`,
selectedList: [],
regionList: [],
provinceList: [],
@ -329,7 +328,6 @@ export default {
display: flex;
align-items: center;
justify-content: center;
height: 50px;
font-size: 24rpx;
color: #666;
white-space: nowrap;

View File

@ -19,7 +19,7 @@ module.exports = vm => {
//#ifdef DEV_SERVER
console.log('DEV_SERVER')
config.baseURL = 'http://localhost:8080'
config.baseURL = 'https://t-app.beida666.com/prod-api'
//#endif
//#ifdef QA_SERVER