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=521&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: 1746255153,
nonceStr: 'XF67VPGI0MFBL39a',
signature: 'f13cad90302cee0a17b76596c4865a246d1865d2',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/02c88a35513c31cb2db4f6bb67bcaced.jpg","title":"\u9042\u5b81\u5e02\u4e2d\u5fc3\u533b\u9662:\u8001\u4eba\u62c4\u6756\u8e52\u8dda\u8fc7\u8857\uff0c\u533b\u751f\u7684\u4e3e\u52a8\u6696\u4eba\u5fc3","smalltext":"6\u67085\u65e5\u4e0a\u5348\uff0c\u9042\u5b81\u5e02\u4e2d\u5fc3\u533b\u9662\u526f\u9662\u957f\u9648\u4eae\u5f00\u8f66\u4e0e\u533b\u9662\u533b\u52a1\u90e8\u90e8\u957f\u6768\u5b8f\u4f1f\u5916\u51fa\u529e\u4e8b\u3002\u5728\u56de\u533b\u9662\u7684\u8def\u4e0a\uff0c\u9014\u5f84\u9042\u5dde\u8def\uff0c\u8fdc\u8fdc\u7684\u770b\u5230\u524d\u9762\u6709\u4f4d\u8001\u4eba\u6b63\u8fc8\u7740\u8e52\u8dda\u6b65\u5b50\u8fc7\u9a6c\u8def\u3002\u56e0\u4e3a\u884c\u52a8\u4e0d\u4fbf\uff0c\u8001\u4eba\u7ad9\u5728\u9a6c","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=521"};
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 () {
}
});
});
}