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=6520&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: 1743703350,
nonceStr: 'a7l3jVL1aVZPOnPR',
signature: '79054478a12ac2758e7ec28a5264fe1ecd7a6613',
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\u884c\u800c\u4e0d\u8f8d\uff0c\u672a\u6765\u53ef\u671f","smalltext":"\u80cc\u666f\uff1a\u56f4\u7ed5\u7740\u9ad8\u8d28\u91cf\u533b\u9662\u5efa\u8bbe\u7684\u7406\u5ff5\u521b\u65b0\u3001\u4f53\u7cfb\u5347\u7ef4\u3001\u7ba1\u7406\u589e\u6548\uff0c\u52a0\u5feb\u63a8\u52a8\u533b\u9662\u7cbe\u7ec6\u5316\u7ba1\u7406\u7684\u843d\u5730\uff0c\u5168\u9762\u63d0\u9ad8\u533b\u9662\u6574\u4f53\u8fd0\u8425\u6548\u7387\uff0c\u63d0\u5347\u65b0\u65f6\u671f\u533b\u9662\u5efa\u8bbe\u4e0e\u9ad8\u8d28\u91cf\u53d1\u5c55\u6c34\u5e73\u662f\u6446\u5728\u6211\u4eec\u773c\u524d\u7684\u547d\u9898","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6520"};
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 () {
}
});
});
}