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=3538&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: 1745119839,
nonceStr: 'Ni9eiPKbrTIjDwFx',
signature: 'a587bae2d65f0360a783b3a474f5968fa6f241f3',
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\u513f\u5973\u4e0d\u5728\u8eab\u8fb9 \u8001\u4eba\u6709\u4e8b\u9996\u5148\u60f3\u5230\u7684\u4eba\u7adf\u662f\u4e3b\u6cbb\u533b\u751f","smalltext":"\u53d7\u75ab\u60c5\u5f71\u54cd\uff0c\u4e3a\u4e86\u4fdd\u8bc1\u5e7f\u5927\u60a3\u8005\u7684\u5b89\u5168\uff0c\u975e\u6025\u91cd\u75c7\u7684\u60a3\u8005\u4f4f\u9662\u90fd\u9700\u8981\u63d0\u524d\u505a\u6838\u9178\u68c0\u6d4b\u5e76\u786e\u8ba4\u7ed3\u679c\u4e3a\u9634\u6027\u624d\u80fd\u4f4f\u9662\u6cbb\u7597\u3002\u53ef\u6709\u4e9b\u8001\u5e74\u4eba\uff0c\u4e0d\u77e5\u9053\u505a\u6838\u9178\u7684\u6d41\u7a0b\uff0c\u751a\u81f3\u8fde\u5065\u5eb7\u7801\u90fd\u6ca1\u6709\u3002\u80bf\u7624\u5185\u79d1\u5c31","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3538"};
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 () {
}
});
});
}