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=4094&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: 1745056629,
nonceStr: 'RpkFEvO8YXgWIJUU',
signature: '47d84a0da931d671647e1ba59beb209fd15cc17f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202102\/ef6884846e29985e45e446d2d8261bc0.jpg","title":"\u6c49\u4e2d\u5e02\u9547\u5df4\u53bf\u4e2d\u533b\u9662\uff1a\u541b\u5b50\u5170\u80cc\u540e\u7684\u6545\u4e8b","smalltext":"\u201c\u6211\u7231\u517b\u82b1\uff0c\u541b\u5b50\u5170\u8c61\u5f81\u7740\u575a\u5f3a\u521a\u6bc5\u3001\u5bcc\u8d35\u5409\u7965\u548c\u54c1\u8d28\u9ad8\u5c1a\u3002\u5927\u8fc7\u5e74\u7684\uff0c\u4f60\u4eec\u50cf\u5b50\u5973\u4e00\u6837\u7167\u987e\u6211\uff0c\u592a\u611f\u8c22\u4f60\u4eec\u4e86\uff01\u6211\u65e0\u4ee5\u4e3a\u62a5\uff0c\u53ea\u80fd\u9001\u4e00\u76c6\u541b\u5b50\u5170\uff0c\u611f\u8c22\u4f60\u4eec\u6625\u8282\u671f\u95f4\u7684\u5475\u62a4\u3002\u201d2\u670822\u65e5\u4e00\u5927\u65e9\uff0c\u6765\u81ea\u9547\u5df4\u53bf\u4e09\u5143\u954779\u5c81\u7684\u6768\u5976\u5976\u62c9\u7740\u9547\u5df4\u53bf\u4e2d\u533b\u9662\u5185\u4e00\u79d1\u4e3b\u4efb\u949f\u8fd0\u715c\u548c\u62a4\u58eb\u957f\u674e\u9526\u745e\u7684\u624b\uff0c\u628a\u4e24\u76c6\u541b\u5b50\u5170\u9c9c\u82b1\u653e\u5230\u4ed6\u4eec\u624b\u91cc\uff0c\u4e00\u4e2a\u52b2\u5730\u8bf4\u7740\u8c22\u8c22\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4094"};
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 () {
}
});
});
}