- <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>
- <view class="paramsTitle">
- <view>报警</view>
- <view>日期</view>
- </view>
- <view class="paramsItem" wx:for="{{warningInfoList}}" wx:for-item="item" wx:for-index="index">
- <view>{{item.content}}</view>
- <view>{{item.createTime}}</view>
- </view>
- </view>
|