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=753&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: 1746677780,
nonceStr: 'r2P3c5klY6cUo7Bl',
signature: 'ff78f896447776c7e170a4067ec6a5783d2c52fa',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/abfaacc87c58e35f7bbe9f935d7a989e.jpg","title":"\u897f\u5b89\u533b\u5b66\u9662\u7b2c\u4e00\u9644\u5c5e\u533b\u9662\uff1a\u5916\u79d1\u533b\u751f\u768436\u5c0f\u65f6","smalltext":"\u8fd1\u65e5\uff0c\u897f\u5b89\u533b\u5b66\u9662\u7b2c\u4e00\u9644\u5c5e\u533b\u9662\u666e\u901a\u5916\u79d1\u4e3b\u6cbb\u533b\u5e08\u71d5\u666e\u53d1\u4e86\u4e00\u6761\u670b\u53cb\u5708\uff1a\u201c\u8fde\u7eed36\u5c0f\u65f6\u73ed\uff0c5\u53f0\u624b\u672f\u2014\u2014\u6211\u8981\u56de\u519c\u6751\uff0c\u5403\u996d\u996d\u53bb\u2026\u201d\u4ed6\u8fd8\u5f00\u73a9\u7b11\u7ed9\u8fd9\u6761\u670b\u53cb\u5708\u914d\u4e86\u4e00\u5f20\u8868\u60c5\u5305\uff0c\u914d\u6587\uff1a\u6211\u6ca1\u80fd\u91cf\u4e86\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=753"};
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 () {
}
});
});
}