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=658&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: 1743795576,
nonceStr: 'pHk7Z0cejhgjv3n3',
signature: 'fd9959c5f4462822dd16650b9906172a94fe6cf1',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/e60ef716abebe6131c2861a052d59950.jpg","title":"\u5e7f\u533b\u4e09\u9662:\u4e24\u5929\u8d70\u4e09\u5730\uff0c\u56de\u8bbf\u201c\u53ef\u4e50\u5b9d\u5b9d\u201d","smalltext":"\u51fa\u751f\u53ea\u6709600\u514b\u7684\u53ef\u4e50\u5b9d\u5b9d\uff1b\u521a\u51fa\u751f\u5c31\u8981\u4e0e\u201c\u6b7b\u795e\u201d\u640f\u6597\u7684\u8d85\u4f4e\u4f53\u91cd\u513f\uff1b\u4e3a\u4e86\u6000\u5b55\u987a\u5229\u751f\u4e0b\u5b9d\u5b9d\uff0c\u9762\u5bf9\u201c\u5fc3\u529b\u8870\u7aed\u3001\u80ba\u6c34\u80bf\u3001\u91cd\u5ea6\u5b50\u75eb\u524d\u671f\u3001\u80ba\u52a8\u8109\u9ad8\u538b\u3001\u598a\u5a20\u7cd6\u5c3f\u75c5\u201d\u7b49\u591a\u79cd\u598a\u5a20\u5408\u5e76\u75c7\u4e5f","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=658"};
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 () {
}
});
});
}