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=4174&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: 1745056409,
nonceStr: '10nyCJn4ommjkk5T',
signature: 'd2195070b3dacbdb13cc53917407697e834fbe10',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5a01\u6d77\u5e02\u7acb\u533b\u9662\uff1a\u505a\u4fc3\u8fdb\u767e\u59d3\u5065\u5eb7\u7684\u201c\u4e0a\u533b\u201d","smalltext":"\u201c\u6768\u4e9a\u8d85\u5927\u592b\u4e0d\u4f46\u662f\u4e00\u4f4d\u975e\u5e38\u4f18\u79c0\u7684\u5185\u5206\u6ccc\u79d1\u5927\u592b\uff0c\u8fd8\u662f\u4e00\u4f4d\u975e\u5e38\u597d\u7684\u5fc3\u7406\u533b\u751f\uff1b\u5979\u8bf4\u8bdd\u5982\u6625\u98ce\u7ec6\u96e8\uff0c\u6d78\u6da6\u5fc3\u7530\u3002\u5728\u5979\u7684\u7ec6\u5fc3\u6cbb\u7597\u4e0b\uff0c\u6211\u7684\u5185\u5206\u6ccc\u5404\u9879\u6307\u6807\u8d8b\u4e8e\u6b63\u5e38\u2026\u2026\u201d\u65e5\u524d\uff0c\u5c71\u4e1c\u5927\u5b66\u9644\u5c5e\u5a01\u6d77\u5e02\u7acb\u533b\u9662\u6536\u5230\u4e86\u4e00\u5c01\u60a3\u8005\u6765\u4fe1\u3002\u80fd\u5f97\u60a3\u8005\u5982\u6b64\u8d5e\u8a89\uff0c\u6768\u4e9a\u8d85\u5927\u592b\u5230\u5e95\u662f\u600e\u6837\u4e00\u4e2a\u4eba\u5462\uff1f\u4e4b\u524d\uff0c\u66fe\u7ecf\u6709\u5a92\u4f53\u8bb0\u8005\u60f3\u9884\u7ea6\u91c7\u8bbf\u6768\u4e9a\u8d85\uff0c\u5374\u90fd\u88ab\u5a49\u8a00\u62d2\u7edd\u3002\u5979\u8bf4\uff1a\u6211\u53ea\u662f\u4e00\u540d\u666e\u901a\u533b\u751f\uff0c\u505a\u7684\u90fd\u662f\u5e73\u51e1\u4e8b\uff0c\u6ca1\u5565\u53ef\u62a5\u9053\u7684\u3002\u4eca\u5929\uff0c\u5c31\u8bf7\u968f\u7b14\u8005\u6765\u201c\u8d70\u8fd1\u201d\u8fd9\u4f4d\u4e34\u5e8a\u5973\u533b\u751f\u5e73\u51e1\u7684\u4eba\u751f\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4174"};
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 () {
}
});
});
}