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=4424&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: 1744040065,
nonceStr: 'AJvHkOnTFrx2l4mu',
signature: '65482b57c7336d63ae01fef2b3154432604308d9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202106\/b36800d458608bfd28c3f088859422c1.jpg","title":"\u6cb3\u5357\u7701\u80bf\u7624\u533b\u9662:\u6297\u764c\u75c5\u623f\u91cc\uff0c\u4e3e\u529e\u4e86\u573a\u4e00\u4e2a\u4eba\u7684\u6bd5\u4e1a\u5178\u793c\u2026\u2026","smalltext":"\u4e3b\u89d2\u662f\u88ab\u7f51\u53cb\u79f0\u4e3a\u201c\u6297\u764c\u6f2b\u753b\u201d\u5973\u5b69\u7684\u6cb3\u5357\u65b0\u4e61\u59d1\u5a18\u5b59\u83b9\u8fd9\u5929\u662f\u4e13\u5c5e\u5979\u4e00\u4e2a\u4eba\u7684\u6bd5\u4e1a\u4eea\u5f0f6\u670823\u65e5\u6cb3\u5357\u7701\u80bf\u7624\u533b\u966226\u697c\u75c5\u623f\u91cc\u6cb3\u5357\u7701\u5e08\u8303\u5927\u5b66\u7f8e\u672f\u5b66\u9662\u5b66\u751f\u5b59\u83b9\u65e9\u4e0a5\u70b9\u5c31\u8d77\u5e8a\u4e86\u65e9\u65e9\u6362","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4424"};
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 () {
}
});
});
}