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=736&classid=3&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: 1743702958,
nonceStr: 'nD4gHdYrIko1gyZR',
signature: '877833cebf4a5245556351a173cb1b969d7b65fd',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/533b645f2dac68a1a772d33584180f25.jpg","title":"\u59d4\u5458\u8881\u65b9\u5747\uff1a\u80f8\u4e2d\u6709\u5927\u7231 \u5b9e\u8df5\u51fa\u771f\u77e5","smalltext":"\u6709\u4eba\u8bf4\uff0c\u4e00\u4e2a\u6210\u529f\u7684\u9886\u519b\u4eba\u7269\u5fc5\u987b\u777f\u667a\u3001\u81ea\u4fe1\u3001\u6c89\u7740\u3001\u6709\u9b44\u529b\u3001\u6709\u5168\u5c40\u89c2\u3001\u6709\u8d23\u4efb\u611f\uff0c\u80fd\u5e94\u53d8\u3001\u61c2\u5f97\u5931\uff0c\u4e0d\u9a84\u4e0d\u8e81\u3002\u800c\u56fd\u836f\u4e1c\u98ce\u603b\u533b\u9662\u8881\u623f\u5747\u526f\u9662\u957f\u5c31\u6709\u8fd9\u6837\u7684\u5927\u5c06\u6c14\u8d28\u3002\u8881\u65b9\u5747\uff0c\u533b\u5b66\u535a\u58eb\uff0c\u6559","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=3&id=736"};
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 () {
}
});
});
}