4.6测试和视频上传限制25M
This commit is contained in:
@@ -267,6 +267,7 @@ let pitchValue = ref({
|
||||
|
||||
watchEffect(() => {
|
||||
// nearSchoolList = store.state.apartment.school || []
|
||||
console.log('store.state.schoolList',store.state.schoolList);
|
||||
nearSchoolList = store.state.schoolList || [];
|
||||
roomTypeList = store.state.apartment.roomtype || [];
|
||||
roomTypeKey = store.state.roomTypeKey || {};
|
||||
@@ -738,7 +739,7 @@ const tagList = ["单人间", "大床房", "独立卫浴", "两房整租", "电
|
||||
}
|
||||
|
||||
.option-input {
|
||||
width: 100px;
|
||||
width: 70px;
|
||||
height: 40px;
|
||||
border: 1px solid rgba(179, 179, 179, 1);
|
||||
border-radius: 10px;
|
||||
|
||||
Reference in New Issue
Block a user