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=425&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: 1744317892,
nonceStr: 'YZAa7dZ85m2wp7I7',
signature: 'a818790ae1f0b78971eea67db5fe6cbd033e6b64',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6276\u98ce\u53bf\u4eba\u6c11\u533b\u9662\u559c\u83b7\u5e02\u7ea7\u6587\u660e\u5355\u4f4d\u79f0\u53f7","smalltext":"\u65e5\u524d\uff0c\u4e2d\u5171\u5b9d\u9e21\u5e02\u59d4\u3001\u5b9d\u9e21\u5e02\u4eba\u6c11\u653f\u5e9c\u53d1\u6587\u547d\u540d2018\u5e74\u5ea6 \u201c\u5e02\u7ea7\u6587\u660e\u5355\u4f4d\u201d\uff0c\u6276\u98ce\u53bf\u4eba\u6c11\u533b\u9662\u699c\u4e0a\u6709\u540d\u30025\u67089\u65e5\uff0c\u6276\u98ce\u53bf\u59d4\u5e38\u59d4\u3001\u5ba3\u4f20\u90e8\u90e8\u957f\u5218\u65b0\u9f99\u4e3a\u8be5\u9662\u8fdb\u884c\u4e86\u6388\u724c\u3002\u8fd1\u5e74\u6765\uff0c\u8be5\u9662\u9ad8\u5ea6\u91cd","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=425"};
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 () {
}
});
});
}