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=847&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: 1749396268,
nonceStr: 'ym53wIArnui49mZ3',
signature: '6b82ec2dfc41dec99e18756b4fbe8a1e129ae6a3',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/23cb7b3d26b454769232222b3a559a6d.jpg","title":"\u4e0a\u6d77\u5e02\u7b2c\u4e00\u5987\u5a74\u4fdd\u5065\u9662\uff1a\u9662\u957f\u624b\u628a\u624b\u7684\u6559\u5458\u5de5\u793c\u4eea","smalltext":"\u533b\u5b66\u662f\u79d1\u5b66\uff0c\u533b\u5b66\u662f\u4eba\u5b66\u3002\u4f5c\u4e3a\u5e02\u7ea7\u4e09\u7ea7\u7532\u7b49\u5987\u4ea7\u79d1\u4e13\u79d1\u533b\u9662\uff0c\u4e0a\u6d77\u5e02\u7b2c\u4e00\u5987\u5a74\u4fdd\u5065\u9662\u7684\u5c31\u8bca\u60a3\u8005\u6bd4\u8f83\u5e74\u8f7b\uff0c40\u5c81\u4ee5\u4e0b\u7684\u5360\u56db\u5206\u4e4b\u4e09\uff1b\u4ee5\u5973\u6027\u60a3\u8005\u4e3a\u4e3b\uff0c\u5973\u6027\u5c31\u8bca\u4eba\u6570\u5360\u6bd4\u8d85\u8fc795%\u3002\u56e0\u6b64\uff0c\u60a3\u8005\u6574","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=847"};
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 () {
}
});
});
}