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=4554&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: 1744317792,
nonceStr: 'TmaR7CZzj06JD7oe',
signature: '7aab002d402f1e09e7d72afe2ee15b3061b7da78',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202107\/43241d5d01e3cbd1dfdfd86c313a64af.png","title":"\u666e\u6d31\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u8ba9\u8336\u9999\u6d78\u6da6\u5fc3\u7075 \u7528\u6587\u5316\u5851\u9020\u54c1\u724c","smalltext":"\u666e\u6d31\u662f\u4e00\u4e2a\u4eab\u6709\u201c\u5929\u8d50\u666e\u6d31\uff0c\u4e16\u754c\u8336\u6e90\u201d\u7b49\u7f8e\u8a89\u7684\u751f\u6001\u7eff\u6d32\uff0c\u6709\u7740\u5e95\u8574\u6df1\u539a\u7684\u666e\u6d31\u8336\u6587\u5316\u548c\u8336\u9a6c\u53e4\u9053\u6587\u5316\u3002\u4e3a\u5f18\u626c\u666e\u6d31\u8336\u6587\u5316\uff0c\u5e76\u4ee5\u6587\u5316\u7684\u529b\u91cf\u89c4\u8303\u5458\u5de5\u7684\u804c\u4e1a\u884c\u4e3a\uff0c\u6fc0\u53d1\u5458\u5de5\u7684\u5949\u732e\u70ed\u60c5\uff0c\u5f62\u6210","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4554"};
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 () {
}
});
});
}