This commit is contained in:
bin
2025-12-23 13:40:26 +08:00
parent 4ae11e31f4
commit e7f9d9c367
16 changed files with 604 additions and 36 deletions

View File

@@ -137,7 +137,7 @@ function changeArea() {
data: [oneDictData('area')],
success: (_, [value]) => {
fromValue.area = value.value;
state.areaText = '青岛市-' + value.label;
state.areaText = '石河子市-' + value.label;
},
});
}