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=3745&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: 1745109506,
nonceStr: 'P0avSHK6cNqw3u2v',
signature: '1270c175f894c51f6ada50545370b289fe4cad62',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6df1\u5733\u5e02\u4e2d\u533b\u9662\uff1a\u80be\u810f\u75c5\u60a3\u8005\u53ef\u5728\u5bb6\u900f\u6790","smalltext":"\u80be\u810f\u662f\u4eba\u4f53\u7684\u91cd\u8981\u5668\u5b98\uff0c\u5b83\u80fd\u591f\u751f\u6210\u5c3f\u6db2\uff0c\u6e05\u9664\u4eba\u4f53\u5185\u7684\u4ee3\u8c22\u4ea7\u7269\u53ca\u67d0\u4e9b\u5e9f\u7269\u3001\u6bd2\u7269\uff0c\u4fdd\u7559\u6c34\u4efd\u53ca\u5176\u4ed6\u6709\u7528\u7269\u8d28\uff0c\u4ece\u800c\u8c03\u8282\u4eba\u4f53\u5185\u6c34\u3001\u7535\u89e3\u8d28\u5e73\u8861\u53ca\u7ef4\u62a4\u9178\u78b1\u5e73\u8861\uff0c\u5bf9\u7ef4\u6301\u4eba\u4f53\u7684\u6b63\u5e38\u751f\u547d\u6d3b\u52a8\u800c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3745"};
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 () {
}
});
});
}