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=4300&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: 1744969469,
nonceStr: 'M9XGsQCwiCXKSawj',
signature: '94745319f79889dc4abb816706dfbc74d4f0cd46',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5357\u7701\u80bf\u7624\u533b\u9662\u695a\u6653\u98de\uff1a\u5f00\u5c55\u5fc3\u7075\u5173\u6000 \u8ba9\u533b\u5b66\u5145\u6ee1\u4eba\u6587\u5173\u7231","smalltext":"4\u670829\u65e5\uff0c\u6cb3\u5357\u7701\u80bf\u7624\u533b\u9662\u4e34\u5e8a\u5fc3\u7075\u5173\u6000\u5e08\u56e2\u961f\uff0c\u6839\u636e\u65e5\u5e38\u5de5\u4f5c\u4e2d\u7684\u6848\u4f8b\u6539\u7f16\u7684\u60c5\u666f\u5267\u300a\u201c\u8c6b\u201d\u89c1\u5fc3\u7075\u5173\u6000 \u9047\u89c1\u7231\u300b\uff0c\u53c2\u52a0\u4e86\u5728\u6210\u90fd\u6210\u529f\u4e3e\u884c\u76842021\u5e74\u5168\u56fd\u533b\u9662\u4eba\u6587\u7ba1\u7406\u8def\u6f14\u6d3b\u52a8\uff0c\u5e76\u83b7\u5f97\u4e86\u4e8c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4300"};
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 () {
}
});
});
}