| 123456789101112131415161718192021222324252627282930313233 |
- <view class="toptip {{tipStaus}} text-white {{tipType}}" style='top:{{CustomBar}}px;'>{{tipText}}</view>
- <cu-custom bgColor="bg-color" isBack="{{true}}" title="指令下发">
- <!-- <view slot="content">指令下发</view> -->
- </cu-custom>
- <view class="toptip {{tipStaus}} text-white {{tipType}}" style='top:{{CustomBar}}px;'>{{tipText}}</view>
- <view class="setting_card">
- <navigator url="/pages/instruct/list" class="setting_item">
- <image src="/img/my_icon7.png"></image>
- <view>单个设备下发指令</view>
- <text class="cuIcon-right lg text-gray"></text>
- </navigator>
- </view>
- <view class="setting_card">
- <view class="setting_item" bindtap="goconfig">
- <image src="/img/my_icon6.png"></image>
- <view>多个设备下发指令</view>
- <text class="cuIcon-right lg text-gray"></text>
- </view>
- </view>
- <view class="pz_info_foot">
- <view>
- <view>—— 注意事项 ——</view>
- <view>保存成功后,您设置的所有设备的</view>
- <view>采集周期都将被修改</view>
- </view>
- </view>
|