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=4905&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: 1746211044,
nonceStr: '3hSzd6vB3v8zwJLK',
signature: 'ea1b5bba9ceb8fd44bda841e2367d42fe5abdf9d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u897f\u5b89\u4ea4\u901a\u5927\u5b66\u7b2c\u4e00\u9644\u5c5e\u533b\u9662-\u4f20\u64ad\u533b\u5b66\u4eba\u6587\u7cbe\u795e \u52a9\u63a8\u4eba\u6587\u533b\u9662\u5efa\u8bbe","smalltext":"\u533b\u9662\u6587\u5316\u662f\u533b\u9662\u6838\u5fc3\u7ade\u4e89\u529b\u7684\u6e90\u52a8\u529b\uff0c\u533b\u5b66\u4eba\u6587\u7cbe\u795e\u662f\u533b\u9662\u6587\u5316\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\uff0c\u4e3a\u6301\u7eed\u63a8\u52a8\u533b\u9662\u6587\u5316\u5efa\u8bbe\u548c\u533b\u5b66\u4eba\u6587\u5efa\u8bbe\u5de5\u4f5c\u7684\u6df1\u5165\u5f00\u5c55\uff0c\u6211\u9662\u4ee5\u5f00\u5c55\u201c\u4eba\u6587\u79d1\u5ba4\u3001\u4eba\u6587\u533b\u8005\u201d\u63a8\u8350\u8bc4\u9009\u6d3b","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4905"};
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 () {
}
});
});
}