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=3388&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: 1746983777,
nonceStr: '0HOGXGUd8oSFzJ6p',
signature: 'ce51745120cccc773a8fbb144d50a3a179a3b935',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u56fd\u5b66\u6587\u5316\u8fdb\u533b\u9662","smalltext":"6\u670810\u65e5\u4e0b\u5348\uff0c\u5927\u578b\u7ebf\u4e0a\u516c\u76ca\u8bba\u575b\u2014\u2014\u300a\u592b\u59bb\u5173\u7cfb\u7684\u826f\u836f\u4e0e\u6bd2\u836f\u300b\u5728\u7f51\u4e0a\u76f4\u64ad\u3002\u6566\u5316\u5e02\u533b\u9662\u7ec4\u7ec7\u884c\u653f\u804c\u80fd\u79d1\u5ba4\u9886\u5bfc\u5171\u540c\u89c2\u770b\u4e86\u6b64\u6b21\u516c\u76ca\u8bba\u575b\uff0c\u540c\u65f6\u533b\u9662\u4e5f\u8981\u6c42\u5168\u9662\u5176\u4ed6\u79d1\u5ba4\u4ee5\u79d1\u5ba4\u4e3a\u5355\u4f4d\u81ea","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3388"};
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 () {
}
});
});
}