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=6751&classid=14&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: 1743633011,
nonceStr: '7CEnesNYOTSpRx2v',
signature: '4c0d35ef6698b18e66f30994e6e7422f261793a8',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u7edd\u4e0d\u653e\u5f03\u4efb\u4f55\u4e00\u540d\u5371\u91cd\u60a3\u513f","smalltext":"\u6709\u8fd9\u6837\u4e00\u4f4d\u533b\u751f\uff0c\u4ed6\u8eab\u5728\u513f\u7ae5\u91cd\u75c7\u533b\u5b66\u79d1\u5ba4\uff0c\u5bf9\u75c5\u4eba\u8bf4\u8d77\u8bdd\u6765\u4e0d\u7d27\u4e0d\u6162\uff0c\u505a\u8d77\u4e8b\u60c5\u5374\u597d\u50cf\u8e29\u5728\u98ce\u706b\u8f6e\u4e0a\uff0c\u4e00\u6b21\u6b21\u5c06\u65e0\u6570\u60a3\u513f\u62a2\u6551\u56de\u6765\u3002\u4ed6\uff0c\u5c31\u662f\u4e1c\u839e\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u7684\u5468\u65b0\u9f99\u3002\u4ed6\u4ee5\u4ec1\u5fc3\u4ec1\u672f\u5e2e\u52a9\u53f0","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6751"};
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 () {
}
});
});
}