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=2434&classid=12&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: 1746164796,
nonceStr: '59By2ZCsrX0Xh8Sj',
signature: '19979300e8ca0c90eba350450bc4da63aba37a6f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5357\u4eac\u9f13\u697c\u533b\u9662\u96c6\u56e2\u4eea\u5f81\u533b\u9662\u8303\u5143\u6b23\uff1a\u5b88\u533b\u8005\u521d\u5fc3\uff0c\u62c5\u5065\u5eb7\u4f7f\u547d","smalltext":"\u5357\u4eac\u9f13\u697c\u533b\u9662\u96c6\u56e2\u4eea\u5f81\u533b\u9662\u515a\u59d4\u526f\u4e66\u8bb0\u8303\u5143\u6b23,\u5728\u65b0\u65f6\u4ee3\u80cc\u666f\u4e0b\uff0c\u5177\u6709\u8f83\u5f3a\u7684\u4eba\u6587\u54c1\u724c\u610f\u8bc6\uff0c\u52a1\u5b9e\u521b\u65b0\uff0c\u6210\u6548\u660e\u663e\u3002\u8fd1\u5e74\u6765\uff0c\u4ed6\u575a\u6301\u4ee5\u515a\u5efa\u5f15\u9886\u3001\u4ee5\u5404\u79cd\u6d3b\u52a8\u4e3a\u8f7d\u4f53\uff0c\u5168\u65b9\u4f4d\u52a0\u5f3a\u533b\u9662\u4eba\u6587\u5efa\u8bbe\uff0c\u8ba9","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2434"};
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 () {
}
});
});
}