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=3896&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: 1745108411,
nonceStr: 'xD2lqQlfktC6jn5H',
signature: '0a36cf329364a6e2d410eb6f8ce62658bf79d633',
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\u5317\u6d77\u4e00\u519c\u5987\u88ab\u79e4\u6746\u624e\u5230\u5c31\u4f4f\u4e86\u4e09\u4e2a\u6708\u7684\u9662","smalltext":" \u5317\u6d77\u4e00\u519c\u5987\u88ab\u79e4\u6746\u624e\u5230\u672a\u53ca\u65f6\u5904\u7406\uff0c\u611f\u67d3\u4e0a\u7f55\u89c1\u75c5\u83cc\uff0c\u4e00\u5ea6\u75c5\u60c5\u5371\u91cd\u4f4f\u8fdb\u91cd\u75c7\u76d1\u62a4\u5ba4\uff0c\u7ecf\u8fc7\u521b\u4f24\u624b\u5916\u9aa8\u79d1\u3001\u91cd\u75c7\u533b\u5b66\u79d1\u3001\u521b\u9762\u4fee\u590d\u5916\u79d1\u7b49\u591a\u79d1\u534f\u4f5c\uff0c\u8fdb\u884c\u4e09\u6b21\u5927\u624b\u672f\u53ca\u591a\u6b21\u6e05\u521b\u5c0f\u624b\u672f\uff0c12\u670824","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3896"};
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 () {
}
});
});
}