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=2906&classid=11&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: 1746165200,
nonceStr: 'dKSIsqdxaXqxZo9D',
signature: '26020d0bba8eda901161617d398179821966c234',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u65e0\u9521\u5e02\u513f\u7ae5\u533b\u9662\u95e8\u8bca\u90e8\uff1a\u6253\u9020\u6709\u6e29\u5ea6\u7684\u95e8\u8bca\u533b\u7597\u670d\u52a1\u4f53\u7cfb","smalltext":"\u968f\u7740\u533b\u5b66\u6a21\u5f0f\u7684\u8f6c\u53d8\uff0c\u8d8a\u6765\u8d8a\u591a\u7684\u4e13\u5bb6\u5b66\u8005\u8ba4\u8bc6\u5230\u533b\u5b66\u662f\u7531\u79d1\u5b66\u548c\u4eba\u6587\u6784\u6210\u7684\u201c\u4eba\u201d\u5b66\uff0c\u533b\u5b66\u4eba\u6587\u7cbe\u795e\u7684\u5185\u6db5\u662f\u589e\u8fdb\u4eba\u6c11\u7684\u5065\u5eb7\uff0c\u5173\u5fc3\u5173\u7231\u60a3\u8005\uff0c\u7ef4\u62a4\u60a3\u8005\u6743\u76ca\u3002\u968f\u7740\u4e8c\u80ce\u653f\u7b56\u7684\u5f00\u653e\uff0c\u65e0\u9521\u5e02\u513f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2906"};
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 () {
}
});
});
}