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=1960&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: 1747147033,
nonceStr: 'vjykN6eNDUK5gDqK',
signature: '90b6b1a1a9b3b99869143b8ae05e8df69d260302',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/bc66ce213c5faa09c593ba5fa8bc336c.jpg","title":"\u5185\u8499\u53e4\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u4eba\u751f\u7b2c\u4e00\u6b21\uff0c\u6211\u4eec\u4e00\u8d77\u7528\u624b\u6247\u706d\u4e86\u751f\u65e5\u8721\u70db\uff01","smalltext":"\u201c\u9648\u4f73\u4e50\uff0c\u4e0b\u53486\u70b9\u4e0b\u697c\u5f00\u7d27\u6025\u4f1a\u8bae\uff01\u201d2\u670818\u65e5\u4e0b\u5348\uff0c\u6b63\u5728\u623f\u95f4\u6536\u62fe\u4e1c\u897f\u7684\u9648\u4f73\u4e50\u6536\u5230\u4e86\u961f\u91cc\u7684\u901a\u77e5\uff0c\u8fd9\u6bb5\u65f6\u95f4\u6bcf\u5929\u6536\u5230\u7684\u90fd\u662f\u7d27\u6025\u4efb\u52a1\uff0c\u4e0d\u6562\u6709\u534a\u70b9\u9a6c\u864e\u7684\u4ed6\u7a7f\u597d\u8863\u670d\u8fc5\u901f\u5230\u697c\u4e0b\u96c6\u5408\u3002\u53ef\u5f00\u95e8","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1960"};
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 () {
}
});
});
}