checkIn.wxml 452 B

12345678910111213141516
  1. <view class="container">
  2. <view class="wifi-title">
  3. {{name}}
  4. </view>
  5. <view class="wifi-tip">
  6. 连接WiFi即可{{title}}
  7. </view>
  8. <view class="wifi-tip">连接WiFi:{{wifi.dictLabel}},密码:{{wifi.dictValue}}</view>
  9. <view class="btn btn-active " hover-class="check-hover" bind:tap="clickBtn">
  10. <view class="check-status">
  11. {{isOk ? '已' + title : title}}
  12. </view>
  13. </view>
  14. </view>