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=1463&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: 1747193682,
nonceStr: 'KaTTQXIFb7RV7Iml',
signature: 'd90ad1dbe54733e25c20e731b51e101f04fc4b76',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201912\/2e4057b2ad52426ab37e223ac7214776.jpg","title":"\u4e91\u5357\u7701\u4eba\u53e3\u548c\u536b\u751f\u5065\u5eb7\u5ba3\u6559\u4e2d\u5fc3\uff1a\u4e00\u4e2a\u4eba\u8981\u9971\u7ecf\u600e\u6837\u7684\u78e8\u96be\uff0c\u624d\u80fd\u6210\u4e3a\u533b\u5fb7\u6807\u5175\uff1f","smalltext":"\u6211\u53eb\u675c\u8fdc\u89c1\uff0c\u4eca\u5e7454\u5c81\u4e86\u3002\u6211\u548c\u6211\u7684\u54e5\u54e5\u90fd\u662f\u571f\u751f\u571f\u957f\u7684\u4e91\u5357\u4eba\uff0c\u90fd\u662f\u751f\u4e8e\u65af\u957f\u4e8e\u65af\u7684\u536b\u751f\u7cfb\u7edf\u7684\u8001\u5175\u3002\u56de\u5fc6\u6211\u4eec\u7684\u533b\u8005\u4e4b\u8def\uff0c\u6211\u65f6\u5e38\u611f\u53f9\uff0c\u5176\u5b9e\u533b\u751f\u4e5f\u662f\u666e\u901a\u4eba\uff0c\u4ed6\u4eec\u662f\u5728\u666e\u901a\u7684\u73af\u5883\u4e2d\u6210\u957f\u8d77","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1463"};
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 () {
}
});
});
}