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=2300&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: 1747124698,
nonceStr: 'aLkTpHiz2mu5nOxe',
signature: '31ada330135362125393bb9c8d3c01a42f8cef1c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202003\/0c27fe5718bb3d42b7fb6d4ace506e06.jpg","title":"\u5357\u65b9\u79d1\u6280\u5927\u5b66\u533b\u9662\uff1a\u5929\u7391\u624b\u672f\u673a\u5668\u4eba\u201c\u5c0f\u7391\u201d\u590d\u5de5","smalltext":"\u5f53\u524d\uff0c\u5404\u884c\u5404\u4e1a\u6b63\u5904\u4e8e\u6709\u5e8f\u590d\u5de5\u590d\u4ea7\u7684\u91cd\u8981\u9636\u6bb5\u3002\u5357\u65b9\u79d1\u6280\u5927\u5b66\u533b\u9662\u9010\u6b65\u6062\u590d\u95e8\u8bca\u3001\u4f4f\u9662\u548c\u624b\u672f\u7b49\u8bca\u7597\u79e9\u5e8f\uff0c\u6df1\u5733\u7b2c\u4e00\u53f0\u3001\u4e5f\u662f\u76ee\u524d\u552f\u4e00\u201c\u5728\u5c97\u201d\u7684\u5929\u7391\u9aa8\u79d1\u673a\u5668\u4eba\u533b\u751f\u2014\u2014\u201c\u5c0f\u7391\u201d\uff0c\u4e5f\u6295","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2300"};
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 () {
}
});
});
}