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=3480&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: 1745135385,
nonceStr: 'B0GHP2IluFHlSPuu',
signature: '86c7fd46200be4e26a2750fa42ae58e494347c12',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9999\u6e2f\u5927\u5b66\u6df1\u5733\u533b\u9662:\u8de8\u8d8a\u6d77\u5ce1\u51b2\u523a30\u5c0f\u65f6\uff0c\u53f0\u6e7e\u540c\u80de\u9aa8\u9ad3\u6210\u529f\u633d\u655138\u5c81\u6df1\u5733\u7537\u5b50","smalltext":"\u5357\u65b9\u7684\u6df1\u5733\uff0c7\u6708\uff0c\u9a84\u9633\u4f3c\u706b\u3002\u5bf9\u4e8e\u5e74\u8fd1\u56db\u5341\u7684\u6234\u6df1\uff08\u5316\u540d\uff09\u6765\u8bf4\uff0c\u5373\u4f7f\u662f\u706b\u70ed\u7684\u590f\u5929\uff0c\u5728\u7bee\u7403\u573a\u4e0a\u5954\u8dd1\u3001\u6325\u6c57\u5982\u96e8\uff0c\u5c31\u662f\u4e00\u5929\u4e2d\u6700\u75db\u5feb\u6dcb\u6f13\u7684\u65f6\u523b\u3002\u7136\u800c\uff0c\u5c31\u5728\u4e00\u5e74\u591a\u524d\uff0c\u6b63\u503c\u9752\u58ee\u4e4b\u5e74\u3001\u5e73\u65f6\u7ecf\u5e38\u8dd1\u6b65","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3480"};
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 () {
}
});
});
}