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=1298&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: 1747168667,
nonceStr: 'IwwlTelbY2vqJ72v',
signature: '71bb2480786c4121682c23cb0bfc101bc605bec4',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201910\/a8fa7c04609d37279cbfe28ed31ea6e7.jpg","title":"\u897f\u5b89\u533b\u5b66\u9662\u4e00\u9644\u9662\uff1a\u6210\u529f\u6551\u6cbb\u8155\u90e8\u4e25\u91cd\u79bb\u65ad\u4f24\u9752\u5e74\u5de5\u4eba","smalltext":"2019\u5e7410\u670822\u65e5\uff0c\u4e00\u540d\u7537\u6027\u9752\u5e74\u5de5\u4eba30\u5c81\uff0c\u56e0\u673a\u5668\u5939\u4f24\u81f3\u53f3\u8155\u3001\u53f3\u624b\u4e25\u91cd\u78be\u632b\u4f24\uff0c\u8155\u90e8\u79bb\u65ad\u3002\u6025\u9001\u6025\u8bca\u79d1\uff0c\u6765\u65f6\u8840\u538b\u4f4e\uff0c\u610f\u8bc6\u5dee\uff0c\u8fc5\u901f\u4f24\u53e3\u5f39\u529b\u7ef7\u5e26\u52a0\u538b\u5305\u624e\uff0c\u5efa\u7acb\u9759\u8109\u901a\u9053\u8f93\u6db2\u3002\u9aa8\u79d1\u4e8e19\uff1a00\u7531\u5b59\u752b","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1298"};
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 () {
}
});
});
}