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=845&classid=4&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: 1738759273,
nonceStr: 'nyFHrIz4HVAy5qe9',
signature: 'c0786794167d7b6399adf0098201de064f6d10e6',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/1cad26fa107ff809ade12e0af16f54ca.jpg","title":"\u6cb3\u5357\u5b8f\u529b\u533b\u9662\u987e\u5411\u4f1f\uff1a\u5988\u5988\u8bf4\u6211\u4eec\u5728\u533b\u9662\u5de5\u4f5c\u662f\u5979\u7684\u5e78\u798f","smalltext":"\u6211\u548c\u6211\u7684\u7231\u4eba\u540c\u5728\u4e00\u6240\u533b\u9662\u4e0a\u73ed\u30022007\u5e747\u67088\u65e5\uff0c\u513f\u5b50\u51fa\u751f\u4e86\uff0c\u540c\u65f6\u5988\u5988\u56e0\u5bab\u9888\u764c\u4f4f\u9662\u4e86\u3002\u5988\u5988\u7684\u4f4f\u9662\uff0c\u8ba9\u5979\u5fc3\u5e95\u5341\u5206\u611f\u8c22\u5979\u7684\u5b59\u5b50\uff0c\u5979\u8ba4\u4e3a\u662f\u5b59\u5b50\u7684\u51fa\u751f\u7ed9\u5979\u5e26\u6765\u4e86\u597d\u8fd0\uff0c\u65e9\u65e9\u67e5\u51fa\u4e86\u8eab\u4f53\u7684\u6bdb","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=845"};
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 () {
}
});
});
}