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=1565&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: 1747192223,
nonceStr: 'CP0bpcPV8jwN36Tc',
signature: '72a7141eed53137167dacfec044c0c360b891290',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201912\/b527541424cd65f944122adafa92c3b7.jpg","title":"\u8d35\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662:25\u5e74\u96f6\u6295\u8bc9!\u201c\u6696\u5fc3\u5929\u4f7f\u201d\u8df5\u884c\u515a\u5458\u521d\u5fc3","smalltext":"\u4eba\u8c8c\u4e0e\u82b1\u76f8\u4e30\u8273\u6709\u8fd9\u6837\u4e00\u4f4d\u533b\u751f\uff0c\u597925\u5e74\u96f6\u6295\u8bc9\u5979\u4e66\u5199\u4e86\u65e0\u6570\u75c5\u4f8b \u6cbb\u6108\u4e86\u65e0\u6570\u60a3\u8005\u4e3a\u75c5\u4eba\u89e3\u51b3\u4e86\u4e00\u4e2a\u53c8\u4e00\u4e2a\u96be\u9898\u4ece\u533b\u7684\u8fd9\u4e9b\u5e74\u79d1\u6280\u7684\u53d1\u5c55\u5e26\u6765\u4e86\u66f4\u591a\u7684\u4fbf\u5229\u75c5\u4f8b\u7684\u586b\u5199\u4e5f\u4ece\u624b\u5de5\u586b\u5199","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1565"};
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 () {
}
});
});
}