修改车位车牌号输入限制bug

This commit is contained in:
zhouyanli
2026-08-07 09:24:15 +08:00
parent d44ebd075e
commit 3851aebe66
6 changed files with 68 additions and 65 deletions

View File

@@ -169,10 +169,10 @@
console.log(form.value);
} catch (err) {
uni.showToast({
title: `${err}`,
title: err.msg,
icon: 'none'
})
console.error('列表接口报错:', err)
// console.error('列表接口报错:', err)
} finally {
}