开关
This commit is contained in:
parent
8d471b8031
commit
dc56cff238
|
@ -606,14 +606,7 @@
|
||||||
content_wf() {
|
content_wf() {
|
||||||
if (!this.ssid) {
|
if (!this.ssid) {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: 'SSID不能为空',
|
title: 'WIFI不能为空',
|
||||||
icon: 'none'
|
|
||||||
});
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
if (!this.password) {
|
|
||||||
uni.showToast({
|
|
||||||
title: '密码不能为空',
|
|
||||||
icon: 'none'
|
icon: 'none'
|
||||||
});
|
});
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user