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=4689&classid=12&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: 1730419802,
nonceStr: 'AiGbI8YwD0p1XTz5',
signature: 'e3fd04f1c586e9e62ab55ea08aec65409b620a2f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662-\u773c\u79d1\u4e3b\u4efb\u66f9\u6587\u6377","smalltext":"\u66f9\u6587\u6377\uff0c\u4e2d\u5171\u515a\u5458\uff0c\u6bd5\u4e1a\u4e8e\u4e0a\u6d77\u4ea4\u901a\u5927\u5b66\u533b\u5b66\u9662\uff0c\u7855\u58eb\u5b66\u4f4d\uff0c\u73b0\u4efb\u4e0a\u6d77\u5e02\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\u773c\u79d1\u4e3b\u4efb\u3001\u526f\u4e3b\u4efb\u533b\u5e08\u3002\u4ece\u533b\u4ee5\u6765\uff0c\u4ed6\u52aa\u529b\u5b66\u4e60\u3001\u523b\u82e6\u94bb\u7814\u3001\u5927\u80c6\u521b\u65b0\uff0c\u79ef\u7d2f\u4e86\u4e30\u5bcc\u7684\u4e34\u5e8a\u7ecf\u9a8c\uff0c\u7ec3\u5c31\u4e86\u7cbe\u6e5b","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=4689"};
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 () {
}
});
});
}