Open androidlixiang opened 3 months ago
let items: BottomListModel[] = [] for (let cityListElement of Config.cityList) { items.push(new BottomListModel(cityListElement)) } showBottomListDialog({ itemModels: items, itemClick: (position: number) => { this.address = Config.cityList[position] this.searchSchool() hideDialog() } }) 页面超过一屏,无法向下滑动
收到,我看下是什么问题