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=3608&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: 1745118955,
nonceStr: 'nQOV5xbbplFbYUuD',
signature: 'e6690c816a301cd2d5d0caaddc14b4919430f773',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202008\/a0f1cbde914773c1954f5d76862cdeb0.jpg","title":"\u9752\u5c9b\u5e02\u5e02\u7acb\u533b\u9662\uff1a\u4e3a\u533b\u751f\u4e3e\u529e\u7701\u5185\u9996\u4e2a\u533b\u5b66\u6f2b\u753b\u5c55","smalltext":"\u201c\u8fd9\u753b\u7684\u662f\u90b5\u4e3b\u4efb\uff0c\u8fd9\u662f\u62a4\u58eb\u957f\uff0c\u4e00\u773c\u5c31\u80fd\u8ba4\u51fa\u6765\u3002\u201d\u201c\u50cf\u3001\u771f\u50cf\uff0c\u795e\u6001\u6293\u7684\u7279\u522b\u5230\u4f4d\uff01\u201d8\u670819\u65e5\u6e05\u6668\uff0c\u9752\u5c9b\u5e02\u5e02\u7acb\u533b\u9662\u4e1c\u9662B\u697c\u56db\u5341\u7c73\u7684\u957f\u5eca\u91cc\u805a\u96c6\u4e86\u4e0d\u5c11\u533b\u62a4\u4eba\u5458\u548c\u60a3\u8005\uff0c\u4ed6\u4eec\u6b63\u5728\u9a7b\u8db3\u6b23\u8d4f\u7740","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3608"};
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 () {
}
});
});
}