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=1890&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: 1747147181,
nonceStr: 'Lq6Ir9CJxlt2yn66',
signature: '52fb679b84eacbc0d98d36342bfa6dfc6fcdbb02',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/91ec6cce2938f537f3818099bc844883.jpg","title":"\u5b89\u5fbd\u7701\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u522b\u6837\u9635\u5730\u3001\u4e00\u6837\u6218\u6597","smalltext":"\u81ea\u6253\u54cd\u75ab\u60c5\u9632\u63a7\u6218\u4ee5\u6765\uff0c\u5b89\u5fbd\u7701\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u59cb\u7ec8\u575a\u6301\u628a\u4eba\u6c11\u7fa4\u4f17\u7684\u751f\u547d\u5b89\u5168\u653e\u5728\u7b2c\u4e00\u4f4d\uff0c\u5168\u529b\u505a\u597d\u9632\u63a7\u5de5\u4f5c\uff0c\u5728\u524d\u671f\u5355\u72ec\u5212\u5206\u53d1\u70ed\u95e8\u8bca\u7684\u57fa\u7840\u4e0a\u7d27\u6025\u817e\u7a7a\u4e2d\u533b\u79d1\u75c5\u533a\uff0c\u589e\u8bbe\u611f\u67d3\u4e8c\u75c5\u533a\uff0c\u53ca\u65f6\u5206","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1890"};
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 () {
}
});
});
}