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=1127&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: 1747124464,
nonceStr: 'XuvqqJMkxT9XJjYl',
signature: '4a0de3bb8aa2635fc9c17822db1153c5dc4d24b6',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201909\/2ec10b881750725eeb54b3a8590906ee.png","title":"\u804a\u57ce\u5e02\u4e1c\u660c\u5e9c\u4eba\u6c11\u533b\u9662:\u4e0d\u76f2\u4ece\u6743\u5a01\uff0c\u907f\u514d\u60a3\u513f\u4f24\u5bb3\uff0c\u5bb6\u957f\u79f0\u8d5e","smalltext":"\u8fd1\u65e5\uff0c\u4e1c\u660c\u5e9c\u4eba\u6c11\u533b\u9662\u513f\u79d1\u4e8e\u9759\u533b\u751f\u6536\u5230\u6765\u81ea9\u5c81\u60a3\u513f\u68a6\u68a6\u4e00\u5bb6\u9001\u6765\u7684\u9c9c\u82b1\u548c\u9526\u65d7\uff0c\u5b69\u5b50\u6bcd\u4eb2\u5fc3\u60c5\u6fc0\u52a8\uff0c\u518d\u4e09\u79f0\u8d5e\u4e8e\u9759\u533b\u751f\u5fb7\u533b\u53cc\u99a8\uff0c\u60c5\u7cfb\u60a3\u8005\uff0c\u4ec1\u5fc3\u4ec1\u672f\uff0c\u70ed\u60c5\u670d\u52a1\uff0c\u4e0d\u662f\u4eb2\u4eba\u80dc\u4f3c\u4eb2\u4eba\u3002\u636e\u4e86\u89e3\uff0c\u60a3","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1127"};
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 () {
}
});
});
}