访客信息增加车牌号

This commit is contained in:
chenglijuan
2026-05-06 10:12:36 +08:00
parent 85dca5c7a1
commit 57243dfdf3
11 changed files with 387 additions and 15 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ Page({
onHostNameInput(e) {
this.setData({ 'form.hostName': e.detail.value })
},
onPlateNumberInput(e) {
onPlateNumberChange(e) {
this.setData({ 'form.plateNumber': e.detail.value })
},