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=602&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: 1746313872,
nonceStr: 'LilSgOErwZVM0C5N',
signature: 'd80738cd2db1706be9c37b593c1360022d0ddcfc',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662:\u88ab\u868a\u5b50\u4eb2\u4e86\u4e00\u53e3\uff0c\u4ed6\u6cbb\u7597\u4e86\u5341\u4e2a\u6708","smalltext":"\u8fd1\u65e5\uff0c\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662\u6536\u5230\u4e00\u540d\u7cd6\u5c3f\u75c5\u60a3\u8005\u9001\u7684\u9526\u65d7\u3002\u7ecf\u8fc7\u533b\u9662\u5de5\u4f5c\u4eba\u5458\u7684\u4ed4\u7ec6\u4e86\u89e3\uff0c\u7adf\u7136\u53d1\u73b0\u4e86\u4e00\u4e2a\u4ee4\u4eba\u5403\u60ca\u7684\u6545\u4e8b\u3002\u4e3b\u4eba\u516c\u5f20\u5927\u54e5\u53ea\u662f\u88ab\u868a\u5b50\u8f7b\u8f7b\u5730\u201c\u543b\u201d\u4e86\u4e00\u4e0b\uff0c\u5374\u56e0\u6b64\u7ecf\u5386\u4e8610\u4e2a\u6708","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=602"};
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 () {
}
});
});
}