| 1 |
- <view><view class="status_bar"></view><view style="position:relative;top:44px;"><view style="position:fixed;z-index:100;width:100%;"><uni-nav-bar vue-id="611f2267-1" left-icon="back" left-text="返回" title="设备控制" data-event-opts="{{[['^clickLeft',[['clickLeft']]]]}}" bind:clickLeft="__e" bind:__l="__l"></uni-nav-bar></view><view class="contros_box"><view class="operation"><view class="operation_title _p">操作</view><view class="operation_btn"><button data-event-opts="{{[['tap',[['chongqi',['$event']]]]]}}" bindtap="__e">重 启</button><button data-event-opts="{{[['tap',[['search',['$event']]]]]}}" bindtap="__e">查询时间上传间隔</button></view></view><block wx:if="{{led==1}}"><view class="viewing"><view class="operation_title _p">显示屏设置</view><view class="viewing_text"><view class="viewing_text_top">标题文字设置 :<input type="text" data-event-opts="{{[['input',[['__set_model',['$0','content','$event',[]],['config']]]]]}}" value="{{config.content}}" bindinput="__e"/></view><view class="viewing_text_bot"><view class="_p">显示时间设置(min) :</view><input type="number" data-event-opts="{{[['input',[['__set_model',['$0','timeout','$event',[]],['config']]]]]}}" value="{{config.timeout}}" bindinput="__e"/></view></view></view></block><view class="timing"><view class="operation_title _p">上传时间间隔(min)</view><view class="timing_text"><slider value="{{config.interval}}" step="1" min="1" max="360" show-value="{{true}}" block-size="18" activeColor="#57C878" data-event-opts="{{[['change',[['sliderChange',['$event']]]],['input',[['__set_model',['$0','interval','$event',[]],['config']]]]]}}" bindchange="__e" bindinput="__e"></slider></view></view><view class="ensure"><view data-event-opts="{{[['tap',[['ensure',['$event']]]]]}}" class="ensure_btn" bindtap="__e">确 定</view></view></view></view></view>
|