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=3249&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: 1745151180,
nonceStr: '3N1bbrVfnJQRrMHd',
signature: '638d15737f3024e1971df9c3520fdc1578b22ca2',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202005\/b20fb09ed8d425edafdc6951b4efd0f1.jpg","title":"\u957f\u6cbb\u533b\u5b66\u4eba\u6587\uff1a\u5929\u4f7f\u643a\u624b\u6218\u75ab \u5927\u7231\u6d12\u6ee1\u4eba\u95f4","smalltext":"\u9006\u884c\u800c\u4e0a\u8df5\u521d\u5fc3\uff0c\u6218\u201c\u75ab\u201d\u4e00\u7ebf\u663e\u62c5\u5f53\uff0c\u5728\u6ca1\u6709\u785d\u70df\u7684\u6218\u573a\u4e0a\uff0c\u5979\u4eec\u80cc\u8d1f\u6240\u6709\u7684\u8d23\u4efb\u4e0e\u4f7f\u547d\uff0c\u4e3a\u60a3\u8005\u9001\u53bb\u96e8\u9732\u6ecb\u6da6\u822c\u7684\u6177\u6168\u548c\u6625\u98ce\u62c2\u9762\u822c\u7684\u6e29\u6696\uff0c\u7528\u5207\u5207\u884c\u52a8\u548c\u9ed8\u9ed8\u5949\u732e\u628a\u5fd9\u788c\u548c\u5e73\u51e1\u6f14\u7ece\u6210\u65e0\u6570\u4e2a\u7cbe\u5f69\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3249"};
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 () {
}
});
});
}