過敏性結(jié)膜炎嚴(yán)重嗎
發(fā)布時(shí)間:2020-07-0164741次瀏覽
過敏性結(jié)膜炎為常見性眼疾,病情容易控制,但是治療不規(guī)范或久拖不治,會影響視力、影響生活質(zhì)量、引起其它眼疾與過敏性疾病。
1、影響視力
一般類型過敏性結(jié)膜炎并不會影響視力,但是與季節(jié)相關(guān)的特殊性過敏性結(jié)膜炎、春季角結(jié)膜炎、特應(yīng)性角結(jié)膜炎未及時(shí)改善,可造成視力性損害,多伴有視力下降,嚴(yán)重時(shí)導(dǎo)致失明。
2、影響生活質(zhì)量
過敏性結(jié)膜炎急性發(fā)作期間,騷癢、水腫、疼痛、白眼球發(fā)紅等癥狀尤為突出,既影響外觀,又影響患者心理與生活,造成生活質(zhì)量下降。
3、引起其他眼疾
眼部過敏性反應(yīng)不僅體現(xiàn)于過敏性結(jié)膜炎,還會影響到眼睛其他部位,合并角膜炎、角膜水腫等其他眼疾。
4、引起過敏性疾病
若過敏性結(jié)膜炎患者為過敏性體質(zhì),當(dāng)眼睛出現(xiàn)過敏性反應(yīng),可引起過敏性鼻炎、過敏性哮喘等其他過敏性疾病,加重患者負(fù)擔(dān)。
'
}else{
return ''
}
}
function loadHtmlVoice(list){
if(list){
if(list.litpic){
return '
'
+'
'+ list.title +' '
+'
'
+'
'
+'
'
+''
+'
'
+'
'
+'
'+ (list.format_description || list.format_description) +'
'
+'
'
+'
'
+'
'
+'
'
+'
'
}else{
return '
'
+'
'
+'
'+ list.title +' '
+'
'
+'
'+ (list.format_description || list.format_description) +'
'
+'
'
+'
'
+'
'
+'
'
}
}else{
return ''
}
}
function loadHtmlArticle(list){
if(list){
return '
'
+ (list.litpic ? '

' : '')
+'
'
+'
'+ list.title +' '
+'
'
+'
'+ (list.format_description || list.format_description) +'
'
+'
'
+'
'
+'
'
+'
'
}else{
return ''
}
}
function loadHtmlAsk(list){
if(list){
return '
'
}else{
return ''
}
}
// 對Date的擴(kuò)展,將 Date 轉(zhuǎn)化為指定格式的String
// 月(M)、日(d)、小時(shí)(H)、分(m)、秒(s)、季度(q) 可以用 1-2 個(gè)占位符,
// 年(y)可以用 1-4 個(gè)占位符,毫秒(S)只能用 1 個(gè)占位符(是 1-3 位的數(shù)字)
// 例子:
// date_format("yyyy-MM-dd HH:mm:ss.S") ==> 2006-07-02 08:09:04.423
// date_format("yyyy-M-d H:m:s.S") ==> 2006-7-2 8:9:4.18
function date_format(time, fmt) { //author: meizz
time = new Date(parseInt(time)*1000)
var o = {
"M+" : time.getMonth()+1, //月份
"d+" : time.getDate(), //日
"h+" : time.getHours(), //小時(shí)
"m+" : time.getMinutes(), //分
"s+" : time.getSeconds(), //秒
"q+" : Math.floor((time.getMonth()+3)/3), //季度
"S" : time.getMilliseconds() //毫秒
};
if(/(y+)/.test(fmt))
fmt=fmt.replace(RegExp.$1, (time.getFullYear()+"").substr(4 - RegExp.$1.length));
for(var k in o){
if(new RegExp("("+ k +")").test(fmt))
fmt = fmt.replace(RegExp.$1, (RegExp.$1.length==1) ? (o[k]) : (("00"+ o[k]).substr((""+ o[k]).length)));
}
return fmt;
}
function timeFt(m,s){
if(m){
return m + ':' + s;
}else{
return s;
}
}
function dataFilter(data, str){
str = str || '';
if(data){
return data;
}else{
return str;
}
}