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=5608&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: 1746128440,
nonceStr: 'suZVPO9WxmKe2b5x',
signature: '657af172a6f5eb7406e812d5d299f5c62515988e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\uff1a\u5f00\u5c55\u6025\u6551\u77e5\u8bc6\u3001\u4e2d\u533b\u836f\u6587\u5316\u8fdb\u6821\u56ed\u4e3b\u9898\u6d3b\u52a8","smalltext":"\u4e3a\u4f20\u627f\u548c\u5f18\u626c\u4e2d\u533b\u836f\u6587\u5316\uff0c\u4e30\u5bcc\u9752\u5c11\u5e74\u4e2d\u533b\u836f\u6587\u5316\u6559\u80b2\u4ee5\u53ca\u63d0\u9ad8\u5728\u6821\u5b66\u751f\u7684\u6025\u6551\u610f\u8bc6\u548c\u6280\u80fd\uff0c\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\u79ef\u6781\u54cd\u5e94\u201c\u56db\u9001\u56db\u8fdb\u56db\u63d0\u5347\u201d\u5065\u5eb7\u4fc3\u8fdb\u884c\u52a8\u7684\u53f7\u53ec\uff0c\u7ec4\u7ec7\u533b\u52a1\u4eba\u5458\u6765\u5230\u65b0\u6865\u5c0f\u5b66\uff0c\u5f00\u5c55\u4e86\u4e00\u573a\u4ee5\u201c\u6025\u6551\u77e5\u8bc6\u8fdb\u6821\u56ed\u201c\u201c \u5b88\u62a4\u810a\u67f1\u5065\u5eb7\uff0c\u4e2d\u533b\u836f\u5728\u884c\u52a8\u201d\u4e3a\u4e3b\u9898\u7684\u79d1\u666e\u77e5\u8bc6\u57f9\u8bad\u6d3b\u52a8\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5608"};
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 () {
}
});
});
}