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=2670&classid=13&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: 1743764654,
nonceStr: '96SgorV0ASbLKYER',
signature: 'f1998c554599a382837a82b1dc1e536067b7b220',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662\u80bf\u7624\u5185\u79d1\uff1a\u4f9d\u6258\u96c4\u5b89\uff0c\u8d70\u5411\u4e16\u754c","smalltext":"1\u3001\u63d0\u5347\u81ea\u8eab\u5b9e\u529b\u63a8\u52a8\u533a\u57df\u8bca\u7597\u540c\u8d28\u5316\uff0c\u6269\u5927\u5b66\u672f\u5f71\u54cd\u529b\uff081\uff09\u63d0\u5347\u6211\u9662\u80bf\u7624\u5185\u79d1\u5b66\u672f\u5730\u4f4d\uff0c\u5e26\u9886\u6211\u5e02\u80bf\u7624\u5185\u79d1\u754c\u518d\u6b21\u51b2\u51fa\u6cb3\u5317\u3001\u8d70\u5411\u5168\u56fd\u5b66\u672f\u5e73\u53f0\u8fd1\u5e74\u6765\uff0c\u4e00\u65b9\u9762\u9080\u8bf7\u4e1a\u754c\u5185\u77e5\u540d\u4e13\u5bb6\u81f3\u6211\u9662\u53c2\u52a0","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2670"};
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 () {
}
});
});
}