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=2815&classid=12&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: 1746164795,
nonceStr: '0NEo4usiEY6BnpGT',
signature: '845202db808e1d781c8ed89ce33c06f236ac120e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u590d\u65e6\u5927\u5b66\u9644\u5c5e\u4e2d\u5c71\u533b\u9662\u674e\u8018\uff1a\u7528\u7231\u5fc3\u3001\u521b\u65b0\u548c\u6052\u5fc3\u94f8\u5c31\u533b\u9662\u4eba\u6587\u54c1\u724c","smalltext":"\u201c20\u591a\u5e74\u5728\u4e2d\u5c71\u533b\u9662\u7684\u5de5\u4f5c\u5b66\u4e60\u7ecf\u5386\uff0c\u8ba9\u6211\u5207\u5b9e\u611f\u53d7\u5230\uff0c\u4e2d\u5c71\u7cbe\u795e\u5176\u5b9e\u5c31\u8574\u542b\u5728\u8fd9\u4e9b\u719f\u6089\u7684\u4e00\u8349\u4e00\u6728\u3001\u4e00\u7816\u4e00\u74e6\u4e4b\u4e2d\u3002\u201d\u590d\u65e6\u5927\u5b66\u9644\u5c5e\u4e2d\u5c71\u533b\u9662\u515a\u59d4\u526f\u4e66\u8bb0\u674e\u8018\u8bf4\uff0c\u5982\u540c\u6bcf\u4e2a\u4eba\u7684\u6027\u60c5\u5404\u6709\u4e0d","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2815"};
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 () {
}
});
});
}