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=3527&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: 1745119292,
nonceStr: 'ATfoFM3UrR2novlX',
signature: '2921c60a9eaabf75224a8ac66eff2743bd92f927',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u804b\u54d1\u60a3\u8005\u6392\u961f\u6765\u627e\u5979 \u4e00\u5207\u5c3d\u5728\u201c\u4e0d\u8a00\u201d\u4e2d","smalltext":"\u6bcf\u4e2a\u661f\u671f\u4e09\u662f\u5168\u5e02\u6b8b\u75be\u8bc4\u5b9a\u65e5\uff0c\u6bcf\u5468\u7684\u8fd9\u4e00\u5929\u4f1a\u6709\u8fd1\u767e\u4eba\u6765\u505a\u8bc4\u4f30\uff0c\u800c\u4e14\u8fd9\u4e9b\u4eba\u90fd\u4f1a\u6765\u6302\u53f7\u7b49\u5f85\u9274\u5b9a\u3002\u8ba9\u6211\u96be\u5fd8\u7684\u662f\u5230\u6211\u6240\u5728\u7a97\u53e3\u7f34\u8d39\u7684\u516b\u4f4d\u804b\u54d1\u4eba\u3002\u90a3\u5929\uff0c\u5148\u6765\u4e86\u4e24\u4f4d\u804b\u54d1\u4eba\uff0c\u5f53\u6211\u548c\u4ed6\u4eec\u8bf4","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3527"};
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 () {
}
});
});
}