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=1311&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: 1747190212,
nonceStr: 'Mjyz9wEA4hYDPqkY',
signature: '94f8b7b55823f364b5147a23946284b3b761ba39',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201910\/b4ad1746a6de234832491152846e7932.jpg","title":"\u8d35\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662:\u201c\u4e39\u9752\u6ea2\u5f69.\u7ff0\u58a8\u4ec1\u5fc3\u201d\u4e66\u753b\u540d\u5bb6\u8fdb\u533b\u9662","smalltext":"2019\u5e7410\u670824\u65e5\u4e0b\u5348\uff0c\u7531\u8d35\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u4e0e\u8d35\u5dde\u7701\u804c\u5de5\u4e66\u6cd5\u5bb6\u534f\u4f1a\u3001\u7701\u804c\u5de5\u7f8e\u672f\u5bb6\u534f\u4f1a\u4e3e\u529e\u7684\u201c\u4e39\u9752\u6ea2\u5f69.\u7ff0\u58a8\u4ec1\u5fc3\u2014\u2014\u4e66\u753b\u540d\u5bb6\u8fdb\u533b\u9662\u201d\u6587\u5316\u6d3b\u52a8\u5728\u5e02\u4e8c\u533b\u5b66\u672f\u4e2d\u5fc3\u7b2c\u4e8c\u5b66\u672f\u62a5\u544a","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1311"};
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 () {
}
});
});
}