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=3412&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: 1745135267,
nonceStr: 'vI7zyF6BCjseu265',
signature: 'a4fdbd756cfd451cb6688cb11f05982759805ede',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff1a\u611f\u52a8\uff01\u4e03\u65ec\u7239\u7239\u8fde\u8fde\u62f1\u624b\u4f5c\u63d6 \u5411\u533b\u62a4\u4eba\u5458\u6fc0\u52a8\u81f4\u8c22","smalltext":" \u8fd1\u65e5\uff0c\u5728\u6e56\u5317\u7701\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\uff08\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff09\u795e\u7ecf\u5185\u79d1\u4e8c\u75c5\u533a\uff0c\u6765\u81ea\u8346\u5dde\u7684\u8d75\u7239\u7239\u5373\u5c06\u51fa\u9662\u3002\u4e34\u8d70\u524d\uff0c\u8001\u4eba\u575a\u6301\u4e0e\u6bcf\u4e00\u4f4d\u533b\u62a4\u4eba\u5458\u63e1\u624b\u3001\u62f1\u624b\u4f5c\u63d6\uff0c\u8868\u8fbe\u81ea\u5df1\u5fc3\u4e2d\u7684\u611f\u8c22\u3002 6\u67081","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3412"};
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 () {
}
});
});
}