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=2790&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: 1747101880,
nonceStr: 'SpRDdOAdJDm1ZO3i',
signature: '515cb35033e987ce47222fd0f65457f0b851ca37',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\uff1a\u51fa\u5f81\u6b66\u6c49\u7684\u59d0\u59b9\u82b1\uff0c\u5e73\u5b89\u56de\u6765\u4e86","smalltext":"\u6ca1\u6709\u4e00\u4e2a\u51ac\u5929\u4e0d\u53ef\u903e\u8d8a\uff0c\u6ca1\u6709\u4e00\u4e2a\u6625\u5929\u4e0d\u4f1a\u5230\u6765\u3002\u6625\u98ce\u5343\u4e07\u91cc\uff0c\u7ec8\u4e8e\u4ece\u8fdc\u65b9\u9001\u6765\u4e86\u6700\u7f8e\u597d\u7684\u6d88\u606f\uff1a\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\u63f4\u9102\u59d0\u59b9\u82b1\u96f7\u53f6\u9759\u3001\u9648\u745e\u971e\uff0c\u5728\u9614\u522b\u5bb6\u4e6158\u5929\u540e\uff0c\u5e73\u5b89\u5f52\u6765\u4e86\uff01\u5979\u4eec\u6240\u5728\u7684\u6d59\u6c5f\u7701\u7b2c","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2790"};
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 () {
}
});
});
}