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=3781&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: 1745109367,
nonceStr: 'heF0V8xCjCAUP8hq',
signature: '92e901fea52fc5a5697eecb9da79bf421695cce9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a14\u5c81\u7537\u5b69\u7ec8\u4e8e\u633a\u76f4\u4e86\u8170\u6746","smalltext":"\u201c\u5c0f\u675c\uff0c\u4f60\u770b\uff0c\u8fd9\u5c31\u662f\u624b\u672f\u540e\u7684\u810a\u67f1\uff0c\u6062\u590d\u5f97\u5f88\u597d\uff0c\u4f60\u7ec8\u4e8e\u53ef\u4ee5\u548c\u6b63\u5e38\u4eba\u4e00\u6837\u751f\u6d3b\u4e86\uff01\u201d10\u670814\u65e5\uff0c\u66f9\u4e91\u4e3b\u4efb\u4e00\u8fb9\u62ff\u7740CT\u7247\u5b50\uff0c\u4e00\u8fb9\u5411\u5c0f\u675c\u4ecb\u7ecd\u9053\u3002 \u201c\u8c22\u8c22\u66f9\u4e3b\u4efb\uff0c\u8c22\u8c22\u9aa8\u79d1\u6240\u6709\u533b\u62a4\u4eba\u5458,\u6211\u7ec8\u4e8e\u53ef\u4ee5","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3781"};
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 () {
}
});
});
}