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=772&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: 1746982799,
nonceStr: 'Dur2EGafRzJjACib',
signature: 'ce25b1336e43a44b6ed29bad1fc7f0dde94a1437',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/6853f6f59c308b65ca8f2b31b642faf4.jpg","title":"\u897f\u5b89\u533b\u5b66\u9662\u7b2c\u4e00\u9644\u5c5e\u533b\u9662\uff1a\u8179\u6cfb\u9669\u4e9b\u8981\u4e86\u4ed6\u7684\u547d","smalltext":"\u73b0\u5728\u4ecd\u8eba\u5728\u897f\u5b89\u533b\u5b66\u9662\u7b2c\u4e00\u9644\u5c5e\u533b\u9662\u547c\u5438\u4e0e\u5371\u91cd\u75c7\u533b\u5b66\u79d1\u7684\u5c0f\u4f19\u5b50\u5c0f\u90a2\u80af\u5b9a\u4e0d\u4f1a\u60f3\u5230\uff1a\u4e00\u4e2a\u201c\u666e\u901a\u201d \u7684\u8179\u6cfb\uff0c\u5dee\u70b9\u513f\u8ba9\u4ed6\u4e22\u4e86\u6027\u547d\u3002\u5c0f\u90a2\u4eca\u5e7432\u5c81\uff0c\u662f\u4e00\u540d\u5728\u9ad8\u65b0\u533a\u5de5\u4f5c\u7684\u9500\u552e\u5458\u3002\u524d\u6bb5\u65f6","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=772"};
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 () {
}
});
});
}