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=4395&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: 1744970184,
nonceStr: 'YeKhuuy5GCFpYL08',
signature: 'd8e177973e087bbd00a37a6585ac38baf41026aa',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202106\/fe18c8526122c06ad24e08844c7817e2.jpg","title":"\u6709\u5956\u5f81\u7a3f\u901a\u77e5\uff1a\u5e86\u795d\u5efa\u515a100\u5468\u5e74\u5927\u578b\u7cfb\u5217\u4e3b\u9898\u65b0\u95fb\u62a5\u9053","smalltext":"\u767e\u5e74\u594b\u8fdb \u533b\u5fc3\u5411\u515a\u4e2d\u56fd\u533b\u9662\u4eba\u6587\u7ba1\u7406\u8424\u706b\u866b\u8ba1\u5212\u4e4b\u5e86\u795d\u5efa\u515a100\u5468\u5e74\u5927\u578b\u7cfb\u5217\u4e3b\u9898\u65b0\u95fb\u62a5\u9053\u6709\u5956\u5f81\u7a3f\u901a\u77e5\u4e3a\u5e86\u795d\u4e2d\u56fd\u5171\u4ea7\u515a\u6210\u7acb100\u5468\u5e74\uff0c\u4f20\u64ad\u4e2d\u56fd\u533b\u7597\u536b\u751f\u7cfb\u7edf\u7684\u7ea2\u8272\u57fa\u56e0\uff0c\u7531\u4e2d\u56fd\u751f\u547d","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4395"};
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 () {
}
});
});
}