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=4485&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: 1744370089,
nonceStr: 'g0ZBM11RyyQ275Qq',
signature: '602e1c897962fe08f4d259c8b79486043d5a90ef',
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\u9a70\u63f4\u6b66\u6c49\u533b\u751f\u91d1\u5149\u534e\uff0c\u6a31\u82b1\u6811\u4e0b\u7684\u840c\u82bd","smalltext":" \u6fc0\u52a8\u7684\u5fc3\u8fd8\u5728\u56de\u5fc6\u91cc\u98a4\u6296\uff0c\u4f1f\u5927\u7684\u5171\u4ea7\u515a\u5df2\u8fce\u6765100\u5468\u5e74\u8bde\u8fb0\uff0c\u5728\u8fd9\u4e2a\u91cd\u5927\u800c\u5e84\u4e25\u7684\u65e5\u5b50\uff0c\u6211\u52a0\u5165\u4e86\u4e2d\u56fd\u5171\u4ea7\u515a\u3002\u56de\u60f3\u8fc7\u5f80\uff0c\u5f53\u6211\u8fc8\u8fdb\u90a3\u5ea7\u88ab\u75ab\u60c5\u5145\u65a5\u7684\u7a7a\u8361\u8361\u7684\u6b66\u6c49\u57ce\u65f6\uff0c\u6211\u7684\u5fc3\u840c\u751f\u7740\u201c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4485"};
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 () {
}
});
});
}