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=5207&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: 1746152672,
nonceStr: 'gNoRvHQNDW7gdjyp',
signature: '063ff44a86ccdf797c7c1828b68349009763c651',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u65b0\u5e74\u201c\u7ea2\u5305\u201d\u4ecd\u4e0d\u6536 \u5f70\u663e\u533b\u5fb7\u6811\u65b0\u98ce","smalltext":" \u6d3e\u201c\u7ea2\u5305\u201d\u662f\u65b0\u5e74\u7684\u4e00\u79cd\u4e60\u4fd7\uff0c\u5b83\u5bd3\u610f\u7740\u5728\u65b0\u7684\u4e00\u5e74\u5c06\u795d\u613f\u548c\u597d\u8fd0\u5e26\u7ed9\u6536\u7ea2\u5305\u7684\u4eba\u3002\u5728\u6566\u5316\u5e02\u533b\u9662\u795e\u7ecf\u5185\u79d1\u7597\u533a\uff0c\u60a3\u8005\u53ca\u5bb6\u5c5e\u4e3a\u4e86\u8868\u8fbe\u5bf9\u533b\u751f\u4eec\u7684\u611f\u8c22\u53ca\u795d\u798f\uff0c\u9891\u9891\u9001\u4e0a\u88c5\u6ee1\u5fc3\u610f\u7684\u201c\u7ea2\u5305","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5207"};
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 () {
}
});
});
}