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=5626&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: 1746120922,
nonceStr: 'zsguBeuE3eOb2dre',
signature: '89a28971f540447d5b46f1f79c8173939c2468f5',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u533b\u9662\u91cc\u6765\u4e86\u4e2a\u624b\u8bed\u201c\u7ffb\u8bd1\u5b98\u201d","smalltext":"\u201c\u6211\u7684\u8170\u5f88\u75bc\uff0c\u60f3\u8981\u6cbb\u7597\u4e00\u4e0b\uff01\u201d\u5728\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\u95e8\u8bca\u5927\u5385\uff0c\u542c\u969c\u4eba\u58eb\u674e\u5148\u751f\u5bf9\u7740\u4e00\u53f0\u673a\u5668\u5c4f\u5e55\u6bd4\u5212\u5b8c\u8fd9\u4e00\u53e5\u624b\u8bed\uff0c\u673a\u5668\u4e2d\u7684\u624b\u8bed\u7ffb\u8bd1\u5c31\u901a\u8fc7\u8bed\u97f3\u53ca\u6587\u5b57\u4e24\u79cd\u65b9\u5f0f\uff0c\u628a\u674e\u5148\u751f\u7684\u75c7\u72b6\u8f83\u4e3a\u51c6\u786e\u5730","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5626"};
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 () {
}
});
});
}