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=3532&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: 1745119174,
nonceStr: '2C2tt4P1xffOWhjn',
signature: '4bb8cb86fe2cd199a358e36831b35f5df6c832c9',
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:\u5728\u5bb6\u5ead\u5316\u4ea7\u623f\u91cc\u7559\u4e0b\u7684\u90a3\u6bb5\u7f8e\u597d\u56de\u5fc6\u6c38\u751f\u96be\u5fd8","smalltext":"\u5f88\u591a\u5b55\u5988\u5988\u90fd\u77e5\u9053\u81ea\u7136\u5206\u5a29\u7684\u597d\u5904\uff0c\u4f46\u662f\u6bcf\u5f53\u5979\u4eec\u542c\u5230\u6709\u4eba\u8bb2\u8ff0\u81ea\u7136\u5206\u5a29\u7684\u75bc\u75db\u65f6\uff0c\u5185\u5fc3\u53c8\u5145\u6ee1\u4e86\u6050\u60e7\u4e0e\u4e0d\u5b89\u3002\u4e3a\u4e86\u5e2e\u52a9\u4ea7\u5987\u6d88\u9664\u5206\u5a29\u5e26\u6765\u7684\u7126\u8651\u548c\u6050\u60e7\uff0c\u5e02\u533b\u9662\u5987\u4ea7\u79d1\u5f00\u5c55\u7684\u65e0\u75db\u5206\u5a29\u548c\u5bb6","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3532"};
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 () {
}
});
});
}