蓝区master:输入设备名称超过最大值,无Toast提示

Signed-off-by: liminjie10 <liminjie10@huawei.com>
This commit is contained in:
liminjie10 2023-01-12 15:08:00 +08:00
parent 8a98f703bb
commit 952803f758

View File

@ -77,7 +77,7 @@ struct DeviceName {
prompt.showToast({ prompt.showToast({
message: value, message: value,
duration: 2000, duration: 2000,
bottom: 1000 bottom: 100
}) })
}) })
} }