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=1182&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: 1747145993,
nonceStr: 'p6oi45FyQFULgdNm',
signature: '11b651214b1056e7312c47b8b4c96ffe30e411af',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201909\/14431fc048bdb9a73be7757e0fd9e66a.jpg","title":"\u95fd\u4e1c\u533b\u9662\uff1a\u5168\u56fd\u7231\u7259\u65e5\u8d70\u8fdb\u798f\u5b89\u5e02\u8001\u5e74\u5927\u5b66\u52a9\u529b\u8001\u5e74\u4eba\u201c\u4eab\u53e3\u798f\u201d","smalltext":"\u3000\u30009\u670820\u65e5\u662f\u7b2c31\u4e2a\u5168\u56fd\u201c\u7231\u7259\u65e5\u201d\uff0c\u4eca\u5929\u7684\u4e3b\u9898\u662f \u201c\u53e3\u8154\u5065\u5eb7 \u5168\u8eab\u5065\u5eb7\u201d\uff0c\u526f\u4e3b\u9898\u662f\u201c\u5237\u7259\u6f31\u53e3\u7528\u7259\u7ebf\uff0c \u6d01\u7259\u62a4\u9f88\u4fc3\u5065\u5eb7\u201d\u3002\u4e3a\u63d0\u9ad8\u8001\u5e74\u4eba\u53e3\u8154\u4fdd\u5065\u610f\u8bc6\uff0c\u666e\u53ca\u53e3\u8154\u5065\u5eb7\u77e5\u8bc6\uff0c\u519c\u5de5\u515a\u798f\u5b89","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1182"};
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 () {
}
});
});
}