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=3110&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: 1745151072,
nonceStr: 'dWSQUZN2S7LpgHsE',
signature: '39c3055c848320aafbf2702cd95f0c041846e2f5',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u6276\u8d2b\u8def\u4e0a\u7684\u91cd\u9022","smalltext":"\u4e3a\u8fbe\u52302020\u5e74\u5168\u9762\u5b9e\u73b0\u5c0f\u5eb7\u751f\u6d3b,\u56fd\u5bb6\u5236\u5b9a\u4e863\u5e74\u7684\u7cbe\u51c6\u6276\u8d2b\u653b\u575a\u6218\u7565\uff0c\u4f5c\u4e3a\u516c\u7acb\u533b\u9662\u7684\u4e00\u540d\u533b\u751f,\u6211\u8d23\u65e0\u65c1\u8d37\u5730\u625b\u8d77\u201c\u5065\u5eb7\u6276\u8d2b\u201d\u7684\u8fd9\u9762\u5927\u65d7\u3002\u75ab\u60c5\u7a0d\u7a33\uff0c\u6211\u6240\u5728\u7684\u6566\u5316\u5e02\u533b\u9662\u5065\u5eb7\u6276\u8d2b\u5de5","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3110"};
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 () {
}
});
});
}