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=3550&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: 1745119617,
nonceStr: 'ktz4Rx8r9yyGVKww',
signature: '59a9e3a8d395551a72fb189c98abe657ce323cbd',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202007\/8249eaefd2182912ded7bc2fff0f73ce.jpg","title":"\u89e3\u653e\u519b\u603b\u533b\u9662:\u7a81\u7834\u201c\u7981\u533a\u201d\u91c7\u8bbf\u9093\u7a3c\u5148","smalltext":"1986\u5e74\uff0c\u5728\u9093\u7a3c\u5148\u53bb\u4e16\u524d\u7684\u6570\u6708\u91cc\uff0c\u6211\u4f5c\u4e3a\u7b2c\u4e00\u4e2a\u8fdb\u5165\u6838\u6b66\u5668\u7814\u7a76\u201c\u7981\u533a\u201d\u91c7\u8bbf\u7684\u8bb0\u8005\uff0c\u66fe\u591a\u6b21\u548c\u9093\u7a3c\u5148\u63a5\u89e6\uff0c\u5bf9\u4ed6\u8fdb\u884c\u8bbf\u8c08\uff0c\u5e76\u4e13\u7a0b\u53bb\u4ed6\u5de5\u4f5c\u7684\u6838\u6b66\u5668\u7814\u7a76\u8bbe\u8ba1\u9662\u91c7\u8bbf\u4ed6\u7684\u4e8b\u8ff9\uff0c\u4ece\u800c\u77e5\u9053\u4e86\u5173\u4e8e","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3550"};
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 () {
}
});
});
}