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=630&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: 1749345748,
nonceStr: 'n3geoydMoCeqWoM4',
signature: '65c179509b1ebe926daf012b291ca4cd2c4d3b8e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/2630c5b81289a26e44cb0084bb8a08f5.jpg","title":"\u6cf8\u5dde\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u53ea\u70b9\u4e00\u7897\u767d\u996d\u7684\u62a0\u95e8\u7237\u7237\u80cc\u540e\u7684\u6545\u4e8b\uff0c\u4f4f\u8fdb\u517b\u8001\u9662","smalltext":"\u524d\u51e0\u5929\uff0c\u6211\u4eec\u53d1\u5e03\u4e86\u4e00\u5219\u4eba\u6587\u8d44\u8baf\uff1a\u201c\u6cf8\u5dde\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u53ea\u70b9\u4e00\u7897\u767d\u996d\u7684\u201c\u62a0\u95e8\u201d\u7237\u7237\uff0c\u6696\u54ed\u4e86\u6240\u6709\u4eba\u201d\uff0c\u65b0\u95fb\u53d1\u51fa\u540e\uff0c\u88ab\u6f8e\u6e43\u65b0\u95fb\u7b49\u591a\u5bb6\u5a92\u4f53\u8f6c\u8f7d\u62a5\u9053\u3002\u4eca\u5929\uff0c\u6211\u4eec\u542c\u5230\u4e86\u6cf8\u5dde\u5e02\u4eba\u6c11\u533b\u9662\u53d1\u6765\u7684\u597d","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=630"};
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 () {
}
});
});
}