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=1575&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: 1747191928,
nonceStr: 'rppQwKJe6JzzYWkx',
signature: 'f221432bc5e6457f374905f3eb5e492293916f9a',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u8fde\u7eed\u4e09\u5e74\u4e3e\u529e\u65b0\u5e74\u97f3\u4e50\u4f1a \u8ba9\u97f3\u4e50\u201c\u8de8\u5e74\u201d\u6210\u4f20\u7edf","smalltext":"\u968f\u7740\u300a\u7476\u65cf\u821e\u66f2\u300b\u7684\u53e4\u7b5d\u5408\u594f\u54cd\u8d77\uff0c\u4eca\u5929\uff082020\u5e741\u67081\u65e5\uff09\u4e0a\u53489\u65f6\uff0c\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u96622020\u5e74\u65b0\u5e74\u97f3\u4e50\u4f1a\u5728\u8be5\u9662\u94a2\u7434\u5eca\u6b63\u5f0f\u4e0a\u6f14\u3002\u8bb8\u591a\u5c31\u8bca\u60a3\u8005\u3001\u5e02\u6c11\u7eb7\u7eb7\u9a7b\u8db3\u5e76\u62ff\u51fa\u624b\u673a\u62cd\u7167\u5f55\u50cf\uff0c\u8fd8\u6709\u4f4f\u9662\u60a3","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1575"};
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 () {
}
});
});
}