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=6711&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: 1743904881,
nonceStr: 'R4GRPzWnMWnYXKBQ',
signature: '6eddea58d50e24842dc8abcbc7dd02aec606861f',
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\u575a\u5b88\u7684\u529b\u91cf","smalltext":"\u51ac\u53bb\u6625\u6765\uff0c\u65f6\u95f4\u5728\u7f57\u76d8\u8f6c\u4e86\u4e00\u5708\u53c8\u4e00\u5708\uff0c\u4ece\u6765\u6ca1\u6709\u4efb\u4f55\u4eba\u3001\u4efb\u4f55\u4e8b\u80fd\u633d\u7559\u5b83\u534a\u6b65\u3002\u4e00\u4e2a\u4eba\u5728\u6700\u540e\u7684\u51e0\u5206\u949f\u91cc\u4e5f\u8bb8\u53ea\u60f3\u518d\u89c1\u4e00\u89c1\u4ed6\u7559\u604b\u7684\u4eb2\u4eba\uff0c\u4e5f\u8bb8\u53ea\u60f3\u518d\u62ac\u5934\u770b\u770b\u7a97\u5916\u7684\u6e5b\u84dd\u7684\u5929\u7a7a\uff0c\u53c8\u6216\u8005\u4ece","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6711"};
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 () {
}
});
});
}