instruct.wxml 1.0 KB

123456789101112131415161718192021222324252627282930313233
  1. <view class="toptip {{tipStaus}} text-white {{tipType}}" style='top:{{CustomBar}}px;'>{{tipText}}</view>
  2. <cu-custom bgColor="bg-color" isBack="{{true}}" title="指令下发">
  3. <!-- <view slot="content">指令下发</view> -->
  4. </cu-custom>
  5. <view class="toptip {{tipStaus}} text-white {{tipType}}" style='top:{{CustomBar}}px;'>{{tipText}}</view>
  6. <view class="setting_card">
  7. <navigator url="/pages/instruct/list" class="setting_item">
  8. <image src="/img/my_icon7.png"></image>
  9. <view>单个设备下发指令</view>
  10. <text class="cuIcon-right lg text-gray"></text>
  11. </navigator>
  12. </view>
  13. <view class="setting_card">
  14. <view class="setting_item" bindtap="goconfig">
  15. <image src="/img/my_icon6.png"></image>
  16. <view>多个设备下发指令</view>
  17. <text class="cuIcon-right lg text-gray"></text>
  18. </view>
  19. </view>
  20. <view class="pz_info_foot">
  21. <view>
  22. <view>—— 注意事项 ——</view>
  23. <view>保存成功后,您设置的所有设备的</view>
  24. <view>采集周期都将被修改</view>
  25. </view>
  26. </view>