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=1637&classid=11&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: 1746210371,
nonceStr: 'NKJcytgxzYFayuvF',
signature: '92c53cc20167fa024a98b6ddaf10cdc80aa80e56',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202001\/8e2b4786fc114bbb2394d65e3057ae91.png","title":"\u91cd\u5e86\u5e02\u5357\u5ddd\u533a\u4eba\u6c11\u533b\u9662\uff1a\u4eca\u5e74\u7684\u6700\u540e\u4e00\u5929\uff0c\u4e00\u4f4d80\u5c81\u8001\u4eba\u6572\u5f00\u4e86\u4e66\u8bb0\u529e\u516c\u5ba4\u7684\u95e8\u2026\u2026","smalltext":"2019\u5e74\u7684\u6700\u540e\u4e00\u5929\uff0c\u4e00\u4f4d\u5e74\u8fd180\u7684\u8001\u4eba\u6b65\u5c65\u8e52\u8dda\u5730\u6765\u5230\u533b\u9662\uff0c\u6572\u5f00\u4e86\u6211\u9662\u515a\u59d4\u4e66\u8bb0\u529e\u516c\u5ba4\u7684\u95e8\u3002\u5979\u60f3\u8981\u5bfb\u627e\u4e00\u4f4d\u53eb\u9093\u79c0\u534e\u7684\u804c\u5de5\uff0c\u9053\u51fa\u4e86\u4e00\u4e2a\u8d2f\u7a7f\u4e03\u5e74\u65f6\u5149\u7684\u6545\u4e8b\u2026\u2026","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=1637"};
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 () {
}
});
});
}