فهرست منبع

推送列表 没有关键词

wangshan 5 سال پیش
والد
کامیت
84b99cf82c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/web/templates/weixin/historypush.html

+ 1 - 1
src/web/templates/weixin/historypush.html

@@ -348,7 +348,7 @@
 				if(obj.matchkeys!=undefined&&obj.matchkeys!=null&&obj.matchkeys!=""){
 					_words = obj.matchkeys;
 				}
-				if(_words.length>0){
+				if(_words!=null&&_words.length>0){
 					for(var n=0;n<_words.length;n++){
 						var keysTemp = _words[n].split("+");
 						for(var m=0;m<keysTemp.length;m++){