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=2214&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: 1749418240,
nonceStr: 'CKleLnfGuolK8Ys2',
signature: '5e2a7317db5f22d851795d233eeeafa749026b01',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202003\/5af6105ec651eda80ab3afd51217c2bc.jpg","title":"\u897f\u5b89\u4ea4\u901a\u5927\u5b66\u7b2c\u4e00\u9644\u5c5e\u533b\u9662\uff1a\u6821\u56ed\u5982\u4f55\u9632\u75ab\uff1f\u300a\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u80ba\u708e\u6821\u56ed\u9632\u62a4\u624b\u518c\u300b\u95ee\u4e16","smalltext":"\u9488\u5bf9\u89c4\u6a21\u5e9e\u5927\u7684\u5e08\u751f\u7fa4\u4f53\u548c\u76f8\u5bf9\u96c6\u4e2d\u5c01\u95ed\u7684\u6821\u56ed\u73af\u5883\uff0c\u5982\u4f55\u505a\u597d\u5404\u7ea7\u5e08\u751f\u7684\u75ab\u60c5\u9632\u63a7\u5de5\u4f5c\uff0c\u65e0\u7591\u5173\u7cfb\u91cd\u5927\u30022\u670824\u65e5\uff0c\u6559\u80b2\u90e8\u5bf9\u505a\u597d\u6559\u80b2\u7cfb\u7edf\u75ab\u60c5\u9632\u63a7\u3001\u6709\u5e8f\u63a8\u8fdb\u5f53\u524d\u6559\u80b2\u5de5\u4f5c\u4f5c\u51fa\u90e8\u7f72\uff0c\u8981\u6c42","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2214"};
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 () {
}
});
});
}