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=4961&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: 1746209261,
nonceStr: 'qkSxjqPMZ4jto67U',
signature: 'e7a563dc9364a067259cace13089f20ae7530b22',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9752\u5c9b\u897f\u6d77\u5cb8\u65b0\u533a\u4e1c\u697c\u8def\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3:\u4eb2\u5b50\u643a\u624b\u505a\u6708\u997c\u2022\u4e2d\u79cb\u56e2\u5706\u7231\u7259\u884c","smalltext":"\u4e3a\u8fce\u63a5\u5168\u56fd\u7231\u7259\u65e5\u3001\u4e2d\u79cb\u8282\u7684\u5230\u6765\uff0c\u5728\u8f7b\u677e\u7684\u4eb2\u5b50\u4e92\u52a8\u4e2d\u666e\u53ca\u53e3\u8154\u5065\u5eb7\u5e38\u8bc6\uff0c\u611f\u53d7\u8282\u65e5\u6c14\u6c1b\uff0c\u5f18\u626c\u4f20\u7edf\u6587\u5316\uff0c9\u670812\u65e5\u4e0a\u5348\uff0c\u897f\u6d77\u5cb8\u65b0\u533a\u9690\u73e0\u8857\u9053\u4e1c\u697c\u8def\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3\u5728\u56db\u697c\u5065\u5eb7\u6559\u80b2\u5ba4\uff0c\u4e3e\u529e","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4961"};
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 () {
}
});
});
}