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=1208&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: 1747140906,
nonceStr: 'MoAFs5GMpaBN3YMp',
signature: 'a8293374376834887ff4b6ebadbb363c5267f92d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201909\/ed076adb0e84fc5db48df5590bae1f4f.jpg","title":"\u5e7f\u897f\u56fd\u9645\u58ee\u533b\u533b\u9662\u6210\u529f\u4e3e\u529e\u5e86\u795d\u4e2d\u534e\u4eba\u6c11\u5171\u548c\u56fd\u6210\u7acb70 \u5468\u5e74\u201c\u7231\u7956\u56fd\uff0c\u7231\u56fd\u58ee\u201d\u2014\u2014\u201c\u4e0d\u5fd8\u521d\u5fc3\u3001\u7262\u8bb0\u4f7f\u547d\u201d\u4e3b\u9898\u6559\u80b2\u6b4c\u548f\u665a","smalltext":"\u5728\u65b0\u4e2d\u56fd70\u534e\u8bde\u5230\u6765\u4e4b\u9645\uff0c9\u670827\u65e5\u665a\uff0c\u5e7f\u897f\u56fd\u9645\u58ee\u533b\u533b\u9662\u5e86\u795d\u4e2d\u534e\u4eba\u6c11\u5171\u548c\u56fd\u6210\u7acb70 \u5468\u5e74\u201c\u7231\u7956\u56fd\uff0c\u7231\u56fd\u58ee\u2014\u4e0d\u5fd8\u521d\u5fc3\u3001\u7262\u8bb0\u4f7f\u547d\u201d\u4e3b\u9898\u6559\u80b2\u6b4c\u548f\u665a\u4f1a\u5728\u5b66\u672f\u62a5\u544a\u5385\u7cbe\u5f69\u4e0a\u6f14\u3002\u7279\u9080\u5609\u5bbe\u6210\u90fd\u4e2d\u533b\u836f\u5927\u5b66\u7eaa\u59d4\u4e66\u8bb0\u5ef6\u5efa\u660e\u4e0e\u5e7f\u897f\u4e2d\u533b\u836f\u5927\u5b66\u526f\u6821\u957f\u3001\u5e7f\u897f\u56fd\u9645\u58ee\u533b\u533b\u9662\u9662\u957f\u8983\u88d5\u65fa\uff0c\u9662\u515a\u59d4\u4e66\u8bb0\u79e6\u7956\u6770\uff0c\u9662\u7eaa\u59d4\u4e66\u8bb0\u7f57\u827a\u5fbd\uff0c\u526f\u9662\u957f\u9ec4\u56fd\u4e1c\u3001\u674e\u94ed\u3001\u5510\u76db\u519b\uff0c\u9662\u5de5\u4f1a\u4e3b\u5e2d\u738b\u5c0f\u5e73\u53ca\u533b\u9662\u804c\u5de5\u9f50\u805a\u4e00\u5802\uff0c\u5171\u98e8\u6587\u5316\u76db\u5bb4\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1208"};
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 () {
}
});
});
}