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=617&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: 1743703008,
nonceStr: 'Sns56AzOTD3s510G',
signature: '56ca0d7446ba2c75e38aa49432962cf44bfeaba6',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/4c4b04d2005a26f36a836661674397e4.jpg","title":"\u59d4\u5458\u53f2\u709c\u534e\uff1a\u6211\u7684\u9752\u6625\u4e0d\u201c\u533b\u201d\u6837","smalltext":"\u53f2\u709c\u534e\uff0c\u4e2d\u56fd\u751f\u547d\u5173\u6000\u534f\u4f1a\u4eba\u6587\u533b\u9662\u5efa\u8bbe\u4e13\u59d4\u4f1a\u59d4\u5458\uff0c\u5357\u4eac\u540c\u4ec1\u533b\u9662\u5fd7\u613f\u8005\u670d\u52a1\u4e2d\u5fc3\u526f\u4f1a\u957f\uff0c\u5357\u4eac\u540c\u4ec1\u533b\u9662 \u201c\u5987\u5973\u4e4b\u5bb6\u2014\u540c\u5fc3\u5a9b\u5065\u5eb7\u9a7f\u7ad9\u201d\u79d8\u4e66\u957f\uff0c\u5357\u4eac\u540c\u4ec1\u533b\u9662\u5f69\u7ffc\u5929\u4f7f\u827a\u672f\u6c99\u9f99\u4ff1\u4e50\u90e8\u90e8","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=3&id=617"};
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 () {
}
});
});
}