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=5013&classid=24&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: 1746108616,
nonceStr: '2BVTHJkwAi68cnGA',
signature: 'a492aff8c4726ecc9f392ff73e7712ea2dfa5b5a',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202110\/6301e5845a6de1e255d901720b564b52.jpg","title":"\u3010\u9f13\u638c\u3011\u4e2d\u56fd\u533b\u9662\u4eba\u6587\u7ba1\u7406\u8424\u706b\u866b\u8ba1\u5212\u66a82021\u5e74\u5168\u56fd\u533b\u9662\u4eba\u6587\u7ba1\u7406\u8def\u6f14\u5f81\u6587\u83b7\u5956\u540d\u5355","smalltext":"\u6cb3\u5357\u7701\u76f4\u7b2c\u4e09\u4eba\u6c11\u533b\u9662 \u5180\u6167\u4e3d \u300a\u70b9\u71c3\u60c5\u611f\u706b\u82b1 \u611f\u53d7\u4eba\u6587\u60c5\u6000\u300b\u5fb7\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662 \u4f55\u6625\u6885 \u300a\u533b\u5b66\u4eba\u6587\u6e90\u4e8e\u4f53\u9a8c\u7684\u53d1\u95ee\u4e0e\u8ffd\u601d\u300b\u6606\u5c71\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662 \u9676\u5a1f \u300a\u4e0d\u5230\u6210\u90fd\uff0c\u600e\u77e5\u4eba\u6587\u5982","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=24&id=5013"};
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 () {
}
});
});
}