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=4369&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: 1744975621,
nonceStr: 'ip6PN5Pz7AXY9WCm',
signature: '3dac55b247356a6f592c3f034f5571c0eb741384',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u516d\u4e00\u513f\u7ae5\u533b\u9662\uff1a\u5e86\u795d\u201c\u516d\u4e00\u5065\u5eb7\u5feb\u8f66\u201d\u53d1\u8f665\u5468\u5e74","smalltext":"5\u670828\u65e5\u662f\u201c\u516d\u4e00\u5065\u5eb7\u5feb\u8f66\u201d\u53d1\u8f665\u5468\u5e74\u7eaa\u5ff5\u65e5\uff0c\u4e0a\u6d77\u516d\u4e00\u513f\u7ae5\u533b\u9662\u542f\u52a8\u4e86\u201c\u7231\u5065\u5eb7\uff0c\u7231\u672a\u6765\u201d\u7684\u201c\u4e09\u9001\u4e00\u52a9\u201d\u5173\u7231\u6708\u6d3b\u52a8\u3002\u4e0a\u6d77\u5e02\u793e\u4f1a\u533b\u7597\u673a\u6784\u534f\u4f1a\u4f1a\u957f\u95eb\u4e1c\u65b9\u3001\u526f\u4f1a\u957f\u949f\u83ca\u534e\uff0c\u4e0a\u6d77\u5e02\u9759\u5b89","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4369"};
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 () {
}
});
});
}