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=3814&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: 1745109104,
nonceStr: 'rlDNFh5DcMciHtqm',
signature: 'f48c6a5bf7c7d8b18f1ec2dce51fcf9538d6d131',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u6cb9\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662:3.7\u4e07\u4eba\u6b21\u6838\u9178\u68c0\u6d4b\u7684\u80cc\u540e","smalltext":"\u9762\u5bf9\u6d41\u884c\u6027\u75c5\u6bd2\uff0c\u7cbe\u51c6\u3001\u5feb\u901f\u3001\u7b80\u4fbf\u7684\u8bca\u65ad\u65b9\u5f0f\u88ab\u79f0\u4e3a\u533b\u52a1\u4eba\u5458\u7684\u201c\u773c\u775b\u201d\uff0c\u4e5f\u662f\u8ba9\u65b0\u51a0\u75c5\u6bd2\u73b0\u51fa\u539f\u5f62\u7684\u5229\u5668\u3002 \u6839\u636e\u56fd\u5bb6\u536b\u751f\u5065\u5eb7\u59d4\u5728\u300a\u5173\u4e8e\u505a\u597d\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u5e38\u6001\u5316\u5de5\u4f5c\u7684\u6307\u5bfc\u610f\u89c1\u300b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3814"};
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 () {
}
});
});
}