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=5403&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: 1743703079,
nonceStr: 'QsKYClkxq5SnVrjQ',
signature: '2dd4651100709947a1f71ae2644706980c36e4e8',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u83b1\u9633\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u4e0d\u4e00\u6837\u7684\u515a\u8bfe\uff0c\u7ea2\u8272\u6559\u80b2\u6da6\u7ae5\u5fc3 \u7ea2\u8272\u6587\u5316\u5171\u4f20\u627f","smalltext":"\u4e3a\u5e86\u795d\u4e2d\u56fd\u5171\u4ea7\u515a\u6210\u7acb101\u5468\u5e74\uff0c\u4e03\u4e00\u5f53\u65e5\uff0c\u83b1\u9633\u5e02\u4eba\u6c11\u533b\u9662\u90e8\u5206\u515a\u5458\u4e0e\u513f\u7ae5\u5eb7\u590d\u79d1\u7684\u5c0f\u670b\u53cb\u5171\u540c\u5f00\u5c55\u4e86\u4e00\u5802\u4e0d\u4e00\u6837\u7684\u515a\u8bfe\uff0c\u8ba9\u515a\u5458\u8ddf\u7279\u6b8a\u5c0f\u670b\u53cb\u5171\u540c\u5ea6\u8fc7\u4e00\u4e2a\u6109\u5feb\u800c\u6709\u610f\u4e49\u7684\u8282\u65e5\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5403"};
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 () {
}
});
});
}