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=1013&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: 1747101725,
nonceStr: 'uzKsYvzNuMqEkwqk',
signature: '5bd8ecae514c9729645a0b6a25462786fbb9ce39',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/b9c203092e00f9587ef32c87f9e23e08.jpg","title":"\u5e7f\u897f\u56fd\u9645\u58ee\u533b\u533b\u9662\uff1a\u4e3e\u884c2019\u5e74\u4e2d\u56fd\u533b\u5e08\u8282\u6d3b\u52a8","smalltext":"\u201c\u6211\u548c\u6211\u7684\u7956\u56fd\uff0c\u4e00\u523b\u4e5f\u4e0d\u80fd\u5206\u5272......\u201d8\u670819\u65e5\u4e0b\u5348\uff0c\u5e7f\u897f\u56fd\u9645\u58ee\u533b\u533b\u9662\u95e8\u8bca\u5927\u5385\u5185\u6b4c\u58f0\u5639\u4eae\uff0c100\u591a\u540d\u533b\u62a4\u4eba\u5458\u6b63\u901a\u8fc7\u8fd9\u4e00\u7279\u6b8a\u7684\u65b9\u5f0f\u544a\u767d\u7956\u56fd\u3001\u5e86\u795d2019\u5e74\u4e2d\u56fd\u533b\u5e08\u8282\u3002\u5e7f\u897f\u4e2d\u533b\u836f\u5927\u5b66\u526f\u6821\u957f\u3001\u5e7f\u897f\u58ee\u533b\u533b\u9662\u9662\u957f\u8983\u88d5\u65fa\uff0c\u9662\u515a\u59d4\u4e66\u8bb0\u79e6\u7956\u6770\uff0c\u9662\u7eaa\u59d4\u4e66\u8bb0\u7f57\u827a\u5fbd\uff0c\u526f\u9662\u957f\u9ec4\u56fd\u4e1c\u3001\u5510\u76db\u519b\uff0c\u53ca\u533b\u5e08\u4ee3\u8868100\u4eba\u53c2\u52a0\u6d3b\u52a8\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1013"};
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 () {
}
});
});
}