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=862&classid=4&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: 1750061449,
nonceStr: 'sWch0f0oKFnxZ6hU',
signature: '072daeaef94aa1e34def465ec515ad118f188357',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/9e102a0ffcfdc0de5b915465f791629f.jpg","title":"\u4e0a\u6d77\u5e02\u5949\u8d24\u533a\u53e4\u534e\u533b\u9662\u94b1\u7fa4\uff1a\u6211\u5728\u5706\u68a6\u8def\u4e0a","smalltext":"\u91cd\u9633\u6e10\u8fd1\uff0c\u53c8\u5230\u4e86\u4e00\u5e74\u4e2d\u90a3\u4e9b\u4f4f\u9662\u8001\u4eba\u6700\u5feb\u4e50\u7684\u65e5\u5b50\u300253\u5e8a\u7684\u5f20\u963f\u5a46\u5df2\u7ecf\u51fa\u9662\uff0c\u4e34\u8d70\u524d\u6234\u7740\u5979\u5fc3\u7231\u7684\u7ea2\u8272\u5e3d\u5b50\uff0c\u4f9d\u4f9d\u4e0d\u820d\u3002\u5949\u8d24\u533a\u53e4\u534e\u533b\u9662\u53c8\u53eb\u5949\u8d24\u533a\u8001\u5e74\u533b\u9662\uff0c\u6709\u4e24\u767e\u591a\u5f20\u8001\u5e74\u5e8a\u4f4d\uff0c\u5e38\u5e74\u6536\u6cbb","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=862"};
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 () {
}
});
});
}