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=756&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: 1749381816,
nonceStr: 'KrowSSpcguzBMgaL',
signature: '09c04bfb674f266a4d982ab327e0d17651df9301',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/a611a329280665d4f4c53087fe5d0f13.jpg","title":"\u95fd\u4e1c\u533b\u9662\uff1a\u7528\u6280\u672f\u518d\u5efa\u60a3\u8005\u201c\u751f\u547d\u7ebf\u201d","smalltext":"\u3000\u3000 \u8fd1\u65e5\uff0c\u95fd\u4e1c\u533b\u9662\u80be\u5185\u79d1\u8054\u5408\u8d85\u58f0\u533b\u5b66\u79d1\u6210\u529f\u4e3a44\u5c81\u5bff\u5b81\u5f20\u5973\u58eb\u5b8c\u6210\u5728\u8d85\u58f0\u5f15\u5bfc\u4e0b\u52a8\u9759\u8109\u5185\u7618\u72ed\u7a84\u7403\u56ca\u6269\u5f20\u672f\uff0c\u4e3a\u60a3\u8005\u518d\u5efa\u201c\u751f\u547d\u7ebf\u201d\u3002\u76ee\u524d\u5f20\u5973\u58eb\u5df2\u56de\u5f53\u5730\u533b\u9662\u7ee7\u7eed\u7ef4\u6301\u6027\u8840\u6db2\u900f","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=756"};
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 () {
}
});
});
}