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=3876&classid=4&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: 1743630642,
nonceStr: 'nGtCGUFZquiTFSz1',
signature: '69001307fc7915015e4691017c0d3d076c469d7a',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6d77\u5357\u7701\u80bf\u7624\u533b\u9662\uff1a\u533b\u9662\u7684\u65b0\u95fb\u91c7\u5199\u7684\u51e0\u4e2a\u5999\u62db","smalltext":"\u9053\u4f3c\u65e0\u60c5\u5374\u6709\u60c5 \u628a\u53cd\u65b0\u95fb\u5199\u201c\u6b63\u201d\u4e00\u5929\uff0c\u7701\u59d4\u67d0\u90e8\u95e8\u4e00\u4f4d\u4e3b\u8981\u9886\u5bfc\u4eb2\u81ea\u6253\u7535\u8bdd\u7ed9\u6211\uff0c\u8981\u6211\u53bb\u770b\u4e00\u4f4d\u60a3\u8005\u3002\u8bf4\u60a3\u8005\u5bb6\u4eba\u7ed9\u4ed6\u6295\u8bc9\uff0c\u8fd9\u4f4d\u5bb6\u957f\u7684\u5c0f\u5b69\u5728\u6211\u4eec\u533b\u9662\u6cbb\u7597\uff0c\u533b\u751f\u4e0d\u7ba1\u4ed6\uff0c\u8fdf\u8fdf\u4e0d\u5e2e\u4ed6\u505a\u6cbb","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=3876"};
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 () {
}
});
});
}