¦–次打开错误
setTimeout(function(){
var imgUrl = "https://m.cnpharm.com/template/img/titlogo.png";//默认图片
var desc="ä¸å›½é£Ÿå“è¯å“网"; //摘è¦
if($("head").children("[name='description']").attr("content")!=""){
desc=$("head").children("[name='description']").attr("content");
};
if($("#Summary").val()!=''&&$("#Summary").val()!=undefined){
desc=$("#Summary").val().trim();
};
var param = {
"href":window.location.href,
"imgPath":imgUrl,
"title":$("title").text(),
"desc":desc,
"siteID":"125"
}
Share(param);
},2000)
})