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=4874&classid=11&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: 1744859750,
nonceStr: 'hMTGy5WmHG8Lnbtr',
signature: '64cc714d84d893fcc15f1d957e901c123b9ae47a',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6606\u5c71\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662-\u591a\u7ba1\u9f50\u4e0b\u786e\u4fdd\u95e8\u8bca\u60a3\u8005\u5c31\u533b\u8212\u5fc3","smalltext":"\u4e00\u3001\u591a\u79cd\u63aa\u65bd\u4fdd\u969c\u60a3\u8005\u4fbf\u6377\u5c31\u533b1.\u201c\u4e94\u5168\u63aa\u65bd\u201d\u4fdd\u969c\u95e8\u8bca\u9884\u7ea6\u670d\u52a1\u901a\u7545\u3002\u533b\u9662\u76ee\u524d\u5df2\u5b9e\u73b0\u4e86\u201c\u5168\u9884\u7ea6\u5206\u65f6\u6bb5\u8bca\u7597\u201d\u3002\u4e00\u662f\u5168\u90e8\u53f7\u6e90\uff1a\u5305\u62ec\u666e\u901a\u4e0e\u4e13\u5bb6\u95e8\u8bca\u5728\u5185\u7684\u201c\u5168\u90e8\u53f7\u6e90\u201d\u63d0\u4f9b\u7ed9\u9884\u7ea6","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4874"};
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 () {
}
});
});
}