loop.wxml 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. <!--pages/loop/loop.wxml-->
  2. <view class="switch-1">
  3. <image src="https://cloud.long-chi.com/resource/miniprogram-lightcontrol/image/network.png" style="position: absolute; left:5%;top:14%;width:8%;height:70%;"></image>
  4. <view class="Dropdown">
  5. <picker range="{{groupName}}" value="{{groupIndex}}" bindchange="changegroup">
  6. <view class="group">
  7. {{groupName[groupIndex]}}
  8. </view>
  9. </picker>
  10. <picker range="{{deviceName}}" value="{{deviceIndex}}" bindchange="changedevice">
  11. <view class="device">
  12. {{deviceName[deviceIndex]}}
  13. </view>
  14. </picker>
  15. </view>
  16. <text class="Onlinestatus" style="background-color: white;color: red;">{{status}}</text>
  17. </view>
  18. <view class="loop">
  19. <text>回路:</text>
  20. <picker bindchange="bindPickerChange3" value="{{indexes}}" range="{{crr}}">
  21. <view class="loop-picker">
  22. {{crr[indexes]}}
  23. </view>
  24. </picker>
  25. </view>
  26. <view class="subject" wx:if="{{play == 0 ? true : false}}">
  27. <!-- 时控一 -->
  28. <view class="Time-control">
  29. <text style="left: 5%;top: 8%;">时</text>
  30. <text style="left: 5%;top: 32%;">控</text>
  31. <text style="left: 5%;top: 57%;">一</text>
  32. <text style="left: 15%;top: 8%;">开</text>
  33. <text style="left: 15%;top: 57%;">关</text>
  34. <switch style="top: 8%;zoom: {{zoom}};" bindchange="Controltime1" checked="{{state[0]}}"></switch>
  35. <switch style="top: 55%;zoom: {{zoom}};" bindchange="Controltime2" checked="{{state[1]}}"></switch>
  36. <picker mode="{{type1}}" value="{{time[0]}}" start="00:00" end="23:59" bindchange="bindTimeChange1">
  37. <view class="Timecontrol-picker-1" style="top: 8%;width: 18%;background-color: {{timecontrolcolor1}};color: {{fontcolor1}};">{{time[0]}}</view>
  38. </picker>
  39. <button class="Timecontrol-button-2" style="top: 8%;background-color: {{timecontrolcolor1}};color: {{fontcolor1}};"bindtap="change1">{{fixed1}}</button>
  40. <picker mode="{{type2}}" value="{{time[1]}}" start="00:00" end="23:59" bindchange="bindTimeChange2">
  41. <view class="Timecontrol-picker-1" style="top: 56%;width:18%;background-color: {{timecontrolcolor2}};color: {{fontcolor2}};"> {{time[1]}}</view>
  42. </picker>
  43. <button class="Timecontrol-button-2" style="top:56%;background-color: {{timecontrolcolor2}};color: {{fontcolor2}};"bindtap="change2">{{fixed2}}</button>
  44. </view>
  45. <!-- 时控二 -->
  46. <view class="Time-control" style="margin-top:0.4%">
  47. <text style="left: 5%;top: 8%;">时</text>
  48. <text style="left: 5%;top: 32%;">控</text>
  49. <text style="left: 5%;top: 57%;">二</text>
  50. <text style="left: 15%;top: 8%;">开</text>
  51. <text style="left: 15%;top: 57%;">关</text>
  52. <switch style="top: 8%;zoom: {{zoom}};" bindchange="Controltime3" checked="{{state1[0]}}"></switch>
  53. <switch style="top: 55%;zoom: {{zoom}};" bindchange="Controltime4" checked="{{state1[1]}}"></switch>
  54. <picker mode="{{type3}}" value="{{time[2]}}" start="00:00" end="23:59" bindchange="bindTimeChange3">
  55. <view class="Timecontrol-picker-1" style="top: 8%;width:18%;background-color: {{timecontrolcolor3}};color: {{fontcolor3}};font-size: {{sizes}}px;"> {{time[2]}}</view>
  56. </picker>
  57. <button class="Timecontrol-button-2" style="top: 8%;background-color: {{timecontrolcolor3}};color: {{fontcolor3}};"bindtap="change3">{{fixed3}}</button>
  58. <picker mode="{{type4}}" value="{{time[3]}}" start="00:00" end="23:59" bindchange="bindTimeChange4">
  59. <view class="Timecontrol-picker-1" style="top: 56%;width: 18%; background-color: {{timecontrolcolor4}};color: {{fontcolor4}};"> {{time[3]}}</view>
  60. </picker>
  61. <button class="Timecontrol-button-2" style="top: 56%;background-color: {{timecontrolcolor4}};color: {{fontcolor4}};"bindtap="change4">{{fixed4}}</button>
  62. </view>
  63. <!-- 日期调控 -->
  64. <view class="Date-Setting" style="margin-top:0.5%">
  65. <text style="left: 5%;top: 8%;">星</text>
  66. <text style="left: 5%;top: 50%;">期</text>
  67. <text style="left: 20%;top: 8%;">日</text>
  68. <text style="left: 32%;top: 8%;">一</text>
  69. <text style="left: 44%;top: 8%;">二</text>
  70. <text style="left: 56%;top: 8%;">三</text>
  71. <text style="left: 68%;top: 8%;">四</text>
  72. <text style="left: 80%;top: 8%;">五</text>
  73. <text style="left: 92%;top: 8%;">六</text>
  74. <image src="{{address[0]}}" bindtap="setbuty0" style="left: 19%;"></image>
  75. <image src="{{address[1]}}" bindtap="setbuty1" style="left: 31%;"></image>
  76. <image src="{{address[2]}}" bindtap="setbuty2" style="left: 43%;"></image>
  77. <image src="{{address[3]}}" bindtap="setbuty3" style="left: 55%;"></image>
  78. <image src="{{address[4]}}" bindtap="setbuty4" style="left: 67%;"></image>
  79. <image src="{{address[5]}}" bindtap="setbuty5" style="left: 79%;"></image>
  80. <image src="{{address[6]}}" bindtap="setbuty6" style="left: 91%;"></image>
  81. </view>
  82. <!-- 光控 -->
  83. <view class="Light-control" style="margin-top: 0.5%;">
  84. <text style="left: 5%;top: 20%;">光</text>
  85. <text style="left: 5%;top: 50%;">控</text>
  86. <text style="left: 15%;top: 8%;">开</text>
  87. <text style="left: 15%;top: 58%;">关</text>
  88. <switch style="top: 8%;zoom: {{zoom}};" bindchange="Controltime5" checked="{{state[2]}}"></switch>
  89. <switch style="top: 55%;zoom: {{zoom}};" bindchange="Controltime6" checked="{{state[3]}}"></switch>
  90. <text style="right: 35%;top: 9%;">小于</text>
  91. <text style="right: 35%;top: 55%;">大于</text>
  92. <picker bindchange="bindPickerChange1" value="{{index}}" range="{{arr}}" mode="{{select1}}">
  93. <view class="Light-control-picker" style="width: 28px;top: 9%;background-color: {{Lightcontrolcolor1}};color: {{fontcolor5}};">
  94. {{arr[index]}}
  95. </view>
  96. </picker>
  97. <picker bindchange="bindPickerChange2" value="{{indexs}}" range="{{brr}}" mode="{{select2}}">
  98. <view class="Light-control-picker" style="width: 28px;top: 55%;background-color: {{Lightcontrolcolor2}};color: {{fontcolor6}};">
  99. {{brr[indexs]}}
  100. </view>
  101. </picker>
  102. <text style="right: 5%;top: 9%;">开</text>
  103. <text style="right: 5%;top: 55%;">关</text>
  104. </view>
  105. <!-- 报警 -->
  106. <view class="warning" style="margin-top: 0.6%;">
  107. <text>报警</text>
  108. <view class="warning-control">
  109. <radio-group>
  110. <radio name="edu" checked="{{radio1}}" bindtap="Changestate1"/>强关
  111. <radio name="edu" checked="{{radio2}}" bindtap="Changestate2"/>强开
  112. <radio name="edu" checked="{{radio3}}" bindtap="Changestate3"/>无关联
  113. </radio-group>
  114. </view>
  115. </view>
  116. </view>
  117. <view class="Refresh" wx:if="{{play == 0 ? true : false}}">
  118. <button class="Refresh-1" style="width: 28%" bindtap="RefreshPage">刷新页面</button>
  119. <button class="Refresh-2" style="width: 28%" bindtap="Storedata">存储数据</button>
  120. </view>
  121. <!-- 新设备 -->
  122. <view class="subject" wx:if="{{play == 1 ? true : false}}">
  123. <!-- 时控1 -->
  124. <view class="newtime1">
  125. <text style="left: 2%;top: 8%;">时</text>
  126. <text style="left: 2%;top: 32%;">控</text>
  127. <text style="left: 2%;top: 57%;">一</text>
  128. <switch></switch>
  129. <text style="left: 40%;">开启时间</text>
  130. <text style="left: 75%;">关闭时间</text>
  131. <picker mode="time" start="00:00" end="23:59" value="{{timeValue}}">
  132. <view class="startTime">{{timeValue}}</view>
  133. </picker>
  134. </view>
  135. <!-- 时控2 -->
  136. <view class="newtime2">
  137. <switch></switch>
  138. </view>
  139. <!-- 光控 -->
  140. <view class="newlight">
  141. <switch></switch>
  142. </view>
  143. </view>