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=1285&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: 1747167309,
nonceStr: 'NCGulyBUGTajINiL',
signature: '073fb5d913b86d974a8f3b9d088dae6eb0c2efe9',
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\u7701\u4eba\u6c11\u533b\u9662\uff1a\u53cd\u8150\u52a8\u771f\u62db\uff0c9\u5bb6\u4f01\u4e1a\u88ab\u6c38\u4e45\u7981\u6b62\u53c2\u4e0e\u533b\u9662\u91c7\u8d2d","smalltext":"10\u670815\u65e5\u4e0b\u534813:40\uff0c\u56db\u5ddd\u7701\u4eba\u6c11\u533b\u9662\u53d1\u5e03\u5173\u4e8e\u5bf9\u8fdd\u89c4\u4f9b\u5e94\u5546\u5904\u7406\u610f\u89c1\u7684\u901a\u544a\uff0c\u8868\u793a\u7ecf\u533b\u9662\u7814\u7a76\u51b3\u5b9a\uff0c\u5bf9\u201c\u56f4\u730e\u201d\u533b\u9662\u5de5\u4f5c\u4eba\u5458\u3001\u5b58\u5728\u5546\u4e1a\u8d3f\u8d42\u884c\u4e3a\u7684\u516c\u53f8\u6216\u76f8\u5173\u4eba\u5458\u7684\u6210\u90fd\u4ebf\u5eb7\u8fbe\u533b\u7597\u5668\u68b0","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1285"};
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 () {
}
});
});
}