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=4067&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: 1746314189,
nonceStr: 'GXPteKJnzJhMfgyA',
signature: 'eb2995c6cfb057176e2b0f20f06ea819fdb897dd',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202102\/86776ea6f815f35b28cbff6e300fa827.jpg","title":"\u4e2d\u56fd\u79d1\u5b66\u6280\u672f\u5927\u5b66\u9644\u5c5e\u7b2c\u4e00\u533b\u9662\uff1a\u7231\u7684\u793c\u7269\uff0c\u8ba9\u4ed6\u4eec\u5728\u65b0\u5e74\u91cc\u83b7\u5f97\u65b0\u751f","smalltext":"\u201c\u4e00\u5b9a\u8981\u66ff\u6211\u7231\u4eba\u597d\u597d\u5730\u6d3b\u7740\uff01\u201d\u7231\u7684\u793c\u7269\uff0c\u8ba9\u4ed6\u4eec\u5728\u65b0\u5e74\u91cc\u83b7\u5f97\u65b0\u751f2\u670811\u65e5\uff0c\u519c\u5386\u9f20\u5e74\u7684\u9664\u5915\uff0c\u672c\u662f\u4e07\u5bb6\u56e2\u5706\u8f9e\u65e7\u8fce\u65b0\u7684\u65e5\u5b50\uff0c\u6ec1\u5dde\u7684\u5218\u5927\u59d0\u5374\u56e0\u4e3a\u4e00\u573a\u610f\u5916\u5bfc\u81f4\u8111\u51fa\u8840\u3002\u7ecf\u8fc7\u51e0\u5929\u7684\u62a2\u6551\uff0c\u5728","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4067"};
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 () {
}
});
});
}