This commit is contained in:
3321822538@qq.com 2024-12-04 16:37:22 +08:00
parent 8d471b8031
commit dc56cff238

View File

@ -606,14 +606,7 @@
content_wf() {
if (!this.ssid) {
uni.showToast({
title: 'SSID不能为空',
icon: 'none'
});
return;
}
if (!this.password) {
uni.showToast({
title: '密码不能为空',
title: 'WIFI不能为空',
icon: 'none'
});
return;