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=1889&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: 1747145928,
nonceStr: 'mXoWn1NbqTb83meL',
signature: '2490c9641e06a278706f9eec9db451735cdb30dd',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/4d742aeac0216ce3e04d20f5ae08472c.jpg","title":"\u5e7f\u5dde\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u7b2c\u4e09\u533b\u9662\uff1a\u62a4\u58eb\u7ed9\u9a70\u63f4\u6b66\u6c49\u7684\u4e08\u592b\u7684\u60c5\u4e66","smalltext":"\u8fd1\u65e5\uff0c\u5e7f\u533b\u4e09\u9662\u5fc3\u8840\u7ba1\u5185\u79d1\u5510\u709c\u83c1\u62a4\u58eb\u5199\u7ed9\u9a70\u63f4\u6b66\u6c49\u3001\u5728\u534f\u548c\u897f\u9662\u533a\u91cd\u75c7\u533b\u5b66\u79d1\u5de5\u4f5c\u7684\u7231\u4eba\u6bd5\u8d50\u6210\u62a4\u58eb\u7684\u4fe1\uff0c\u7eb8\u77ed\u60c5\u6df1\uff0c\u5374\u8bc9\u8bf4\u7740\u75ab\u60c5\u4e4b\u4e0b\u533b\u8005\u95f4\u6d53\u6d53\u7684\u7231\u610f\u4e0e\u7275\u6302\u3002\u8d50\u6210\uff1a\u89c1\u5b57\u5982\u9762\uff01\u7b97\u7b97\u65e5\u5b50","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1889"};
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 () {
}
});
});
}