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=4390&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: 1745003381,
nonceStr: 'VWSvwFjxI2eM4ENW',
signature: '2c773108503a55334eac05512893b883af6af1f6',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202106\/d02802c60e87f80ec3f4dc3ac8868fe5.jpg","title":"\u56fd\u5185\u9996\u90e8\u533b\u9662\u4eba\u6587\u7406\u8bba\u4e13\u8457\u300a\u533b\u9662\u4eba\u6587\u5efa\u8bbe\u7814\u7a76\u53ca\u5b9e\u8df5\u300b\u6b63\u5f0f\u51fa\u7248","smalltext":"\u201c\u533b\u9662\u4eba\u6587\u5efa\u8bbe\u5de5\u4f5c\u4e0d\u662f\u9526\u4e0a\u6dfb\u82b1\uff0c\u4e0d\u662f\u4e09\u7532\u533b\u9662\u624d\u9700\u8981\u8003\u8651\u7684\uff0c\u800c\u662f\u6bcf\u5bb6\u533b\u9662\u90fd\u8981\u8df5\u884c\u7684\u3002\u201d6\u67081\u65e5\u4e2d\u56fd\u533b\u9662\u4eba\u6587\u5efa\u8bbe\u6307\u5bfc\u84dd\u76ae\u4e66\u3001\u56fd\u5185\u9996\u90e8\u533b\u9662\u4eba\u6587\u7406\u8bba\u4e13\u8457\u2014\u2014\u300a\u533b\u9662\u4eba\u6587\u5efa\u8bbe\u7814\u7a76","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4390"};
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 () {
}
});
});
}