开关
This commit is contained in:
parent
8d471b8031
commit
dc56cff238
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user