Commit e05fd30e39b1d32cd9ce824fe6853561b21f2be9
Exists in
master
and in
2 other branches
Merge branch 'master' of https://git.healthbaby.com.cn/luoye/littleapp_child
* 'master' of https://git.healthbaby.com.cn/luoye/littleapp_child: no message no message no message
Showing 7 changed files
- littleApp_child/pages/checkTabList/checkTabList.js
- littleApp_child/pages/checkTabList/checkTabList.wxss
- littleApp_child/pages/childcare_knowledge/childcare_knowledge.js
- littleApp_child/pages/childcare_knowledge/childcare_knowledge.wxml
- littleApp_child/pages/system_notifacations/system_notifacations.js
- littleApp_child/pages/system_notifacations/system_notifacations.wxml
- littleApp_child/pages/system_notifacations/system_notifacations.wxss
littleApp_child/pages/checkTabList/checkTabList.js
View file @
e05fd30
... | ... | @@ -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 @
e05fd30
littleApp_child/pages/childcare_knowledge/childcare_knowledge.js
View file @
e05fd30
littleApp_child/pages/childcare_knowledge/childcare_knowledge.wxml
View file @
e05fd30
littleApp_child/pages/system_notifacations/system_notifacations.js
View file @
e05fd30
littleApp_child/pages/system_notifacations/system_notifacations.wxml
View file @
e05fd30
... | ... | @@ -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 @
e05fd30