Commit fcaa0f8e4e86be074ddc57e831b17e8ad75cb9a0

Authored by xianghenggang
1 parent 100afb92ee

no message

Showing 4 changed files with 17 additions and 8 deletions

littleApp_child/pages/checkTabList/checkTabList.js View file @ fcaa0f8
... ... @@ -109,11 +109,14 @@
109 109 // confirmText: '知道了',
110 110 // confirmColor: '#48C17B'
111 111 // })
112   - this.setData({
113   - flag: true,
114   - showTitle: title,
115   - showContent: content,
116   - })
  112 + if(content.length>=4){
  113 + this.setData({
  114 + flag: true,
  115 + showTitle: title,
  116 + showContent: content,
  117 + })
  118 + }
  119 +
117 120 },
118 121 closeMask:function(){
119 122 this.setData({
littleApp_child/pages/checkTabList/checkTabList.wxss View file @ fcaa0f8
... ... @@ -62,7 +62,7 @@
62 62 }
63 63  
64 64 .content_after {
65   - font-size: 13px;
  65 + font-size: 12px;
66 66 color: #666;
67 67 margin-left: 5px;
68 68 height: 20px;
littleApp_child/pages/system_notifacations/system_notifacations.wxml View file @ fcaa0f8
... ... @@ -13,8 +13,9 @@
13 13 <view>
14 14 <block hover-class="weui-cell_active" wx:for="{{list}}">
15 15 <view hidden="{{item.type==1?false:true}}" class="high_risk_main">
16   - <view class="high_risk_title">{{item.title}}</view>
17   -
  16 + <!-- <view class="high_risk_title">{{item.title}}</view> -->
  17 + <view class="red_line"></view>
  18 + <view class="other_three_title">{{item.title}}</view>
18 19 <view class="other_three_content">{{item.content}}</view>
19 20 <!-- <view class="high_rish_content1" >
20 21 <label class="high_rish_content_before">危急值:</label>
littleApp_child/pages/system_notifacations/system_notifacations.wxss View file @ fcaa0f8
... ... @@ -128,6 +128,11 @@
128 128 margin-top: 10px;
129 129 background: #fff;
130 130 }
  131 +.red_line {
  132 + width: 100%;
  133 + background: #f67272;
  134 + height: 2px;
  135 +}
131 136 .green_line {
132 137 width: 100%;
133 138 background: #48C17B;