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=4567&classid=11&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: 1743764874,
nonceStr: 'wVXavdgiM4u3cclS',
signature: 'a55bf221b92f480ece2010ecddf463718868af36',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202108\/a3d83afb6718891b34c7242cc2ba267d.jpg","title":"\u6b66\u6c49\u5927\u5b66\u4e2d\u5357\u533b\u9662-\u575a\u6301\u4e3a\u764c\u75c7\u665a\u671f\u60a3\u8005\u8d34\u5fc3\u670d\u52a120\u5e74","smalltext":" \u201c\u5b81\u517b\u9662\u201d\u662f\u674e\u5609\u8bda\u5148\u751f\u5021\u5bfc\u3001\u547d\u540d\u548c\u6350\u8d44\u521b\u7acb\u7684\u3001\u514d\u8d39\u4e3a\u8d2b\u56f0\u7684\u665a\u671f\u764c\u75c7\u60a3\u8005\u63d0\u4f9b\u9547\u75db\u6cbb\u7597\u3001\u62a4\u7406\u6307\u5bfc\u3001\u5fc3\u7406\u53ca\u54c0\u4f24\u652f\u6301\u3001\u793e\u4f1a\u8d44\u6e90\u94fe\u63a5\u3001\u4e49\u5de5\u670d\u52a1\uff0c\u4ee5\u53ca\u5f00\u5c55\u4e34\u7ec8\u5173\u6000\u77e5\u8bc6\u7684\u5ba3\u4f20","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4567"};
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 () {
}
});
});
}