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=2889&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: 1749425291,
nonceStr: 'RygC7nfTtPpK7HJ3',
signature: 'df490f1abc412e4c12c4ce1c8eaff4c70c546f7d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202003\/41f5553e7d8fc2c311e66159d01eb504.png","title":"\u51c9\u5c71\u8fd9\u4e00\u5e74 \u6211\u627e\u5230\u4ece\u533b\u7684\u521d\u5fc3","smalltext":"2018\u5e74\u8d77\uff0c\u56db\u5ddd\u7701\u5404\u5730\u3001\u5404\u90e8\u95e8\u628a\u8131\u8d2b\u653b\u575a\u4e09\u5e74\u884c\u52a8\u4f5c\u4e3a\u6700\u5927\u7684\u653f\u6cbb\u8d23\u4efb\u3001\u6700\u5927\u7684\u6c11\u751f\u5de5\u7a0b\u3002\u4e00\u5e74\u8fc7\u53bb\u4e86\uff0c\u56db\u5ddd\u7701\u5b9e\u73b0\u4e8630\u4e2a\u8d2b\u56f0\u53bf\u8131\u5e3d\uff0c3513\u4e2a\u8d2b\u56f0\u6751\u9000\u51fa\uff0c104\u4e07\u8d2b\u56f0\u4eba\u53e3\u8131\u8d2b\u3002\u8fd9\u5e45\u5b8f\u5927\u7684\u5386\u53f2\u753b\u5377\u5f53\u4e2d\uff0c\u662f\u5343\u5343\u4e07\u4e07\u4e2a\u548c\u672c\u6587\u4e3b\u4eba\u516c\u82cf\u5fd7\u4e00\u6837\u7684\u70ed\u8840\u9752\u5e74\u5954\u6ce2\u5728\u5927\u51c9\u5c71\u9661\u5ced\u5c71\u8def\u4e0a\u7684\u8eab\u5f71\u3002\r\n\u5c3d\u7ba1\u8fd9\u91cc\u7684\u536b\u751f\u9662\u53ea\u6709\u51e0\u6837\u533b\u7597\u5668\u68b0\uff0c\u8fd9\u91cc\u5f97\u9760\u767d\u83dc\u5e2e\u7ec3\u7f1d\u5408\u624b\u827a\uff0c\u4f46\u8fd9\u91cc\u4e5f\u6709\u5f5d\u65cf\u963f\u5988\u9012\u8fc7\u6765\u7684\u9752\u68a8\uff0c\u6709\u80cc\u6c34\u8def\u4e0a\u5b69\u5b50\u8ffd\u4e0a\u6765\u95ee\u201c\u4eba\u751f\u201d\u662f\u4ec0\u4e48\u2026\u2026\u5927\u51c9\u5c71\u7684\u591c\u665a\u6708\u6717\u661f\u7a00\uff0c\u8fd9\u91cc\uff0c\u201c\u82cf\u5fd7\u4eec\u201d\u7684\u521d\u5fc3\u627e\u5230\u56de\u5f52\u7684\u65b9\u5411\u3002","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2889"};
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 () {
}
});
});
}