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=4392&classid=5&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: 1744975739,
nonceStr: 'BV9BsllVQ3PmlrRO',
signature: 'ec224f19e9df88a19fd3097430e86e38c86bf0e9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5065\u5eb7\u533b\u5b66\u9662\u9644\u5c5e\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff1a\u5b66\u77e5\u8bc6\u7ec3\u6280\u80fd \u505a\u4e2a\u5feb\u4e50\u7684\u201c\u4e0d\u5012\u7fc1\u201d","smalltext":"\u201c\u8001\u5e74\u4eba\u4e0a\u5395\u6240\u8981\u9009\u62e9\u6709\u628a\u624b\u7684\u5730\u65b9\uff0c\u8981\u9009\u62e9\u5750\u5395\u800c\u4e0d\u662f\u8e72\u5395\uff0c\u8d77\u8eab\u8981\u7f13\u6162\u2026\u2026\u201d 6\u67083\u65e5\u4e0b\u5348\uff0c\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\u201c\u533b\u5bb6\u4eb2\u201d\u5e73\u57ce\u8def\u515a\u5458\u5de5\u4f5c\u5ba4\u8d1f\u8d23\u4eba\u4efb\u51ac\u6885\u643a\u9aa8\u79d1\u4e3b\u4efb\u533b\u5e08\u674e\u4e91\u98de\u3001\u4f53\u68c0\u7ad9","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4392"};
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 () {
}
});
});
}