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=6750&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: 1743632888,
nonceStr: 'WFwyWC2xBliREN3R',
signature: 'cc41f6ccfe340157f6544c6772506210f3cc6b40',
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\u201c\u7389\u5170\u201d\u6587\u5316\u8d4b\u80fd\u533b\u9662\u9ad8\u8d28\u91cf\u53d1\u5c55","smalltext":"\u8fc8\u5165\u65b0\u5f81\u7a0b\uff0c\u516c\u7acb\u533b\u9662\u88ab\u8d4b\u4e88\u4e86\u4ee5\u9ad8\u8d28\u91cf\u53d1\u5c55\u4e3a\u4e2d\u56fd\u5f0f\u73b0\u4ee3\u5316\u63d0\u4f9b\u575a\u5b9e\u5065\u5eb7\u4fdd\u969c\u7684\u91cd\u4efb\uff0c\u6211\u4eec\u7684\u62c5\u5b50\u5f88\u91cd\uff0c\u65e2\u8981\u505a\u5230\u7fa4\u4f17\u6ee1\u610f\uff0c\u4e5f\u8981\u505a\u5230\u5458\u5de5\u6ee1\u610f\uff0c\u5f53\u7136\uff0c\u8fd8\u8981\u505a\u5230\u653f\u5e9c\u6ee1\u610f\u3002\u5728\u8fd9\u6837\u7684\u5927\u80cc\u666f\u4e0b\uff0c\u4e0d","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6750"};
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 () {
}
});
});
}