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=3271&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: 1745151069,
nonceStr: 'LWflbHzpGS64VPJC',
signature: 'cffbb80fc5de450f16d655b104645a99d4801534',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\uff1a \u6297\u75ab\u6276\u8d2b\u4e24\u4e0d\u8bef \u5e94\u533b\u6e29\u6696\u5165\u519c\u6237","smalltext":"\u3000\u30002020\u5e74\u662f\u51b3\u80dc\u5168\u9762\u5c0f\u5eb7\u3001\u51b3\u6218\u8131\u8d2b\u653b\u575a\u6536\u5b98\u4e4b\u5e74\u30025\u670813\u65e5\u4e0b\u5348\uff0c\u5e02\u4eba\u6c11\u533b\u9662\u9662\u957f\u9b4f\u654f\u6765\u5230\u9648\u6cb3\u9547\u5f20\u5480\u6751\u540c\u6211\u9662\u6276\u8d2b\u9a7b\u6751\u5e72\u90e8\u4e00\u8d77\u5f00\u5c55\u5165\u6237\u8d70\u8bbf\u5e2e\u6276\u6d3b\u52a8\u3002\u3000\u3000\u6625\u672b\u590f\u521d\u7684\u4e94\u6708\uff0c\u767e\u82b1","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3271"};
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 () {
}
});
});
}