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=6727&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: 1743703414,
nonceStr: 'puXXeorM9TSSHNXZ',
signature: 'a363860998f8a56dd5db968e012c46df2bf28c07',
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\u4ece\u7ec6\u8282\u5904\u89c1\u6e29\u5ea6\uff0c\u4ece\u70b9\u6ef4\u4e2d\u5b9a\u6210\u8d25","smalltext":"\u968f\u7740\u793e\u4f1a\u7684\u8fdb\u6b65\u548c\u533b\u7597\u536b\u751f\u4e8b\u4e1a\u7684\u53d1\u5c55\uff0c\u4eba\u4eec\u5bf9\u4e8e\u5065\u5eb7\u7684\u5173\u6ce8\u4e0e\u9700\u6c42\u4e5f\u8d8a\u6765\u8d8a\u9ad8\uff0c\u65e2\u5e0c\u671b\u5f97\u5230\u4f18\u8d28\u9ad8\u6548\u7684\u670d\u52a1\uff0c\u4e5f\u5e0c\u671b\u83b7\u5f97\u8212\u9002\u3001\u6e29\u99a8\u7684\u5c31\u8bca\u73af\u5883\u3002\u8fd1\u5e74\u6765\uff0c\u5e73\u660c\u53bf\u4eba\u6c11\u533b\u9662\u59cb\u7ec8\u575a\u6301\u4ee5\u75c5\u4eba\u4e3a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6727"};
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 () {
}
});
});
}