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=6728&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: 1743747265,
nonceStr: '7psh1N998KPTi5oi',
signature: 'd1b2976ea0498d4fd36c791c781442b9c701121f',
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\u4eba\u6587\u5173\u6000\u62a4\u7406\u5728\u8840\u6db2\u900f\u6790\u60a3\u8005\u5fc3\u7406\u5e72\u9884\u4e2d\u7684\u5e94\u7528","smalltext":"\u6458\u8981\uff1a\u8840\u6db2\u900f\u6790\u4f5c\u4e3a\u4e00\u79cd\u5e38\u7528\u7684\u7ec8\u672b\u671f\u80be\u810f\u75be\u75c5\u7684\u6709\u6548\u66ff\u4ee3\u7597\u6cd5\uff0c\u88ab\u5e7f\u6cdb\u5e94\u7528\u4e8e\u80be\u8870\u7aed\u60a3\u8005\u7684\u751f\u5b58\u3002\u4f46\u7531\u4e8e\u75c5\u7a0b\u957f\uff0c\u60a3\u8005\u5f80\u5f80\u53d7\u5230\u75be\u75c5\u56e0\u7d20\u3001\u8d39\u7528\u56e0\u7d20\u3001\u751f\u7406\u56e0\u7d20\u3001\u5bb6\u5ead\u56e0\u7d20\u4ee5\u53ca\u900f\u6790\u5e76\u53d1\u75c7","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6728"};
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 () {
}
});
});
}