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=3060&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: 1747101179,
nonceStr: 'W1A3eCxqLOMIbrJI',
signature: 'fc918084f818ab8e420c1a992b0c99662d029dca',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202004\/8847da755a76e077a1aecc35761e7928.jpg","title":"\u6210\u90fd\u5e02\u90eb\u90fd\u533a\u4eba\u6c11\u533b\u9662\uff1a\u533b\u751f\u6536\u5230\u201c\u795e\u79d8\u5305\u88f9\u201d\uff0c\u62c6\u5f00\u540e\u6ee1\u662f\u611f\u52a8","smalltext":"3\u670825\u65e5\u4e0b\u5348\uff0c\u521a\u521a\u7ed3\u675f\u4e86\u4e00\u5929\u7e41\u5fd9\u5de5\u4f5c\u7684\u795e\u7ecf\u5916\u79d1\u533b\u751f\u8c22\u6d2a\u4f1f\u4e00\u8138\u7591\u60d1\u5730\u63a5\u8fc7\u5de5\u4f5c\u4eba\u5458\u9001\u6765\u7684\u5feb\u9012\u5305\u88f9\uff0c\u5fc3\u60f3\u6700\u8fd1\u81ea\u5df1\u6ca1\u6709\u7f51\u8d2d\u4ec0\u4e48\u4e1c\u897f\uff0c\u600e\u4e48\u4f1a\u6709\u5feb\u9012\u5462\uff1f\u4f46\u770b\u5230\u5305\u88f9\u4e0a\u786e\u5b9e\u5199\u7740\u533b\u9662\u7684\u5730\u5740\u548c\u81ea\u5df1\u7684\u540d\u5b57\uff0c\u4fbf\u62c6\u5f00\u5305\u88c5\u4e00\u63a2\u7a76\u7adf\u3002\u66f4\u4ee4\u4ed6\u610f\u5916\u7684\u662f\uff0c\u5305\u88f9\u91cc\u7adf\u7136\u662f\u4e00\u9762\u9c9c\u7ea2\u7684\u9526\u65d7\uff0c\u4e0a\u9762\u5199\u9053\uff1a\u201c\u533b\u672f\u7cbe\u6e5b\uff0c\u5ec9\u6d01\u884c\u533b\u3002\u201d\u8c22\u6d2a\u4f1f\u533b\u751f\u53cc\u624b\u7d27\u63e1\u7740\u8fd9\u9762\u201c\u957f\u9014\u8dcb\u6d89\u201d\u800c\u81f3\u7684\u9526\u65d7\uff0c\u5fc3\u4e2d\u6ee1\u662f\u611f\u52a8\u548c\u6b23\u6170\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3060"};
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 () {
}
});
});
}