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=4018&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: 1745056101,
nonceStr: 'CjWxV5q58bxXte1Q',
signature: '11add0386c7e65a8517c3284d8822b3d58a09bda',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202102\/dd4a73eea9744195008d77de8b5ab114.jpg","title":"\u67f3\u5dde\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u5e74\u8f7b\u7537\u5b50\u95f9\u5e02\u660f\u5012\uff0c\u5973\u533b\u751f\u4e22\u4e0b\u7897\u7b77\u6210\u529f\u65bd\u6551","smalltext":"2\u67086\u65e5\u508d\u665a\uff0c\u5728\u67f3\u5dde\u5e02\u95f9\u5e02\u533a\u91d1\u9c7c\u5df7\u5185\uff0c\u4e00\u540d\u7537\u5b50\u7a81\u7136\u6655\u5012\u5728\u5730\uff0c\u4e0d\u7701\u4eba\u4e8b\u3002\u5c31\u5728\u4f17\u4eba\u4e0d\u77e5\u63aa\u624b\u4e0d\u53ca\u4e4b\u65f6\uff0c\u4e00\u65c1\u9910\u9986\u91cc\u6b63\u5728\u5403\u996d\u7684\u7ea2\u8863\u5973\u5b50\u4e22\u4e0b\u7897\u7b77\uff0c\u8fc5\u901f\u8dd1\u8fc7\u6765\u8dea\u5730\u5bf9\u7537\u5b50\u5b9e\u65bd\u4e86\u7d27\u6025\u5fc3\u80ba\u590d\u82cf","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4018"};
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 () {
}
});
});
}