fix : 修复页面细节

This commit is contained in:
2024-05-23 10:58:42 +08:00
parent 179be93d48
commit a79a381c59
2 changed files with 5 additions and 4 deletions

View File

@@ -31,7 +31,8 @@ onMounted(()=>{
setValue();
});
watch(() => params.wp.value, () => {
watch(() => params.wp.value, (newVal) => {
params.wp.value=parseFloat(newVal)
setValue();
});