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=4414&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: 1744969388,
nonceStr: 'v8MHdCBy62Vb0JVJ',
signature: '6910ff2ec5dc0d24528b826a8d6ce46403431ae6',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\uff1a\u515a\u5efa\u5f15\u9886 \u8054\u76df\u5171\u5efa \u7b51\u7262\u5b89\u5168\u53d1\u5c55\u75ab\u60c5\u9632\u63a7\u5e95\u7ebf","smalltext":"\u4e3a\u8fdb\u4e00\u6b65\u5f3a\u5316\u515a\u5efa\u8054\u76df\u5efa\u8bbe\uff0c\u63a8\u8fdb\u515a\u53f2\u5b66\u4e60\u6559\u80b2\uff0c\u7ed3\u5408\u533a\u536b\u5065\u7cfb\u7edf\u201c\u533b\u5fc3\u4e3a\u6c11\u2022\u5b89\u5168\u53d1\u5c55\u2022\u5065\u5eb7\u5148\u950b\u201d\u603b\u8054\u76df\u76f8\u5173\u5b89\u6392\uff0c6\u670818\u65e5\u4e0b\u5348\uff0c\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\u8054\u5408\u8f96\u533a\u8054\u76df\u533b\u7597\u673a\u6784\u5f00\u5c55\u4e86\u201c\u515a\u5efa\u5f15","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4414"};
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 () {
}
});
});
}