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=1698&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: 1747167795,
nonceStr: 'xaDPdDoNvreoCogw',
signature: '3fc27aa63c95d7d843f0c289980bca9e54b8b669',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8d35\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u82f1\u96c4\u51fa\u5f81\u2014\u2014\u81f4\u656c\u6700\u7f8e\u9006\u884c\u8005","smalltext":"\u6ca1\u6709\u88ab\u7981\u9522\u7684\u57ce\u53ea\u6709\u4e0d\u79bb\u5f00\u7684\u7231\u9f20\u5e74\u4e4b\u521d\uff0c\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u611f\u67d3\u7684\u80ba\u708e\u75ab\u60c5\u6765\u52bf\u6c79\u6c79\uff0c\u8ba9\u4eba\u63aa\u624b\u4e0d\u53ca\u3002\u6b64\u65f6\uff0c\u5374\u504f\u504f\u6709\u4e00\u7fa4\u4eba\uff0c\u65f6\u523b\u672a\u66fe\u5fd8\u8bb0\u81ea\u5df1\u7684\u8a93\u8a00\uff1a\u6211\u5fd7\u613f\u732e\u8eab\u533b\u5b66\u2026\u2026\u6211\u51b3\u5b9a\u7aed\u5c3d\u5168\u529b\u9664\u4eba","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1698"};
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 () {
}
});
});
}