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=1078&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: 1747125368,
nonceStr: 'z8TxALKlHoRKSRGn',
signature: '1f61276974bed0aa5ca4ce1ce2af788152ff8113',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201909\/ec1381c8bd436e54da9b8480f65fedcf.jpg","title":"\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u4e00\u7897\u78e8\u83c7\u9171\uff0c\u5dee\u70b9\u8981\u4e86\u8fd9\u5bf9\u8001\u592b\u59bb\u7684\u547d","smalltext":"\u4eca\u5e74\u54b1\u4eec\u5927\u961c\u65b0\u7684\u96e8\u6c34\u7279\u522b\u52e4\u5feb\uff0c\u522b\u8bf4\u690d\u88ab\u8302\u5bc6\u7684\u5730\u65b9\uff0c\u5c0f\u533a\u7684\u8349\u4e1b\u91cc\u90fd\u80fd\u968f\u5904\u53ef\u89c1\u751f\u547d\u529b\u8302\u76db\u7684\u8611\u83c7\u3002\u5c0f\u7f16\u7684\u670b\u53cb\u5708\u3001\u5bb6\u5ead\u7fa4\u91cc\u51e0\u4e4e\u5929\u5929\u90fd\u80fd\u770b\u5230\u957f\u8f88\u4eec\u6652\u81ea\u5df1\u91c7\u8611\u83c7\u7684\u6210\u679c\u3002\u6b63\u56e0\u4e3a\u8fd9","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1078"};
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 () {
}
});
});
}