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=700&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: 1746677844,
nonceStr: 'KHrEu12PQMh00PfP',
signature: '30fc23d18bc9aae23308f55cb564e5c25d3b6b73',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/87024712f542198155ad07c7e8d3f267.jpg","title":"\u590f\u6d25\u53bf\u4eba\u6c11\u533b\u9662\uff1a\u201c\u4e92\u8054\u7f51+\u201d\u5065\u5eb7\uff0c\u4e00\u90e8\u624b\u673a\u5c31\u770b\u75c5","smalltext":"\u590f\u6d25\u53bf\u4eba\u6c11\u533b\u9662\u805a\u7126\u89e3\u51b3\u60a3\u8005\u201c\u770b\u75c5\u6392\u961f\u65f6\u95f4\u957f\u201d\u7684\u5835\u70b9\u95ee\u9898\uff0c\u79ef\u6781\u6574\u5408\u7ebf\u4e0a\u7ebf\u4e0b\u8d44\u6e90\uff0c\u4f18\u5316\u5c31\u533b\u6d41\u7a0b\uff0c\u63a8\u51fa\u201c\u7535\u5b50\u5065\u5eb7\u5361\u201d\uff0c\u8ba9\u7fa4\u4f17\u770b\u75c5\u5c31\u533b\u5c11\u7b49\u5f85\u3001\u5c11\u8dd1\u817f\u3002\r\n","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=700"};
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 () {
}
});
});
}