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=2701&classid=12&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: 1743764888,
nonceStr: 'uYNHIgNlRGklxlfr',
signature: 'cb18606c756141fc74f14a070fb68f527771f943',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5b89\u5fbd\u7701\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u200b\u590f\u9e4f\u7a0b\uff1a\u5168\u9762\u6297\u201c\u75ab\u201d\u5c55\u521d\u5fc3","smalltext":"\u590f\u9e4f\u7a0b\uff0c\u4e2d\u5171\u515a\u5458\uff0c\u672c\u79d1\u5b66\u5386\uff0c\u7855\u58eb\u5b66\u4f4d\uff0c\u9ad8\u7ea7\u653f\u5de5\u5e08\u3002\u5b89\u5fbd\u7701\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u5ba3\u4f20\u7edf\u6218\u90e8\u4e3b\u4efb\u3002\u591a\u5e74\u6765\uff0c\u4ed6\u5bf9\u81ea\u5df1\u4ece\u4e8b\u7684\u533b\u7597\u536b\u751f\u5ba3\u4f20\u4e8b\u4e1a\u5145\u6ee1\u7740\u5fe0\u8bda\uff0c\u4e3a\u533b\u9662\u65b0\u95fb\u5ba3\u4f20\u3001\u54c1\u724c\u94f8\u9020\u53ca\u6587\u5316\u5efa\u8bbe\u7b49\u65b9","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2701"};
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 () {
}
});
});
}