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=906&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: 1743630492,
nonceStr: 'bJwxrmpwlzdU9uc6',
signature: '7b27b42c88793eaf3e4b16eed807855bb8676d47',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/7488d3aa99ba6e2db7e1a8be752ff31a.jpg","title":"\u5e7f\u897f\u4e2d\u533b\u836f\u5927\u5b66\u9644\u5c5e\u745e\u5eb7\u533b\u9662\u8983\u534e\u82b3\uff1a\u6211\u7528\u5341\u5e74\u6765\u770b\u4f60\u2014\u2014\u533b\u5b66\u4eba\u6587","smalltext":"\u9648\u5955\u8fc5\u7684\u300a\u5341\u5e74\u300b\u5531\u5f97\u6df1\u60c5\u6b3e\u6b3e\uff0c\u800c\u6211\u7684\u5341\u5e74\uff0c\u4ec5\u7528\u201c\u6df1\u60c5\u201d\u4e24\u4e2a\u5b57\u5374\u5f88\u96be\u6982\u62ec\uff0c\u6211\u7684\u5341\u5e74\uff0c\u9752\u6da9\u8fc7\uff0c\u5f77\u5fa8\u8fc7\uff0c\u4e5f\u9886\u4f1a\u8fc7\uff0c\u9192\u609f\u8fc7\u2026\u2026\u5341\u5e74\u524d\uff0c\u521a\u6bd5\u4e1a\u7684\u6211\u6765\u5230\u4e86\u4e00\u4e2a\u6211\u4e4b\u524d\u4ece\u672a\u5173\u6ce8\u8fc7\u7684\u5c97\u4f4d\u2014\u2014\u533b\u9662","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=906"};
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 () {
}
});
});
}