This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
chenJinxu
/
MiniprogramParentWeb
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
删除 wlan的mock数据
feat
JinxChen
2 years ago
parent
01258b14dc
commit
811bfd9674
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
miniprogram/pages/home/home.js
+ 1
- 2
miniprogram/pages/home/home.js
View File
@@ -5,8 +5,7 @@ Page({
* 页面的初始数据
*/
data: {
wlanList: [
], //当前wlan列表
wlanList: [], //当前wlan列表
isConnectWlan: null, //是否已经连接上WLAN
connectWlanBssid: '', //当前连接WLAN的SSID
},
Write
Preview
Loading…
Cancel
Save