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=1448&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: 1747191846,
nonceStr: 'hJP2t8Hgk9brMDjd',
signature: 'da00858a01adec848413c53a14dfefb1047d3527',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201912\/f8a72c1ebd0dda5e94bdb25dc0e2d538.png","title":"\u5d4a\u5dde\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u201c\u73ab\u7470\u4e4b\u5bb6\u201d\u91cc\u7684\u56ed\u4e01\u957f ----\u8bb0\u809b\u80a0\u5916\u79d1\u62a4\u58eb\u957f\u97e9\u54f2\u82f1","smalltext":"\u201c2019\u5e745\u6708\uff0c\u6211\u5230\u5d4a\u5dde\u5e02\u4e39\u6842\u8def\u4eba\u6c11\u533b\u9662\u770b\u75c5\uff0c\u6302\u7684\u662f\u9020\u53e3\u95e8\u8bca\uff0c\u6211\u662f\u4e00\u540d\u4e73\u817a\u764c\u75c5\u4eba\uff0c\u5df2\u7ecf7\u5e74\u591a\u4e86\uff0c\u6211\u7684\u4f24\u53e3\u6e83\u70c2\u4e86\uff0c\u62a4\u58eb\u957f\u97e9\u54f2\u82f1\u8010\u5fc3\u7ec6\u81f4\u5730\u5e2e\u6211\u5305\u624e\u4f24\u53e3\uff0c\u73b0\u6211\u5df2\u7ecf\u597d\u4e86\uff0c\u6240\u4ee5\u6211\u8981\u8868\u626c\u8fd9\u4f4d\u62a4","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1448"};
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 () {
}
});
});
}