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=4278&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: 1744971333,
nonceStr: 'c7lqrkO6a0oQvShV',
signature: '151b02a3112228d034a4e0db7e20585af3a46282',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202104\/63d480b36806a9f75a82c5c4e95934dc.jpg","title":"\u5185\u8499\u53e4\u81ea\u6cbb\u533a\u5987\u5e7c\u4fdd\u5065\u9662:\u533b\u8054\u4f53\u6210\u5458\u5355\u4f4d\u65e0\u7f1d\u5bf9\u63a5\uff0c\u5371\u91cd\u60a3\u513f\u83b7\u751f\u673a","smalltext":"3\u670829\u65e57:50\uff0c\u4e00\u5929\u7684\u5de5\u4f5c\u521a\u521a\u5f00\u59cb\uff0c\u5185\u8499\u53e4\u81ea\u6cbb\u533a\u5987\u5e7c\u4fdd\u5065\u9662\u513f\u5185\u79d1\u738b\u80b2\u6c11\u526f\u4e3b\u4efb\u63a5\u5230\u533b\u8054\u4f53\u76df\u5e02\u533b\u9662\u513f\u79d1\u7684\u6c42\u52a9\u7535\u8bdd\uff1a\u4e00\u4e2a\u6301\u7eed\u62bd\u64108\u5c0f\u65f6\u7684\u60a3\u513f\u6025\u9700120\u4e13\u8f66\u8f6c\u5165\u6211\u9662\u8bca\u6cbb\u3002\u76df\u5e02\u533b\u9662\u8ddd","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4278"};
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 () {
}
});
});
}