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=1605&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: 1747189607,
nonceStr: '6NbyxcsFNbn9P1cv',
signature: 'f181d745d0c44fda5852c055aeb83f3f39632d15',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202001\/91d4810f9304a896ef0e60b0f8e05898.jpg","title":"\u90d1\u5dde\u4eba\u6c11\u533b\u9662\uff1a\u770b\u4e86\u300a\u751f\u547d\u7684\u6e34\u671b\u300b\uff0c\u4ed6\u4eec\u6d41\u6cea\u4e86","smalltext":"\u8fd1\u65e5\uff0c\u4e00\u6761\u516b\u5206\u949f\u89c6\u9891\u77ed\u7247\u300a\u751f\u547d\u7684\u6e34\u671b\u300b\uff0c\u4ee5\u5176\u5bf9\u5c3f\u6bd2\u75c7\u60a3\u8005\u7684\u5173\u6ce8\u548c\u6e29\u60c5\u89c6\u89d2\uff0c\u5237\u7206\u90d1\u5dde\u4eba\u6c11\u533b\u9662\u7684\u670b\u53cb\u5708\u3002\u5c3f\u6bd2\u75c7\u60a3\u8005\u662f\u4e00\u4e2a\u7279\u6b8a\u7684\u4eba\u7fa4\uff0c\u9700\u8981\u80be\u79fb\u690d\u624d\u80fd\u6839\u6cbb\u81ea\u5df1\u7684\u75be\u75c5\u3002\u800c\u80be\u79fb\u690d\u5374","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1605"};
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 () {
}
});
});
}