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=1926&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: 1747146484,
nonceStr: 'XBbk5pGL2xpE536P',
signature: 'c525edfa1a7912de822c554bb2c0850470a12142',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/4e1eb51e062dace8eb8c1bcb1fdf4a14.jpg","title":"\u5e7f\u5dde\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u7b2c\u4e09\u533b\u9662 \uff1a\u8ba9\u201c\u75ab\u201d\u7ebf\u533b\u62a4\u4eba\u5458\u62e5\u6709\u66f4\u5145\u76c8\u7684\u6218\u6597\u529b","smalltext":"\u201c\u6536\u5230\u540e\u65b9\u5c0f\u4f19\u4f34\u4eec\u7ed9\u6211\u4eec\u5bc4\u7684\u5feb\u9012\uff0c\u611f\u52a8\u7684\u4e0d\u8981\u4e0d\u8981\u7684\uff0c\u6696\u6696\u7684\uff0c\u5f88\u8d34\u5fc3\u3002\u201d2\u670812\u65e5\uff0c\u9a70\u63f4\u6b66\u6c49\u533b\u7597\u961f\u961f\u5458\u3001ICU\u4e3b\u7ba1\u62a4\u5e08\u6bd5\u8d50\u6210\uff0c\u5728\u6536\u5230\u5343\u91cc\u4e4b\u5916\u7684\u5e7f\u533b\u4e09\u9662\u5bc4\u6765\u7684\u9632\u5bd2\u8863\u7269\u7b49\u7269\u8d44\u540e\u5728\u670b\u53cb","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1926"};
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 () {
}
});
});
}