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=3408&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: 1745135385,
nonceStr: 'ftWyboKYWUT8KsWo',
signature: '86dd18c6c89dced11ff963301cd3605a71f54a99',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a\u5efa\u6210\u201c\u7ed3\u76f4\u80a0\u764c\u7b5b\u67e5\u5efa\u8bbe\u57fa\u5730\u201d","smalltext":" \u8fd1\u65e5\uff0c\u4ece\u4e2d\u56fd\u6297\u764c\u534f\u4f1a\u5927\u80a0\u764c\u4e13\u4e1a\u59d4\u5458\u4f1a\u83b7\u6089\uff0c\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\u6b63\u5f0f\u6210\u4e3a\u5168\u56fd\u7ed3\u76f4\u80a0\u764c\u7b5b\u67e5\u5efa\u8bbe\u57fa\u5730\uff0c\u8fd9\u662f\u7ee72018\u5e74\u56fd\u5bb6\u6d88\u5316\u9053\u65e9\u764c\u9632\u6cbb\u4e2d\u5fc3\u8054\u76df\u540e\uff0c\u533b\u9662\u6240\u83b7\u5f97\u7684\u7b2c\u4e8c\u4e2a\u56fd\u5bb6\u7ea7\u6388\u724c\u3002\u8fd1","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3408"};
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 () {
}
});
});
}