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=1500&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: 1747194006,
nonceStr: 'pNqu07CvYRWuCL7g',
signature: 'ae50bdd09631ea732d32fd18c06ca1c4307ff3d1',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201912\/e0e3c612c982ce03acb3eee6b7e73414.jpg","title":"\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u771f\u60c5\u4ed8\u51fa \u6362\u6765\u60a3\u8005\u5065\u5eb7\u4fe1\u4efb","smalltext":" \u8fd1\u65e5\uff0c\u5728\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\u795e\u7ecf\u5916\u79d1\uff0c\u4e00\u4f4d\u813e\u6c14\u66b4\u8e81\u91cd\u578b\u8111\u5916\u4f24\u60a3\u8005\uff0c\u624b\u672f\u540e3\u5929\u6253\u9a82\u533b\u62a4\uff0c\u5f3a\u884c\u81ea\u884c\u51fa\u9662\uff0c\u51fa\u4e8e\u5bf9\u751f\u547d\u7684\u656c\u754f\uff0c\u5728\u795e\u7ecf\u5916\u79d1\u4e3b\u4efb\u738b\u6797\u98ce\u533b\u8005\u4ec1\u5fc3\u7684\u575a\u6301\u4e0d\u61c8\u529d\u8bf4\u4e0b\uff0c\u5c06\u5176\u63a5\u56de\u5230\u75c5\u623f\u7ee7\u7eed\u6cbb\u7597\uff0c\u7cbe\u8bda\u6240\u81f3\u91d1\u77f3\u4e3a\u5f00\uff0c\u5728\u5168\u4f53\u533b\u62a4\u4eba\u5458\u5171\u540c\u52aa\u529b\u4e0b\uff0c\u771f\u60c5\u4ed8\u51fa\u7ec8\u4e8e\u6362\u6765\u60a3\u8005\u7684\u5065\u5eb7\u548c\u4fe1\u4efb\u3002\r\n","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1500"};
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 () {
}
});
});
}