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=1505&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: 1747189262,
nonceStr: 'B0zV4V7FeNgiD7lW',
signature: 'c109a9db683e2c322d7d144e8e3fa89eb2a5e388',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201912\/f5741567986796c9f938d52cc837f262.jpg","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662 \uff1a6\u5c81\u5973\u5b69\u611f\u5192\u81f4\u5fc3\u808c\u708e\u9669\u4e9b\u81f4\u547d \u533b\u52a1\u4eba\u5458\u5168\u529b\u62a2\u6551\u6218\u80dc\u75c5\u9b54","smalltext":"\u4e00\u6b21\u611f\u5192\u9669\u4e9b\u8981\u4e86\u4e00\u4f4d\u5c0f\u5973\u5b69\u7684\u547d\uff0c\u8fd9\u5728\u5e38\u4eba\u542c\u8d77\u6765\u532a\u5937\u6240\u601d\u7684\u4e8b\u60c5\u5c31\u53d1\u751f\u5728\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff0c\u4e00\u573a\u751f\u4e0e\u6b7b\u7684\u640f\u6597\u5728\u533b\u751f\u548c\u6b7b\u795e\u4e2d\u5c55\u5f00\uff0c\u7ecf\u8fc7\u60ca\u5fc3\u52a8\u9b422\u5c0f\u65f6\u7684\u201c\u62c9\u952f\u6218\u201d\uff0c\u6700\u7ec8\u533b\u52a1\u4eba\u5458\u6218\u80dc","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1505"};
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 () {
}
});
});
}