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=1292&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: 1747168157,
nonceStr: 'NtFGrs8SCt02HMRG',
signature: '8cfe4291712c737b9722cfb2971f25625b7bc59f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201910\/55d4fac354ab9e9f4eb4d475f1f05c29.jpg","title":"\u6e56\u5357\u7701\u4eba\u6c11\u533b\u9662\uff1a\u5434\u91d1\u672f\u6559\u6388\u8363\u83b7\u201c\u4e2d\u56fd\u80c6\u9053\u5916\u79d1\u7ec8\u8eab\u6210\u5c31\u5956\u201d","smalltext":"2019\u5e7410\u670819\u65e5\uff0c\u7531\u4e2d\u534e\u533b\u5b66\u4f1a\u3001\u4e2d\u534e\u533b\u5b66\u4f1a\u5916\u79d1\u5b66\u5206\u4f1a\u4e3b\u529e\uff0c\u56db\u5ddd\u7701\u533b\u5b66\u4f1a\u627f\u529e\uff0c\u56db\u5ddd\u5927\u5b66\u534e\u897f\u533b\u9662\u534f\u529e\u76842019\u4e2d\u56fd\u5916\u79d1\u5468\u4f1a\u8bae\u5728\u56db\u5ddd\u6210\u90fd\u9686\u91cd\u53ec\u5f00\uff0c\u9996\u5e2d\u4e13\u5bb6\u5434\u91d1\u672f\u6559\u6388\u3001\u5fae\u521b\u5916\u79d1\u4e3b\u4efb\u5c39","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1292"};
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 () {
}
});
});
}