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=1529&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: 1747203456,
nonceStr: 'Ka5xgoQRWtyiHloi',
signature: 'e88352944fed8fd1cac802d1618fca84e4072d47',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201912\/b025689b36a338974907ac09528fc74f.jpg","title":"\u67f3\u5dde\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u5065\u5eb7\u6276\u8d2b\u60e0\u6c11\u75c5\u623f\u4e3a\u8d2b\u56f0\u8001\u767e\u59d3\u89e3\u5fe7","smalltext":"\u201c\u4f4f\u9662\u4e0d\u7528\u4ea4\u94b1\uff0c\u4e2d\u5348\u8fd8\u6709\u70ed\u996d\u5403\uff01\u201d2019\u5e7412\u670820\u65e5\uff0c\u5728\u4e09\u6c5f\u4f97\u65cf\u81ea\u6cbb\u53bf\u53e4\u5b9c\u9547\u536b\u751f\u9662\uff08\u4e09\u6c5f\u53bf\u5987\u5e7c\u4fdd\u5065\u9662\u53e4\u5b9c\u5206\u9662\uff09\u5065\u5eb7\u6276\u8d2b\u60e0\u6c11\u75c5\u623f\u91cc\uff0c\u5e74\u8fc7\u4e03\u65ec\u7684\u6768\u963f\u5a46\u7b11\u563b\u563b\u5730\u8bf4\uff0c\u5728\u8fd9\u4f4f\u9662\uff0c\u4e0d\u4ec5\u514d\u4f4f\u9662\u8d39","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1529"};
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 () {
}
});
});
}