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=5211&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: 1746148579,
nonceStr: 'BCt9NmBDoBtOe8LF',
signature: 'e37aecf5cbf2aa81c30ffc44e4bd90493803a15a',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u5206\u8bca\u53f0\u524d\u7684\u751f\u6b7b\u7ade\u65f6","smalltext":"\u661f\u671f\u4e00\u4e0b\u534813:40\u5206\uff0c\u4e00\u4f4d\u5927\u7237\u7a81\u7136\u6655\u5012\u5728\u6566\u5316\u5e02\u533b\u9662\u95e8\u8bca\u4e8c\u697c\u5916\u79d1\u5206\u8bca\u53f0\u524d\u3002\u6b63\u5728\u914d\u9001\u65e0\u83cc\u7269\u54c1\u7684\u65f6\u6625\u840d\u62a4\u58eb\u8def\u8fc7\u53d1\u73b0\u540e\u53ca\u65f6\u4e0a\u524d\u67e5\u770b\u5e76\u5927\u58f0\u547c\u6551\u3002\u6b64\u65f6\uff0c\u5fc3\u8840\u7ba1\u5185\u79d1\u526f\u4e3b\u4efb\u5b89\u4e30\u6cc9\u548c\u62a4","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5211"};
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 () {
}
});
});
}