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=6472&classid=14&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: 1743764645,
nonceStr: '7M0867J7nrvxEvUp',
signature: '05cb8a19e08b5a3acd87696b96065bbe93ebd442',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u8ba9\u7231\u8d70\u8fdb\u5185\u5fc3\uff0c\u9a71\u6563\u9634\u973e","smalltext":"\u4e00\u5927\u65e9\u5c31\u542c\u540c\u4e8b\u4eec\u8bf432\u5e8a\u6765\u4e86\u4e2a\u6781\u54c1\u5927\u53d4\uff0c\u662f\u4e2a\u8b66\u5bdf\uff0c\u4f46\u662f\u65e0\u6bd4\u5201\u94bb\u53e4\u602a\uff0c\u7279\u96be\u4f3a\u5019\u3002\u4eca\u5929\u7531\u6211\u53bb\u7ed9\u8fd9\u4f4d\u6781\u54c1\u5927\u53d4\u8f93\u6db2\uff0c\u540c\u4e8b\u4eec\u7acb\u9a6c\u8c08\u864e\u8272\u53d8\u5e76\u518d\u4e09\u53ee\u5631\u6211\u5c0f\u5fc3\uff0c\u8981\u662f\u88ab\u9a82\u4e86\u8d76\u7d27\u51fa\u6765\u6362\u4eba\uff0c\u8bf4\u4ed6\u4eca","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6472"};
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 () {
}
});
});
}