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=1287&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: 1747170135,
nonceStr: 'DYfgvKkSHYn6jpJk',
signature: 'c29b2059bafde360094b0082a056a85d201882bd',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201910\/a6d800166062b2052fd44daf1fafe8e5.jpg","title":"\u6e56\u5357\u7701\u4eba\u6c11\u533b\u9662\uff1a\u5e7f\u573a\u821e\u201c\u5927\u5988\u201d\u8fde\u8f6c\u516d\u5708\u6454\u5012\uff0c\u53d6\u5927\u817f\u97e7\u5e26\u79fb\u690d\u5230\u819d\u76d6","smalltext":" \u5e7f\u573a\u821e\u5df2\u7ecf\u6210\u4e3a\u5f53\u4eca\u4e2d\u56fd\u666e\u53ca\u7387\u6700\u9ad8\u7684\u5168\u6c11\u5065\u8eab\u8fd0\u52a8\uff0c\u4ece\u57ce\u5e02\u5230\u4e61\u6751\u904d\u5e03\u5e7f\u573a\u821e\u5927\u5988\u3002\u4e0e\u5176\u4ed6\u8fd0\u52a8\u9879\u76ee\u4e00\u6837\uff0c\u5e7f\u573a\u821e\u786e\u5b9e\u80fd\u8d77\u5230\u8fd0\u52a8\u953b\u70bc\u7684\u4f5c\u7528\uff0c\u4f46\u5f04\u4e0d\u597d\u4e5f\u4f1a\u9020\u6210\u8fd0\u52a8\u635f\u4f24\u3002\u6e56\u5357\u6c38\u5dde\u7684","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1287"};
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 () {
}
});
});
}