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=4892&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: 1744318587,
nonceStr: 'W7G0euuV1J3CAHvH',
signature: '6f88715de506d4b56cb98f17fa3f0898be9d6756',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202109\/5d8edc70edcd883509a1539d999b4217.jpg","title":"\u67f3\u5dde\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u5efa\u201c\u6e29\u99a8\u5c0f\u7ad9\u201d \uff0c\u8ba9\u56f0\u96be\u60a3\u8005\u5bb6\u5c5e\u53ef\u514d\u8d39\u5165\u4f4f","smalltext":"\u4e3a\u63a8\u8fdb\u515a\u53f2\u5b66\u4e60\u6559\u80b2\u6709\u6df1\u5ea6\u6709\u529b\u5ea6\u3001\u51fa\u58f0\u52bf\u51fa\u4eae\u70b9\u3001\u89c1\u6210\u679c\u89c1\u5b9e\u6548\uff0c\u4eca\u5e747\u6708\u5e95\uff0c\u67f3\u5dde\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u67f3\u4e1c\u5206\u9662\u201c\u6e29\u99a8\u5c0f\u7ad9\u201d\u5efa\u6210\u542f\u7528\uff0c\u4e3a\u5916\u5730\u53ca\u56f0\u96be\u60a3\u8005\u5bb6\u5c5e\u63d0\u4f9b\u514d\u8d39\u4f4f\u5bbf\u3002\u533b\u9662\u53d8\u6210\u201c\u6696\u5fc3","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4892"};
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 () {
}
});
});
}