Authored by hongweigao

修改样式

@@ -314,7 +314,7 @@ const _getJacketData = (arg) => { @@ -314,7 +314,7 @@ const _getJacketData = (arg) => {
314 } 314 }
315 }; 315 };
316 316
317 - if(arg.title.title !== '') { 317 + if (arg.title.title !== '') {
318 resData.tpltopic.title = arg.title; 318 resData.tpltopic.title = arg.title;
319 } 319 }
320 320