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=2884&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: 1749425654,
nonceStr: 'gxIJqsFUradW6pxT',
signature: '2a07c024b122bfb25eabb9a9b5932a809c140cd2',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e00\u4f4d\u201c\u95e8\u5916\u6c49\u201d\u7684\u6276\u8d2b\u7ecf","smalltext":"\u515a\u7684\u5341\u516b\u5927\u4ee5\u6765\uff0c\u515a\u4e2d\u592e\u628a\u8131\u8d2b\u653b\u575a\u6446\u5230\u66f4\u52a0\u7a81\u51fa\u7684\u4f4d\u7f6e\uff0c\u6253\u54cd\u8131\u8d2b\u653b\u575a\u6218\uff0c\u5168\u515a\u5168\u56fd\u4e0a\u4e0b\u540c\u5fc3\u3001\u987d\u5f3a\u594b\u6218\uff0c\u5f53\u524d\uff0c\u8131\u8d2b\u653b\u575a\u5df2\u5230\u4e86\u51b3\u6218\u51b3\u80dc\u3001\u5168\u9762\u6536\u5b98\u7684\u5173\u952e\u9636\u6bb5\u3002\u6210\u90fd\u533b\u5b66\u9662\u7b2c\u4e00\u9644\u5c5e\u533b\u9662\u5728\u56db\u5ddd\u7701\u536b\u751f\u5065\u5eb7\u59d4\u5458\u4f1a\u7684\u7edf\u4e00\u9886\u5bfc\u4e0b\uff0c\u6d3e\u9a7b\u6276\u8d2b\u5e72\u90e8\u5230\u51c9\u5c71\u5dde\u7b49\u5730\u6276\u8d2b\u3002\r\n\u671f\u95f4\uff0c\u6210\u90fd\u533b\u5b66\u9662\u7b2c\u4e00\u9644\u5c5e\u533b\u9662\u88ab\u6d3e\u9a7b\u5230\u51c9\u5c71\u5dde\u666e\u683c\u53bf\u87ba\u9afb\u5c71\u9547\u5fb7\u80b2\u6751\u62c5\u4efb\u7b2c\u4e00\u4e66\u8bb0\u738b\u65b0\u4ece\u4e00\u540d\u6beb\u65e0\u7ecf\u9a8c\u7684\u201c\u95e8\u5916\u6c49\u201d\uff0c \u6478\u7d22\u51fa\u4e00\u5957\u81ea\u5df1\u7684\u6276\u8d2b\u7ecf\uff0c\u5e76\u5c06\u5b83\u603b\u7ed3\u4e3a\u201c112\u5de5\u4f5c\u7ecf\u9a8c\u201d+\u201c1141\u5de5\u4f5c\u65b9\u6cd5\u201d\u3002\u4ece\u6559\u80b2\u6276\u8d2b\u3001\u4ea7\u4e1a\u6276\u8d2b\u53ca\u5065\u5eb7\u6276\u8d2b\u7b49\u65b9\u9762\uff0c\u4e3a\u6276\u8d2b\u5730\u505a\u51fa\u4e86\u91cd\u8981\u8d21\u732e\u30022019\u5e74\uff0c\u8363\u83b7\u56db\u5ddd\u7701\u7701","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2884"};
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 () {
}
});
});
}