Commit cbb5f533 authored by strong's avatar strong

Merge branch 'remould_1123_share' into SANDBOX

parents 6e507747 304843a4
......@@ -265,9 +265,16 @@ function getWXV2(res, title, desc, link, imgUrl, mid,ent_code, id,type,forumThre
}else if(!desc){
desc = '';
}
var tempTitle = "";
if(!title){
tempTitle = desc;
}else{
tempTitle = title;
}
res.json({
// title:title,
title:desc,
title:tempTitle,
desc:desc,
link:link,
imgUrl:imgUrl,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment