Commit bd3c2d92 by xhw

更新

parent 3208808f
...@@ -156,7 +156,7 @@ ...@@ -156,7 +156,7 @@
// 添加新选项 // 添加新选项
data.WifiList.forEach(wifi => { data.WifiList.forEach(wifi => {
const option = document.createElement('option'); const option = document.createElement('option');
option.value = wifi.ssid; option.value = wifi;
datalist.appendChild(option); datalist.appendChild(option);
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment