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=4376&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: 1744975671,
nonceStr: '1cqn8NXKqdtDHF0m',
signature: '7fb29be50456fd28242bce6fd7d01394fae78e13',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u666e\u6d31\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u4e3a\u5b69\u5b50\u4eec\u8fc7\u4e86\u4e2a\u5065\u5eb7\u513f\u7ae5\u8282","smalltext":"6\u67081\u65e5\uff0c\u666e\u6d31\u5e02\u4e2d\u5fc3\u533b\u9662\uff08\u601d\u8305\u533a\u4eba\u6c11\u533b\u9662\uff09\u513f\u79d1\u5168\u4f53\u533b\u62a4\u4eba\u5458\u4ee5\u201c\u5fc3\u7684\u670d\u52a1\uff0c\u7231\u7684\u58f0\u97f3\u201d\u4e3a\u4e3b\u9898\uff0c\u4e3a\u95e8\u8bca\u548c\u4f4f\u9662\u7684\u5c0f\u670b\u53cb\u4eec\u51c6\u5907\u4e86\u4e0d\u4e00\u6837\u7684\u8282\u65e5\u793c\u7269\u548c\u795d\u798f\uff0c\u4f20\u9012\u4e86\u7231\u548c\u6e29\u6696\uff0c\u8ba9\u5c0f\u670b\u53cb\u8fc7\u4e86\u4e00\u4e2a\u5065","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4376"};
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 () {
}
});
});
}