Commit 2c3efeea8ae397c6a24c4fa44faaca9b67b000a2
1 parent
9a34cc19
feat: mp android app两端,新增首页下拉刷新,优化首页部分代码
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -39,7 +39,7 @@ |
39 | 39 | <text class="item-text home-text-muted">告警统计</text> |
40 | 40 | </view> |
41 | 41 | <view class="item-child-bottom u-flex"> |
42 | - <view @click="navigatorAlarmStatus(['ACTIVE_UNACK', 'ACTIVE_ACK'])" | |
42 | + <view @click="navigatorAlarmStatus(['ACTIVE_UNACK'])" | |
43 | 43 | class="u-flex sigle-child"> |
44 | 44 | <view class="sigle-text"> |
45 | 45 | <text class="home-text-total">{{ alertData.activedAlarm }}</text> | ... | ... |