@@ -25,10 +25,10 @@ body{
font-size: 12px;
color: #979797;
padding-top: 15px;
- position: absolute;
+ position: fixed;
left: 0;
width: 100%;
- bottom: 14px;
+ bottom: 28px;
background-color: #fff;
}
.disclaimer {
@@ -8,7 +8,7 @@ $(function(){
return post(config.getMr2,{mrId:mrId})
function getPusgWarning(){
- return post(config.indicationPush,Object.assign({},msg,{ruleType: '1,2,3',hospitalId:hospitalIdUrl||msg.hospitalId}))
+ return post(config.indicationPush,Object.assign({},msg,{ruleType: '1,2,3,4',hospitalId:hospitalIdUrl||msg.hospitalId}))
getMRInfo().then(res =>{
msg = res.data.data ||{}