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=4438&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: 1744318506,
nonceStr: 'c6LBqhJfltz1944n',
signature: 'a49139bb11411d14269d7e26db96a08c6160a233',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202107\/920049c033750ffc4f07860d0294aa68.jpg","title":"\u56db\u5ddd\u7701\u4eba\u6c11\u533b\u9662\u5f6d\u5c71\u533b\u9662\uff1a\u8fd9\u91cc\u6709\u4e00\u4efd\u767e\u5c81\u8001\u4eba\u9001\u6765\u7684\u793c\u7269\uff0c\u8bf7\u6536\u4e0b","smalltext":"\u521d\u590f\uff0c\u201c\u767e\u5c81\u8001\u4eba\u5065\u5eb7\u62a4\u4f51\u884c\u52a8\u201d\u7b2c\u4e8c\u5b63\u5982\u7ea6\u800c\u81f3\u3002\u8fd9\u4e00\u5b63\uff0c\u6211\u4eec\u5386\u65f614\u5929\uff0c42\u4f4d\u533b\u62a4\u4eba\u5458\u5148\u540e\u8d70\u8fdb31\u4f4d\uff08\u5176\u4e2d\u67098\u4f4d\u662f\u7b2c\u4e8c\u5b63\u65b0\u5f55\u5165\uff09\u8001\u4eba\u5bb6\u4e2d\uff0c\u5bf9\u8001\u4eba\u8fdb\u884c\u8be6\u7ec6\u7684\u4f53\u683c\u68c0\u67e5\uff0c\u5bf9\u6709\u9700\u8981\u7684\u8001\u4eba\u63d0\u4f9b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4438"};
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 () {
}
});
});
}