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=3327&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: 1745135808,
nonceStr: '19PloOKauivOWT0g',
signature: '9ef457cfc20199e520385676631896bb0e3eb378',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202005\/8f7bb8009c5d33ab2922d5b5d8dca3e9.jpg","title":"\u6210\u90fd\u5e02\u65b0\u90fd\u533a\u4eba\u6c11\u533b\u9662\uff1a\u6253\u90209S\u7cbe\u76ca\u7ba1\u7406\uff0c\u63d0\u5347\u670d\u52a1\u54c1\u8d28","smalltext":"\u4e3a\u6709\u6548\u843d\u5b9e\u56fd\u5bb6\u536b\u5065\u59d4\u4e0b\u53d1\u7684\u201c\u8fdb\u4e00\u6b65\u6539\u5584\u533b\u7597\u670d\u52a1\u884c\u52a8\u8ba1\u5212\u201d\uff082018-2020\uff09\u6587\u4ef6\u7cbe\u795e\uff0c\u8f6c\u53d8\u533b\u9662\u7ba1\u7406\u8005\u7684\u7ba1\u7406\u89c2\u5ff5\uff0c\u6539\u5584\u533b\u9662\u73af\u5883\uff0c\u4f18\u5316\u670d\u52a1\u6d41\u7a0b\uff0c\u4fc3\u8fdb\u533b\u7597\u5b89\u5168\uff0c\u63d0\u5347\u5458\u5de5\u7d20\u517b\uff0c\u6539\u5584\u5c31\u533b\u4f53\u9a8c\uff0c\u63d0","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3327"};
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 () {
}
});
});
}