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=541&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: 1746255264,
nonceStr: 'hHMCCk3WTiAgcgCs',
signature: '159d81f26abbf0a3de6212d7363a0b8024b44f42',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5357\u5b81\u5e02\u7b2c\u4e03\u4eba\u6c11\u533b\u9662\uff1a\u6bcf\u5e74\u8fd9\u4e00\u5929\u4e3a\u533b\u60a3\u53cc\u65b9\u529e\u4e00\u573a\u751c\u871c\u7684\u5e74\u4f1a","smalltext":"\u4ece\u7d20\u4e0d\u76f8\u8bc6\u5230\u7d27\u7d27\u76f8\u8fde\uff0c\u7528\u6587\u5316\u6e29\u6696\u4eba\u5fc3\u3002\u5357\u5b81\u5e02\u7b2c\u4e03\u4eba\u6c11\u533b\u9662\u575a\u6301\u201c\u533b\u8def\u6709\u4f60\uff0c\u611f\u6069\u540c\u884c\u201d\u7684\u6587\u5316\u7406\u5ff5\uff0c\u4ece2014\u5e74\u81f3\u4eca\u5df2\u4e3e\u529e\u4e86\u516d\u5c4a\u79d1\u5ba4\u4e3b\u9898\u6587\u5316\u5e74\u4f1a\u30026\u67086\u65e5\uff0c\u533b\u9662\u4e3e\u529e\u4e862019\u5e74\u5185\u79d1\u4e3b\u9898","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=541"};
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 () {
}
});
});
}