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=3673&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: 1746677592,
nonceStr: 'OR05ChnHu6YJ97UO',
signature: 'e90a480d3846d326c42ade775b4b8b3644207059',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202009\/db24c0bded918f6c8cfb616322505a2d.jpg","title":"\u6210\u90fd\u5e02\u7b2c\u4e94\u4eba\u6c11\u533b\u9662\uff1a\u660e\u5e74 \u76f8\u805a\u6210\u90fd\u518d\u8bdd\u201c\u4eba\u6587\u201d","smalltext":"\u51b3\u8d5b\u5df2\u7ecf\u8fc7\u53bb\u5341\u591a\u5929\uff0c\u6211\u4ecd\u4e0d\u65f6\u56de\u60f3\u8d77\u53c2\u8d5b\u5355\u4f4d\u7684\u7cbe\u5f69\u201c\u4eba\u6587\u201d\uff0c\u90a3\u662f\u76f4\u8fbe\u5fc3\u5e95\u7684\u9707\u61be\u548c\u611f\u52a8\uff0c\u4e5f\u662f\u542f\u53d1\u7075\u611f\u7684\u76cf\u76cf\u660e\u706f\u3002\u521a\u63a5\u5230\u53c2\u8d5b\u6587\u4ef6\u65f6\uff0c\u6211\u4e0d\u65e0\u5fe7\u5fc3\u5730\u8ddf\u4e3b\u529e\u65b9\u8868\u8fbe\u4e86\u5185\u5fc3\u7684\u987e\u8651\uff1a\u5f62\u5f0f\u597d","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3673"};
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 () {
}
});
});
}