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=988&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: 1747101798,
nonceStr: 'o71QvraJDmTVq3gG',
signature: 'f4ce91c3476495a9b64c4281ecc6ef2fa939d273',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/a3cac7cd53f0c24eea2298723fa8f50b.jpg","title":"\u5357\u4eac\u9f13\u697c\u533b\u9662\u96c6\u56e2\u4eea\u5f81\u533b\u9662\uff1a\u5b88\u4ec1\u5fc3\u5927\u5199\u515a\u5458\u521d\u5fc3\uff0c\u65bd\u4ec1\u672f\u8df5\u884c\u533b\u8005\u4f7f\u547d","smalltext":"\u8fd9\u662f\u4e2a\u6696\u5fc3\u7684\u533b\u60a3\u6545\u4e8b\u3002\u5c3d\u7ba1\u60a3\u8005\u5728\u4e03\u5e74\u65f6\u5149\u4e2d\uff0c\u5386\u7ecf\u6570\u6b21\u751f\u6b7b\uff0c\u4e00\u6b21\u4f4f\u9662\uff0c\u53c8\u662f\u51e0\u756a\u6ce2\u6298\uff0c\u4f46\u4ed6\u6700\u7ec8\u8fce\u6765\u4e86\u751f\u547d\u7684\u66d9\u5149\u3002\u5411\u767e\u6298\u4e0d\u6320\u3001\u575a\u6301\u4e0e\u75c5\u9b54\u6597\u4e89\u5230\u5e95\u7684\u6240\u6709\u533b\u8005\u81f4\u656c\uff01","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=988"};
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 () {
}
});
});
}