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=3365&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: 1745135811,
nonceStr: 'YTVRLlwjfqEZlYg2',
signature: 'e2d19f5767bc66b170c6735069c626f3f18ed983',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u5199\u5728\u75c5\u5386\u672c\u4e0a\u7684\u8868\u626c\u4fe1","smalltext":"6\u67081\u65e5\uff0c\u4e00\u4f4d76\u5c81\u7684\u60a3\u8005\u5728\u5e02\u4eba\u6c11\u533b\u9662\u94f6\u6ee9\u533b\u9662\u8033\u9f3b\u54bd\u5589\u79d1\u95e8\u8bca\u5c31\u8bca\u8001\u4f2f\u8bf4\u4ed6\u8033\u6735\u542c\u4e0d\u89c1\u4e86\u63a5\u8bca\u533b\u751f\u5434\u6d77\u5cf0\u526f\u4e3b\u4efb\u533b\u5e08\u4ed4\u7ec6\u68c0\u67e5\u540e\u8bca\u65ad\u4e3a\u8035\u804d\u6813\u585e\u4e3a\u5176\u5f00\u5177\u4e86\u6cbb\u7597\u5355\u62a4\u58eb\u9ec4\u656c\u73ca\u7ed9\u8001\u4f2f\u6cbb","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3365"};
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 () {
}
});
});
}