This commit is contained in:
2026-01-04 12:08:36 +08:00
parent 1331477ac9
commit 948aa3d5b2
8 changed files with 42 additions and 55 deletions

View File

@@ -114,7 +114,7 @@
else
{
languageList = apiResult.Data;
languageList.Insert(0, new KeyValue() { Key = "0", Value = "标准" });
languageList.Insert(0, new KeyValue() { Label = "0", Value = "标准" });
}