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=1647&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: 1747169531,
nonceStr: 'ITE2M02LHkGWobC7',
signature: '8bbf91b221765d753678ab6517aa699dcfe67ff7',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202001\/2eb2b8e58e1e3a577a15abc6db02ee6f.png","title":"\u601d\u8305\u533a\u4eba\u6c11\u533b\u9662\uff1a\u9001\u8ff7\u8def\u8001\u4eba\u56de\u5bb6\uff0c \u6e29\u60c5\u5bfc\u533b\u6696\u4eba\u5fc3","smalltext":"\u4e0b\u534815\u65f6\u8bb8\uff0c\u601d\u8305\u533a\u4eba\u6c11\u533b\u9662\u95e8\u8bca\u5927\u697c\u50cf\u5f80\u5e38\u4e00\u6837\u6709\u5e8f\u7684\u8fdb\u884c\u5404\u9879\u5de5\u4f5c\u3002\u8fd9\u65f6\uff0c\u4e00\u4f4d\u5e74\u903e\u53e4\u7a00\u7684\u8001\u5976\u5976\u7f13\u7f13\u7684\u8d70\u5165\u5bfc\u8bca\u53f0\u91cc\uff0c\u60a3\u8005\u670d\u52a1\u4e2d\u5fc3\u5de5\u4f5c\u4eba\u5458\u767d\u4e59\u5f64\u6025\u5fd9\u4e0a\u524d\u5f2f\u4e0b\u8170\u5fae\u7b11\u5730\u8be2\u95ee\uff1a\u201c\u5976\u5976","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1647"};
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 () {
}
});
});
}