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=493&classid=4&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: 1743702952,
nonceStr: 'E2rVfsmG8qP8jYSy',
signature: 'beb0b96fe913c6071af5f7288bbf76971883b834',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6210\u90fd\u5e02\u65b0\u90fd\u533a\u4eba\u6c11\u533b\u9662\uff1a\u6211\u4eec\u968f\u65f6\u968f\u523b\u90fd\u5728\u5fd9\u6d3b\u7684\u90a3\u4e9b\u4e8b\u513f\uff0c\u539f\u6765\u5c31\u662f\u5ba3\u4f20\uff01","smalltext":"\u6b63\u5728\u201c\u5ba3\u4f20\u79d1\u90a3\u4e9b\u4e8b\u513f\u201d\u542c\u8bfe\u7684\u97e6\u4ed5\u79c0\uff08\u53f3\u4e8c\uff09\u8c01\u8bf4\u201c\u6625\u6765\u4e0d\u662f\u8bfb\u4e66\u5929\uff0c\u590f\u65e5\u708e\u708e\u6b63\u597d\u7720\u201d\u5462\u3002\u521d\u590f\u65e9\u6668\uff0c\u6e05\u98ce\u8212\u723d\u64a9\u4eba\uff0c\u970f\u5fae\u8427\u745f\uff0c\u8ba9\u4eba\u5fc3\u60c5\u660e\u6f88\uff0c\u5934\u8111\u6e05\u9192\uff0c\u601d\u7ef4\u77ac\u95f4\u4e30\u5bcc\u8d77\u6765\uff0c9\u540d\u65b0\u90fd\u533a\u4eba\u6c11\u533b\u9662","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=493"};
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 () {
}
});
});
}