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=366&classid=9&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: 1746120834,
nonceStr: '9UJs33f1nO4A5Bct',
signature: '5bd5a392608c17250024c62c1fdca088621d4cc7',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/72e137a91644654c71950da975e3a11a.jpg","title":"\u867e\u7c73\u5988\u54aa\uff1a\u8ba9\u516c\u76ca\u6210\u4e3a\u751f\u6d3b\u65b9\u5f0f","smalltext":"\u65f6\u95f4\u662f\u4e00\u4e2a\u4eba\u6700\u5b9d\u8d35\u7684\u8d44\u6e90\uff0c\u5982\u679c\u80fd\u62ff\u51fa\u65f6\u95f4\u5949\u732e\u7ed9\u516c\u76ca\uff0c\u4eba\u4eba\u516c\u76ca\u624d\u80fd\u8d70\u5f97\u66f4\u8fdc\u3002\u201d \u7f18\u8d77\uff1a\u201c\u4e00\u53cc\u8d85\u7ea7\u8fd0\u52a8\u978b\u201d 2011\u5e743\u6708\u4e00\u573a\u5c71\u6797\u5927\u706b\u628a\u8d35\u5dde\u7701\u4ece\u6c5f\u53bf\u96cd\u91cc\u4e61\u9f99\u6c5f\u6751\u65b0\u5be8\u51e0\u4e4e\u71c3\u70e7\u6b86\u5c3d\uff0c","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=9&id=366"};
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 () {
}
});
});
}