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=4966&classid=10&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: 1743703007,
nonceStr: 'T3miUgQhQG8RaNEq',
signature: '0e7ef5aa656af4775ff8d943722f5a082929c768',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9547\u6c5f\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662-\u201c\u660e\u6708\u8ba1\u5212\u201d\u56e2\u961f","smalltext":"2011\u5e74\uff0c\u9547\u6c5f\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u6d88\u5316\u5185\u79d1\u533b\u62a4\u56e2\u961f\u53d1\u8d77 \u201c\u660e\u6708\u8ba1\u5212\u201d\u6d88\u5316\u9053\u65e9\u764c\u7b5b\u67e5\u884c\u52a8\uff0c\u4f7f\u9547\u6c5f\u5e02\u533a\u98df\u7ba1\u53ca\u80c3\u764c\u65e9\u671f\u7684\u53d1\u73b0\u7387\u75313%\u63d0\u9ad8\u5230\u4e8641%\u3002\u8be5\u884c\u52a8\u88ab\u56fd\u5bb6\u536b\u5065\u59d4\u8bc4\u4e3a\u201c\u6539\u5584\u533b\u7597\u670d\u52a1","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4966"};
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 () {
}
});
});
}