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=3738&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: 1745109505,
nonceStr: '0cyeKEAQvFNYggGy',
signature: '69f0706196909a47bfe92012fa864cc5328ab25a',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8fde\u4e91\u6e2f\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u59d1\u5a18\uff0c\u4f60\u6254\u4e0b\u884c\u674e\u6551\u4eba\u7684\u6837\u5b50\u771f\u7f8e","smalltext":"\u201c\u59d1\u5a18\uff0c\u4f60\u6254\u4e0b\u884c\u674e\u6551\u4eba\u7684\u6837\u5b50\u771f\u7f8e\uff01\u201d 10\u670816\u65e5\uff0c\u4e00\u5219\u201c\u59d1\u5a18\uff0c\u4f60\u6254\u4e0b\u884c\u674e\u6551\u4eba\u7684\u6837\u5b50\u771f\u7f8e\u201d\u89c6\u9891\u5728\u6296\u97f3\u91cc\u5f15\u53d1\u4f17\u4eba\u5173\u6ce8\uff0c\u4eba\u4eec\u7eb7\u7eb7\u7559\u8a00\u4e3a\u89c6\u9891\u91cc\u7ea2\u8863\u5973\u5b50\u70b9\u8d5e\u8868\u8fbe\u656c\u610f\u300210\u670816\u65e514\uff1a30\u5de6\u53f3\uff0c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3738"};
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 () {
}
});
});
}