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=3116&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: 1745150549,
nonceStr: 'aCs4m0h3TNmyLMKg',
signature: 'b343f036cce1a9ebfb7d5fa0ee7d392ecad0a292',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202004\/ea8dd3a8ac99687dbca8e0af474b5b3d.jpg","title":"\u82cf\u5dde\u5e02\u5e7f\u6d4e\u533b\u9662\uff1a\u6218\u75ab\u65e5\u8bb0\uff1a\u5e73\u51e1\u7684\u4f1f\u5927","smalltext":"\u8bb2\u8ff0\u4eba\uff1a\u82cf\u5dde\u5e02\u6709\u5e7f\u6d4e\u533b\u9662\u513f\u5c11\u7cbe\u795e\u79d1\u526f\u4e3b\u4efb\u533b\u5e08\u9646\u5fc3\u4f20\u65f6\u95f4\uff1a3\u67084\u65e5\u5730\u70b9\uff1a\u6b66\u6c49\u5e02\u7b2c\u516b\u4eba\u6c11\u533b\u9662\u6211\u4eec\u5b9a\u70b9\u652f\u63f4\u533b\u9662\u2014\u6b66\u6c49\u516b\u9662\uff0c\u7ecf\u8fc7\u524d\u671f\u7684\u534f\u8c03\uff0c\u6211\u4eec\u5df2\u7ecf\u5f00\u5c55\u4e86\u7ebf\u4e0a\u7684\u5fc3\u7406\u54a8\u8be2\u548c\u8054\u7edc\u4f1a\u8bca\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3116"};
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 () {
}
});
});
}