@@ -32,7 +32,7 @@
});
vc.on("editActivitiesView", "notifyUploadImage", function (_param) {
- if(vc.notNull(_param) && _param.length >0){
+ if(!vc.isEmpty(_param) && _param.length >0){
vc.component.editActivitiesViewInfo.headerImg = _param[0];
}else{
vc.component.editActivitiesViewInfo.headerImg = '';