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=4134&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: 1745056540,
nonceStr: 'f9mYfPo1WHzJPwPQ',
signature: 'fcc44ba5969af837051d9ad2559951dbb6bebd54',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202103\/35809c117458ee6fb0c657b6fb3bb0f5.jpg","title":"\u5e38\u5dde\u5e02\u513f\u7ae5\u533b\u9662\uff1a\u5973\u795e\u8282\u7528\u5feb\u95ea\u6d3b\u52a8\u81f4\u656c\u5dfe\u5e3c\u529b\u91cf","smalltext":"\u201c\u4f60\u7b11\u8d77\u6765\u771f\u597d\u770b\uff0c\u50cf\u6625\u5929\u7684\u82b1\u4e00\u6837\u201d\uff0c3\u67088\u65e5\u4e0a\u5348\uff0c\u5728\u5e38\u5dde\u5e02\u513f\u7ae5\u533b\u9662\u95e8\u8bca\u5927\u5385\u54cd\u8d77\u4e86\u751c\u7f8e\u7684\u6b4c\u58f0\uff0c\u6f14\u5458\u4eec\u4ece\u56db\u9762\u516b\u65b9\u6c47\u805a\u5230\u4e86\u5927\u5385\u4e2d\u592e\u5f00\u59cb\u8868\u6f14\u6b4c\u821e\u300a\u4f60\u7b11\u8d77\u6765\u771f\u597d\u770b\u300b\u3002\u8fd9\u662f\u5e38\u5dde\u5e02\u513f\u7ae5","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4134"};
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 () {
}
});
});
}