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=1155&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: 1746134912,
nonceStr: 'uilF0cSRruReQhUF',
signature: 'b7f120c10b28504c52c702b3a14a705d909f38ac',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u5927\u5b66\u534e\u897f\u533b\u9662\u91d1\u5802\u533b\u9662\u674e\u7433\uff1a\u5728\u4e91\u7aef\uff0c\u5fc3\u6709\u9633\u5149\u51ac\u4ea6\u6696","smalltext":"\u62e9\u4e00\u4e2a\u51ac\u65e5\uff0c\u5f80\u4e07\u91cc\u4e4b\u9080\u3002\u91d1\u8272\u7684\u9633\u5149\u900f\u8fc7\u8237\u7a97\uff0c\u5728\u4e09\u4e07\u82f1\u5c3a\u7684\u9ad8\u7a7a\u4fef\u77b0\u5927\u5730\uff0c\u5c71\u6cb3\u5728\u767d\u4e91\u95f4\u4f3c\u9526\u98de\u8fc7\uff0c\u90a3\u4e2a\u57ce\u5e02\u4e00\u6643\u4e94\u5e74\u672a\u66fe\u518d\u89c1\u3002\u518d\u89c1\uff0c\u6211\u4eec\u90fd\u5df2\u7ecf\u6539\u53d8\u3002\u4e94\u5e74\u524d\u7684\u6211\u4f55\u66fe\u6599\u60f3\uff0c\u4e00\u4e2a\u521d\u5165\u884c\u4e1a","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1155"};
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 () {
}
});
});
}