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=1441&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: 1747190339,
nonceStr: 'bL5Px33n8FGK0cen',
signature: '408edcabb62c8d44cd00c99cca2e6f937f340660',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201911\/dc9b05b8373aa487494721064be91f66.jpg","title":"\u6df1\u5733\u5e02\u4e2d\u533b\u9662\uff1a\u4ee5\u8d5b\u4fc3\u5b66\u63a8\u52a8\u9ad8\u8d28\u91cf\u53d1\u5c55","smalltext":"11\u670828\u65e5\uff0c\u7531\u6df1\u5733\u5e02\u4e2d\u533b\u9662\u5de5\u4f1a\u627f\u529e\u7684\u201c\u4e0d\u5fd8\u521d\u5fc3 \u7b51\u68a6\u674f\u6797\u2014\u2014\u6df1\u5733\u5e02\u4e2d\u533b\u9662\u9996\u5c4a\u804c\u5de5\u6280\u80fd\u5927\u8d5b\u201d\u51b3\u8d5b\u5728\u6df1\u5733\u5e02\u5de5\u4eba\u6587\u5316\u5bab\u4f53\u80b2\u9986\u987a\u5229\u4e3e\u884c\u3002\u5e02\u536b\u751f\u5065\u5eb7\u59d4\u5de5\u4f1a\u8054\u5408\u4f1a\u526f\u4e3b\u5e2d\u9ec4\u6d2a\u658c\u3001","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1441"};
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 () {
}
});
});
}