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=1239&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: 1747146774,
nonceStr: 'pmaNeGZ1m9FriGjl',
signature: 'dfd60670a406d9c0e8bc1a2475e7235ffab95900',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201910\/6cb61f1cf3aa612def1a02c024316b4d.jpg","title":"\u6e56\u5357\u7701\u8d22\u8d38\u533b\u9662\uff1a\u58ee\u4e3d\u4e03\u5341\u5e74\uff0c\u6b4c\u5531\u6211\u4eec\u5bf9\u7956\u56fd\u6700\u6df1\u60c5\u7684\u544a\u767d","smalltext":"\u5728\u65b0\u4e2d\u56fd\u6210\u7acb70\u5468\u5e74\u4e4b\u9645\uff0c\u6e56\u5357\u7701\u8d22\u8d38\u533b\u9662\u7ec4\u7ec7\u7b56\u5212\u4e86\u300a\u6211\u548c\u6211\u7684\u7956\u56fd\u300b\u5feb\u95ea\u6d3b\u52a8\uff0c\u795d\u798f\u7956\u56fd70\u5468\u5e74\u534e\u8bde\uff01\u73b0\u573a\u6240\u6709\u4eba\u5458\u6fc0\u60c5\u9ad8\u4ea2\uff0c\u6b4c\u58f0\u5639\u4eae\uff0c\u6325\u52a8\u7740\u9c9c\u8273\u7684\u4e94\u661f\u7ea2\u65d7\uff0c\u7eb7\u7eb7\u878d\u5165\u5230\u6b4c\u5531\u7684\u65cb\u5f8b\u4e2d\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1239"};
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 () {
}
});
});
}