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=4349&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: 1744972235,
nonceStr: 'mOuK36nyzXBDD50z',
signature: 'ccee43de48ad5c2d599589d9aa2139d69ab81ff8',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u957f\u6cbb\u548c\u5e73\u533b\u7597\u96c6\u56e2\uff1a\u8bd5\u95ee\u4e61\u4eb2\u56e0\u4f55\u559c\uff1f\u7b2c\u4e00\u6751\u533b\u5165\u6751\u6765","smalltext":"2020\u5e749\u6708\uff0c\u548c\u5e73\u533b\u7597\u96c6\u56e2\u542f\u52a8\u7b2c\u4e00\u6751\u533b\u5de5\u4f5c\uff0c31\u540d\u8d44\u6df1\u533b\u751f\u88ab\u6d3e\u5f80\u58f6\u5173\u53bf\u548c\u4e0a\u515a\u533a\u768431\u4e2a\u6751\u5e84\u62c5\u4efb\u7b2c\u4e00\u6751\u533b\u3002\u4ed6\u4eec\u7684\u76ee\u6807\u662f\uff0c\u5c06\u4f18\u8d28\u533b\u7597\u8d44\u6e90\u4e0b\u6c89\uff0c\u6709\u6548\u63d0\u9ad8\u57fa\u5c42\u7684\u91cd\u5927\u75be\u75c5\u9884\u9632\u80fd\u529b\uff0c\u6253\u901a\u670d\u52a1\u7fa4\u4f17\u7684\u6700\u540e\u4e00\u516c\u91cc\uff0c\u4ee5\u624e\u624e\u5b9e\u5b9e\u7684\u5de5\u4f5c\u52a9\u529b\u4e61\u6751\u632f\u5174\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4349"};
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 () {
}
});
});
}