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=2381&classid=10&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: 1744328942,
nonceStr: 'Xcz0IsD6ukew0SCe',
signature: '3a04c754aa893a824c387270e56718af9f941f4e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u804a\u57ce\u5e02\u4e1c\u660c\u5e9c\u4eba\u6c11\u533b\u9662:\u5efa\u8bbe\u4e00\u5bb6\u8ba9\u767e\u59d3\u4fe1\u8d56\u3001\u503c\u5f97\u6258\u4ed8\u751f\u547d\u7684\u5353\u8d8a\u533b\u9662","smalltext":"\u804a\u57ce\u5e02\u4e1c\u660c\u5e9c\u4eba\u6c11\u533b\u9662\u59cb\u5efa\u4e8e1949\u5e74\uff0c\u662f\u4e00\u6240\u96c6\u533b\u7597\u3001\u4fdd\u5065\u3001\u5eb7\u590d\u3001\u9884\u9632\u3001\u6559\u5b66\u548c\u79d1\u7814\u4e3a\u4e00\u4f53\u7684\u4e8c\u7ea7\u7532\u7b49\u7efc\u5408\u533b\u9662\uff0c\u73b0\u6709\u804c\u5de51300\u4f59\u4eba\uff0c\u8bbe\u7f6e\u5e8a\u4f4d1000\u5f20\uff0c\u8bbe\u6709\u56db\u4e2a\u9662\u533a\uff0c90\u591a\u4e2a\u79d1\u5ba4\uff08\u75c5\u533a\uff09\uff0c\u4e0b\u8f96\u4e24","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2381"};
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 () {
}
});
});
}