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=1803&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: 1747167796,
nonceStr: 'znqlxt1t7SFwnAjC',
signature: '1ebcc6727c5d1520dbb1a00c97f7e1ad9872ca0f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/404577890d8c4705edb3239e7c824789.jpg","title":"\u6cb3\u5357\u5b8f\u529b\u533b\u9662\uff1a\u201c\u75ab\u201d\u7ebf\u4e0a\u7684\u6d41\u884c\u75c5\u5b66\u8c03\u67e5\u4eba","smalltext":"\u5728\u201c\u75ab\u201d\u7ebf\u4e0a\uff0c\u4ed6\u4eec\u9700\u8981\u7b2c\u4e00\u65f6\u95f4\u9762\u5bf9\u7591\u4f3c\u75c5\u4f8b\u6216\u8005\u5bc6\u5207\u63a5\u89e6\u8005\u3001\u4ed6\u4eec\u9700\u8981\u5954\u6ce2\u5728\u60a3\u8005\u66fe\u7ecf\u53bb\u8fc7\u7684\u5730\u65b9\u3001\u4ed6\u4eec\u9700\u8981\u6478\u6392\u7ec6\u8282\u5bfb\u627e\u86db\u4e1d\u9a6c\u8ff9\u3001\u4ed6\u4eec\u4e0d\u60e7\u5371\u9669\uff0c\u4e3a\u7684\u5c31\u662f\u628a\u5b88\u201c\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u201d","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1803"};
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 () {
}
});
});
}