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=2835&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: 1747118454,
nonceStr: '8yhGxwfxBR2eh7Nj',
signature: 'c69aa0f86876bfd10e973f29d59ef38d576c928d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u949f\u5357\u5c71\u9662\u58eb\u591c\u9a70\u6b66\u6c49\uff1a\u5217\u8f66\u957f\u575a\u51b3\u4e0d\u6536\u996d\u94b1","smalltext":"\u5c81\u6b21\u5e9a\u5b50\uff0c\u65b0\u5e74\u4f0a\u59cb\uff0c\u4e00\u573a\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u9aa4\u7136\u800c\u81f3\u300284\u5c81\u7684\u949f\u5357\u5c71\u9662\u58eb\u518d\u5ea6\u51fa\u5f81\u3002\u591c\u9a70\u6b66\u6c49\uff0c\u8fdb\u884c\u6df1\u5ea6\u8c03\u67e5\uff1b\u7d27\u6025\u8d74\u4eac\uff0c\u5411\u603b\u7406\u6c47\u62a5\u5e76\u5411\u516c\u4f17\u5ba3\u5e03\u75ab\u60c5\u5b9e\u51b5\uff1b\u8fde\u7ebf\u524d\u7ebf\uff0c\u8fdc\u7a0b\u4f1a\u8bca\u91cd\u75c7\u75c5\u4f8b\uff1b\u8054\u624b\u56fd\u9645\u75c5","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2835"};
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 () {
}
});
});
}