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=460&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: 1744317842,
nonceStr: 'a6McLTm4Ln8lXJcV',
signature: '2dcbcb4f781509b72253b52a100e9ef9422ad57f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/1842677236a72c05607e9b93af2c8e38.jpg","title":"\u6b66\u6c49\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u8001\u7cd6\u53cb\u624b\u7ed8\u62a4\u58eb\u6362\u836f\u7d20\u63cf\u8bb0\u5f55\u611f\u4eba\u77ac\u95f4","smalltext":" 5\u670828\u65e5\uff0c\u5728\u6b66\u6c49\u5e02\u4e2d\u5fc3\u533b\u9662\u5185\u5206\u6ccc\u79d1\u75c5\u623f\uff0c\u62a4\u58eb\u5f20\u96ea\u7389\u6536\u5230\u60a3\u8005\u4f5f\u8001\u5148\u751f\u9001\u7684\u7d20\u63cf\u753b\uff0c\u753b\u7684\u90fd\u662f\u5979\u4e3a\u4f5f\u8001\u5148\u751f\u8fdb\u884c\u7cd6\u5c3f\u75c5\u8db3\u6362\u836f\u7684\u573a\u666f\u3002\u4e09\u4e2a\u591a\u6708\u524d\uff0c\u4f5f\u8001\u5148\u751f\u56e0\u4e25\u91cd\u7cd6\u5c3f\u75c5\u8db3\u6765\u5230\u8fd9\u91cc\u6cbb\u7597\uff0c\u5f20\u96ea\u7389\u4e0d\u5acc\u810f\u7d2f\uff0c\u6e05\u521b\u6362\u836f\uff0c\u6700\u7ec8\u4fdd\u4f4f\u4e86\u4ed6\u9669\u4e9b\u8981\u622a\u80a2\u7684\u53cc\u8db3\u3002\u5728\u6700\u8fd1\u4e09\u6b21\u6b21\u6362\u836f\u4e2d\uff0c\u4f5f\u8001\u5148\u751f\u6084\u6084\u753b\u4e0b\u4e86\u5f20\u96ea\u7389\u5de5\u4f5c\u7684\u7d20\u63cf\uff0c\u8bb0\u5f55\u4e0b\u8fd9\u4e9b\u611f\u4eba\u7684\u77ac\u95f4\uff0c\u5c06\u5b83\u4f5c\u4e3a\u793c\u7269\u9001\u7ed9\u8fd9\u4f4d\u6696\u5fc3\u7684\u62a4\u58eb\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=460"};
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 () {
}
});
});
}