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=3427&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: 1745136059,
nonceStr: 'Drf000ys1jtUEbUP',
signature: '80ae731e1c03de57c59afdfb4e6408718852d486',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9646\u519b\u7279\u8272\u533b\u5b66\u4e2d\u5fc3\uff1a\u672f\u8fc7\u65e0\u75d5,\u4e00\u4f4d\u7231\u7f8e\u5973\u58eb\u7684\u5c31\u533b\u53f2","smalltext":"\u201c\u63d0\u706f\u5973\u795e\u201d\u7684\u706f\u5149\uff0c\u9a71\u6563\u8fc7\u53d7\u4f24\u58eb\u5175\u5fc3\u91cc\u7684\u9634\u973e\uff1b\u62a4\u58eb\u8138\u4e0a\u707f\u70c2\u7684\u5fae\u7b11\uff0c\u5982\u5bd2\u591c\u91cc\u7684\u767d\u6708\u5149\uff0c\u7167\u4eae\u60a3\u8005\u901a\u5f80\u5065\u5eb7\u7684\u9053\u8def\u3002\u800c\u62a4\u58eb\u5bf9\u60a3\u8005\u7684\u5173\u7231\u50cf\u98ce\u4e00\u6837\u8f7b\u76c8\uff0c\u76f4\u51fb\u60a3\u8005\u7684\u5fc3\u7075\uff0c\u8ba9\u60a3\u8005\u611f\u5230\u5b89\u5b81\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3427"};
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 () {
}
});
});
}