- <view class="container">
- <view class="wifi-title">
- {{name}}
- </view>
- <view class="wifi-tip">
- 连接WiFi即可{{title}}
- </view>
- <view class="wifi-tip">连接WiFi:{{wifi.dictLabel}},密码:{{wifi.dictValue}}</view>
- <view class="btn btn-active " hover-class="check-hover" bind:tap="clickBtn">
- <view class="check-status">
- {{isOk ? '已' + title : title}}
- </view>
- </view>
- </view>
|