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=2875&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: 1744242597,
nonceStr: 'uxW7UcrURHnuOBxx',
signature: 'b0c4326e12b9b66dca49a9a6ba159678872606f0',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u4eac\u6e05\u534e\u957f\u5e9a\u533b\u9662\u90ed\u519b\uff1a\u53ea\u60f3\u505a\u4e00\u540d\u5e73\u51e1\u7684\u533b\u751f\uff0c\u80fd\u628a\u8fd9\u4e00\u4ef6\u4e8b\u505a\u597d","smalltext":"\u90ed\u519b\uff0c\u7537\uff0c\u6e05\u534e\u5927\u5b66\u4e34\u5e8a\u533b\u5b66\u9662\u526f\u6559\u6388\u3001\u5317\u4eac\u6e05\u534e\u957f\u5e9a\u533b\u9662\u547c\u5438\u4e0e\u5371\u91cd\u75c7\u533b\u5b66\u79d1\u526f\u4e3b\u4efb\u533b\u5e08\u30022010\u5e74\uff0c\u6bd5\u4e1a\u4e8e\u5317\u4eac\u534f\u548c\u533b\u5b66\u9662\u5185\u79d1\u5b66\u4e13\u4e1a\uff0c\u83b7\u535a\u58eb\u5b66\u4f4d\u3002\u517c\u4efb\u4e2d\u56fd\u533b\u7597\u4fdd\u5065\u56fd\u9645\u4ea4\u6d41\u4fc3\u8fdb\u4f1a\u4e2d\u8001","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2875"};
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 () {
}
});
});
}