diff --git a/pages/deviceManage/index.vue b/pages/deviceManage/index.vue index bad8c5c..78b0844 100644 --- a/pages/deviceManage/index.vue +++ b/pages/deviceManage/index.vue @@ -112,7 +112,7 @@ 请输入设备名称: - + @@ -551,6 +551,10 @@ }); } }, + onDeviceNameInput(e) { + this.deviceName = e.detail.value; + // console.log('输入内容:', e.detail.value); + }, }, }; @@ -627,6 +631,8 @@ display: flex; align-items: center; z-index: 99; + pointer-events: auto; + width: 40rpx; } .clear_deviceN_icon {