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=3728&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: 1746108951,
nonceStr: 'B7UlrGmKNpL36Ule',
signature: 'ce445ff9a532e6bc625b7bf7c6ff26417756436f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202010\/672b54cc80688c17f4892ee2739f319f.jpg","title":"\u3010\u91cd\u78c5\u63ed\u6653\u30112020\u5e74\u5ea6\u4e2d\u56fd\u533b\u9662\u516c\u76ca\u98ce\u4e91\u699c\uff08\u9644\u901a\u77e5\u6587\u4ef6\uff09","smalltext":"\u5404\u4f1a\u5458\u5355\u4f4d\u3001\u5404\u533b\u7597\u673a\u6784\uff1a\u516c\u76ca\u4e3a\u533b\u9662\u4e4b\u6027\uff0c\u4eba\u6587\u4e3a\u533b\u9662\u4e4b\u672c\u3002\u4e3a\u8fdb\u4e00\u6b65\u8d2f\u5f7b\u843d\u5b9e\u4e60\u8fd1\u5e73\u603b\u4e66\u8bb0\u5173\u4e8e\u201c\u4eba\u6c11\u81f3\u4e0a\u3001\u751f\u547d\u81f3\u4e0a\u201d\u548c\u201c\u8981\u6beb\u4e0d\u52a8\u6447\u628a\u516c\u76ca\u6027\u5199\u5728\u533b\u7597\u536b\u751f\u4e8b\u4e1a\u7684\u65d7\u5e1c\u4e0a\u201d\u7684\u91cd\u8981","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3728"};
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 () {
}
});
});
}