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=212&classid=13&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: 1746165642,
nonceStr: 'zBjtyHV40PpdyrDR',
signature: '8c73a4010d62079d7005d646dc79bf01b4f73cfb',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/d1d33bd6b9e52e9e2424b847e7ccc5af.jpg","title":"\u67f3\u5dde\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u60f3\u628a\u6211\u5531\u7ed9\u4f60\u542c","smalltext":"\u67f3\u5dde\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff08\u67f3\u5dde\u5e02\u513f\u7ae5\u533b\u9662\u3001\u67f3\u5dde\u5e02\u5987\u4ea7\u533b\u9662\u3001\u67f3\u5dde\u5e02\u5987\u5e7c\u4fdd\u5065\u8ba1\u5212\u751f\u80b2\u670d\u52a1\u4e2d\u5fc3\uff09\u521b\u5efa\u4e8e1958\u5e74\uff0c\u662f\u4e00\u6240\u96c6\u4fdd\u5065\u3001\u533b\u7597\u3001\u79d1\u7814\u3001\u6559\u5b66\u4e3a\u4e00\u4f53\u7684\u4e09\u7ea7\u7532\u7b49\u5987\u5e7c\u4fdd\u5065\u673a\u6784\uff0c\u533b\u9662\u7684\u4e24\u4e2a\u9662","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=212"};
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 () {
}
});
});
}