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=905&classid=4&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: 1746120802,
nonceStr: 'h5zVvmNiAW0IPaAJ',
signature: '154f6d2cd7e314afcd277af7d6d42c8b15099a9b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/6b0d13de1366b4fc0582358efaa264ad.png","title":"\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u53f6\u6e05\u6653\uff1a\u7b03\u5b9e\u8df5\u5c65\u4e4b\u2014\u2014\u6211\u6b63\u5728\u505a\uff0c\u4f60\u61c2\u7684","smalltext":"\u7236\u4eb2\u66fe\u7ecf\u5bf9\u6211\u8bf4 \u201c\u4efb\u4f55\u4e00\u4e2a\u671d\u4ee3\u90fd\u65e0\u6cd5\u7f3a\u79bb\u6559\u80b2\u3001\u533b\u5b66\u4e0e\u901a\u8baf\uff0c\u62e5\u6709\u8fd9\u4e9b\u4e13\u4e1a\u80fd\u529b\u7684\u4eba\u4e0d\u53ef\u80fd\u5931\u4e1a\u3002\u201d\u4e8e\u662f\uff0c\u6000\u7740\u4ee5\u540e\u6709\u5de5\u4f5c\uff0c\u4e0d\u5931\u4e1a\u7684\u68a6\u60f3\uff0c\u5987\u5e7c\u4fdd\u5065\u4e13\u4e1a\u6bd5\u4e1a\u540e\u8fdb\u5165\u4e86\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=905"};
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 () {
}
});
});
}