第一版
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<view class="title">
|
||||
<view>可用Wi-Fi</view>
|
||||
<view>网络列表(设备暂不支持5GWi-Fi网络)</view>
|
||||
</view>
|
||||
|
||||
<view class="wifi">
|
||||
<scroll-view class="scrollView" scroll-y>
|
||||
<view class="content">
|
||||
<block wx:for="{{wifiList}}" wx:key="index">
|
||||
<view class="arrowAfter" data-item="{{item}}" bind:tap="openSetWifiPassword">
|
||||
<view>
|
||||
<image src="/images/getWifiList/icon.png" />
|
||||
</view>
|
||||
<view>{{item.ssid}}</view>
|
||||
</view>
|
||||
</block>
|
||||
</view>
|
||||
</scroll-view>
|
||||
</view>
|
||||
Reference in New Issue
Block a user