24 lines
531 B
Plaintext
24 lines
531 B
Plaintext
<view class="form">
|
|
<view>
|
|
<view>
|
|
<image src="/images/setWifiPassword/icon.png" />
|
|
</view>
|
|
<view>{{wifiInfo.ssid}}</view>
|
|
</view>
|
|
<view>
|
|
<view>密码</view>
|
|
<view>
|
|
<input
|
|
password="{{type}}"
|
|
value="{{password}}"
|
|
bindinput="passwordInput"
|
|
placeholder="8~16位密码"
|
|
placeholder-class="placeholderClass" />
|
|
</view>
|
|
<view bind:tap="inputTypeChange">
|
|
<image src="/images/setWifiPassword/open.png" />
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="btn" bind:tap="openSetNetwork">连接</view> |