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=3254&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: 1745151069,
nonceStr: 'PLDoL9Ltkncssuyl',
signature: '8a9d24f64c1b23fcee50c77d58acf00ff2e51fb5',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6210\u6b66\u53bf\u4eba\u6c11\u533b\u9662:\u81f4\u656c\u62a4\u58eb\u961f\u4f0d \u643a\u624b\u6218\u80dc\u75ab\u60c5","smalltext":"5\u670812\u65e5\u662f\u56fd\u9645\u62a4\u58eb\u8282\uff0c\u4eca\u5e74\u6211\u56fd\u62a4\u58eb\u8282\u7684\u4e3b\u9898\u662f\u201c\u81f4\u656c\u62a4\u58eb\u961f\u4f0d\uff0c\u643a\u624b\u6218\u80dc\u75ab\u60c5\u201d\u3002\u5728\u62a4\u58eb\u8282\u6765\u4e34\u4e4b\u9645\uff0c\u53bf\u4eba\u6c11\u533b\u9662\u4e3e\u529e5.12\u56fd\u9645\u62a4\u58eb\u8282\u6297\u75ab\u4e00\u7ebf\u62a4\u7406\u5148\u8fdb\u4e8b\u8ff9\u6c47\u62a5\u4f1a\uff0c\u7528\u5b9e\u9645\u884c\u52a8\u8df5\u884c\u656c\u4f51\u751f\u547d\u3001\u6551\u6b7b\u6276\u4f24\u3001\u7518\u4e8e\u5949\u732e\u3001\u5927\u7231\u65e0\u7586\u7684\u5d07\u9ad8\u804c\u4e1a\u7cbe\u795e\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3254"};
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 () {
}
});
});
}