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=3181&classid=4&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: 1743632688,
nonceStr: '5yqCqzTwlLjbuJ6T',
signature: '9ee87cc733ee356e75d743dbb3df3313dae52d0e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u897f\u7701\u513f\u7ae5\u533b\u9662\uff1a\u5916\u79d1\u201c\u620f\u5267\u201d\u540e\u7684\u6df1\u601d-\u300a\u963f\u56fe\u533b\u751f\u7b2c\u4e00\u5b63\u300b\u8bfb\u540e\u611f","smalltext":"\u300a\u963f\u56fe\u533b\u751f\u300b\u4f5c\u8005\u963f\u56fe.\u845b\u6587\u5fb7\u4e00\u4f4d\u5e74\u8f7b\u3001\u51fa\u8eab\u533b\u5b66\u4e16\u5bb6\u3001\u6bd5\u4e1a\u4e8e\u540d\u95e8\u5b66\u9662\u7684\u65b0\u624b\u533b\u751f\uff0c\u6ee1\u6000\u62b1\u8d1f\u8fdb\u5165\u68a6\u60f3\u4e2d\u7684\u767d\u8272\u5de8\u5854,\u9010\u6b65\u6210\u957f\u4e3a\u72ec\u5f53\u4e00\u9762\u7684\u4e13\u5bb6\u3002\u5728\u4ed6\u6210\u957f\u8fc7\u7a0b\u4e2d\uff0c\u5728\u6bcf\u4e00\u4e2a\u6216\u8005\u6e29\u6696","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=3181"};
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 () {
}
});
});
}