Merge branch 'ldeyun' into 'master'

Ldeyun

See merge request cxcxt/cxc-szcx-uniapp!8
This commit is contained in:
闵 年泽 2025-01-17 17:01:06 +08:00
commit 9474cd3ddf
2 changed files with 9 additions and 1 deletions

View File

@ -182,6 +182,14 @@
}).then((res) => { }).then((res) => {
if (res.success) { if (res.success) {
step.value = res.result.records step.value = res.result.records
step.value = step.value.map(item => {
if (item.name === 'start') {
item.name = '开始';
} else if (item.name === 'end') {
item.name = '结束';
}
return item;
});
} }
}) })
} }

View File

@ -3,7 +3,7 @@
"appid" : "__UNI__9F097F0", "appid" : "__UNI__9F097F0",
"description" : "", "description" : "",
"versionName" : "1.1.2", "versionName" : "1.1.2",
"versionCode" : 20250117, "versionCode" : 20250106,
"transformPx" : false, "transformPx" : false,
/* 5+App */ /* 5+App */
"app-plus" : { "app-plus" : {