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=435&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: 1749260042,
nonceStr: 'r1emd0CmFzDVuDNx',
signature: '972025bd5f881175ffbbfcf842cfb73444b6091f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/2dc10adba955afbd8cf403f8be2cde6b.jpg","title":"\u897f\u5b89\u4ea4\u5927\u4e00\u9644\u9662\uff1a\u533b\u7597\u4eba\u6587\u7eaa\u5f55\u7247\u300a\u533b\u5fc3\u300b\u5373\u5c06\u767b\u9646\u592e\u89c6","smalltext":"5\u670822\u65e5\u4e0b\u5348\uff0c\u7531\u56fd\u5bb6\u536b\u5065\u59d4\u5065\u5eb7\u62a5\u793e\u548c\u4e50\u6b63\u4f20\u5a92\u8054\u5408\u7b56\u5212\u51fa\u54c1\uff0c\u4e50\u6b63\u4f20\u5a92\u62cd\u6444\u5236\u4f5c\u7684\u5341\u96c6\u533b\u7597\u4eba\u6587\u7eaa\u5f55\u7247\u300a\u533b\u5fc3\u300b\u5728\u4eac\u4e3e\u529e\u770b\u7247\u4f1a\u3002\u770b\u7247\u4f1a\u4e0a\uff0c\u300a\u533b\u5fc3\u300b\u603b\u5bfc\u6f14\u5f20\u5efa\u73cd\uff0c\u4ee5\u53ca\u6765\u81ea\u5065\u5eb7\u62a5\u793e\u3001","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=435"};
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 () {
}
});
});
}