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=724&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: 1749358584,
nonceStr: '9aKYouU4tvexErbw',
signature: '53fa40b12e9ed2b7b53d2adbf2ee3735896cca68',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/750906b95cc9bbf33c4efc4237f687b8.jpg","title":"\u9752\u5c9b\u897f\u6d77\u5cb8\u65b0\u533a\u4e2d\u533b\u533b\u9662\uff1a\u5979\u4eec\u505a\u8d77\u4e86\u624b\u672f\u5ba4\u91cc\u7684\u201c\u4e34\u65f6\u5988\u5988\u201d","smalltext":"\u624b\u672f\u5ba4\u5bf9\u4e8e\u5927\u591a\u6570\u4eba\u800c\u8a00\u662f\u795e\u79d8\u53c8\u964c\u751f\u7684\u5730\u65b9\u6765\u5230\u8fd9\u91cc\u7684\u5c0f\u60a3\u8005\u96be\u514d\u5fc3\u751f\u6297\u62d2\uff0c\u54ed\u95f9\u96be\u5b89\u6b64\u65f6\u6b64\u523b\u90a3\u7fa4\u5e73\u65e5\u91cc\u96f7\u5389\u98ce\u884c\u7684\u7eff\u8272\u8eab\u5f71\u5316\u8eab\u5b9d\u5b9d\u4eec\u7684\u201c\u4e34\u65f6\u5988\u5988\u201d\u867d\u7136\u7b11\u989c\u88ab\u53e3\u7f69\u63a9\u76d6\u4f46\u90a3\u53cc","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=724"};
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 () {
}
});
});
}