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=6443&classid=5&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: 1746134813,
nonceStr: '8SJPJEfwfQ79xRnR',
signature: 'b49485080ed9abb966ef74d9e39f87d8c6149231',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\uff1a\u533b\u6559\u8054\u5408\u2014\u5065\u5eb7\u7d20\u517b\u4ece\u5a03\u5a03\u6293\u8d77","smalltext":"\u8fdb\u5165\u79cb\u51ac\u5b63\u8282\uff0c\u5929\u6c14\u5bd2\u51b7\u5e72\u71e5\uff0c\u5e7c\u513f\u8eab\u4f53\u62b5\u6297\u529b\u8f83\u4f4e\uff0c\u6613\u53d7\u75c5\u6bd2\u7684\u4fb5\u6270\uff0c\u4e3a\u52a0\u5f3a\u6d41\u611f\u9884\u9632\u5de5\u4f5c\uff0c\u4fdd\u969c\u5e7c\u513f\u5065\u5eb7\uff0c\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\u7ed3\u5408\u829d\u7f58\u533a\u536b\u5065\u5c40\u201c\u6211\u4e3a\u7fa4\u4f17\u529e\u5b9e\u4e8b\u201d\u201c\u56db\u9001\u56db\u8fdb\u56db\u63d0\u5347\u201d\u7b49\u6d3b\u52a8\u4e3b\u9898\uff0c11\u67083\u65e5\u4e0b\u5348\uff0c\u7ec4\u7ec7\u533b\u52a1\u4eba\u5458\u6765\u5230\u51e4\u51f0\u53f0\u5c0f\u5b66\u5e7c\u513f\u56ed\uff0c\u4e3a\u5c0f\u670b\u53cb\u4eec\u5f00\u5c55\u4e86\u4e00\u573a\u4e3b\u9898\u4e3a\u201c\u4eba\u4eba\u90fd\u662f\u5c0f\u52c7\u58eb\u201d\u7684\u5065\u5eb7\u6559\u80b2\u516c\u5f00\u8bfe\uff0c\u4ee5\u533b\u6559\u7ed3\u5408\u7684\u65b9\u5f0f\u5b88\u62a4\u5e7c\u513f\u5065\u5eb7\u6210\u957f\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6443"};
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 () {
}
});
});
}