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=3150&classid=11&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: 1744839542,
nonceStr: 'XinX3y5bQ0FzoGFM',
signature: '1c91980b2df6f06aa8ecb635f941db4977173166',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u5dde\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u53e3\u8154\u533b\u9662\uff1a\u4e3a\u7231\u96c6\u7ed3\uff0c\u8ba9\u6d41\u52a8\u7684\u98ce\u666f\u7ebf\u4e00\u8def\u7efd\u653e","smalltext":"\u516d\u5e74\u65f6\u5149\uff0c\u201c\u6d41\u52a8\u7684\u53e3\u8154\u533b\u9662\u201d\u4e49\u8bca\u8fd1120\u573a\uff0c\u60e0\u53ca\u4e03\u4e07\u4f59\u4eba\uff0c\u8db3\u8ff9\u904d\u5e03\u6e29\u5dde\u5404\u53bf\u5e02\u533a\u53ca\u53f0\u5dde\u6912\u6c5f\u7b49\u5730\uff0c\u53c2\u4e0e\u5fd7\u613f\u80052420\u4f59\u4eba\u6b21\u3002\u201c\u6d41\u52a8\u7684\u53e3\u8154\u533b\u9662\u201d\u521b\u65b0\u5408\u4f5c\u6a21\u5f0f\uff0c\u5fd7\u613f\u8005\u56e2\u961f\u6c47\u96c6\u4e86\u533b\u62a4\u3001\u5a92","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=3150"};
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 () {
}
});
});
}