function BeautyToast(text){var str=``+text+``;
try{var div=document.createElement("div");div.setAttribute("class","_BeautyToast");div.innerHTML=str;document.body.appendChild(div);setTimeout(function(){div.setAttribute("class","_BeautyToast onshow")},100);setTimeout(function(){div.setAttribute("class","_BeautyToast");setTimeout(function(){div.parentNode.removeChild(div)},200)},2000)}catch(e){}}
function updateViewtime(){
var img =new Image();
img.src='/e/extend/shareinfo/api/?act=leave&id=1385&classid=3&t=';
}
window.onunload=updateViewtime;setInterval(updateViewtime,2000);
var script=document.createElement("script");
script.type="text/javascript";
script.src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js";
document.getElementsByTagName('head')[0].appendChild(script);
script.onload=function(){
wx.config({
debug: false,
appId: 'wxad180590bbd7e222',
timestamp: 1743632683,
nonceStr: '725iDcligeGqPEY3',
signature: '4c1572a38c3137c9d1535c36e1375d80d9bedb81',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u59d4\u5458\u7f57\u6625\u71d5\uff1a\u656c\u754f\u751f\u547d\uff0c\u61c2\u5f97\u503e\u542c\uff0c\u5c0a\u91cd\u60a3\u8005","smalltext":"\u3000\u3000\u59d3\u540d\uff1a\u7f57\u6625\u71d5\uff0c\u7b14\u540d\uff0c\u84dd\u68a6\uff0c\u5973\uff0c\u4e3b\u7ba1\u6280\u5e08\uff0c\u6210\u90fd\u4e2d\u533b\u836f\u5927\u5b66\u533b\u5b66\u68c0\u9a8c\u4e13\u4e1a\u6bd5\u4e1a\uff0c\u56db\u5ddd\u7701\u5e73\u660c\u53bf\u4eba\u6c11\u533b\u9662\u516c\u5171\u4e8b\u4e1a\u90e8\u4e3b\u4efb\u3002\u3000\u30002017\u5e74\u533b\u5b66\u754c\u4f20\u5a92\u4e3e\u529e\u7684\u7b2c\u4e00\u5c4a\u533b\u7597\u54c1\u724c\u5efa\u8bbe\u5927\u8d5b\u4e2d\u8363\u83b7\u201c\u9b45\u529b\u56e2","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=3&id=1385"};
if(!WxShareInfo.url){
WxShareInfo.url = window.location.href;
}
wx.onMenuShareTimeline({
title: WxShareInfo.title,
link: WxShareInfo.url,
imgUrl: WxShareInfo.titlepic,
success: function (e) {
BeautyToast('分享成功');
},
cancel: function () {
}
});
wx.onMenuShareAppMessage({
title: WxShareInfo.title,
desc: WxShareInfo.smalltext,
link: WxShareInfo.url,
imgUrl: WxShareInfo.titlepic,
type: '',
dataUrl: '',
success: function (e) {
BeautyToast('分享成功');
},
cancel: function () {
}
});
wx.onMenuShareQQ({
title: WxShareInfo.title,
desc: WxShareInfo.smalltext,
link: WxShareInfo.url,
imgUrl: WxShareInfo.titlepic,
success: function () {
BeautyToast('分享成功');
},
cancel: function () {
}
});
});
}