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=1365&classid=3&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: 1743632785,
nonceStr: 'hgC8UVXpyWCCyHTW',
signature: 'ca5c74d14a09692d96f4dbd44d99078bab0d9a62',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201911\/01804b5b518de73be81f7d96b6db26e5.jpg","title":"\u59d4\u5458\u8096\u5a67\u83c1\uff1a\u8de8\u754c\uff0c\u505a\u6709\u6e29\u5ea6\u7684\u533b\u5ba3\u4eba","smalltext":"\u3000\u3000\u8096\u5a67\u83c1\uff0c\u5148\u540e\u4ece\u4e8b\u65b0\u95fb\u91c7\u7f16\u5de5\u4f5c\u5341\u5e74\uff0c\u8de8\u754c\u8e0f\u5165\u533b\u9662\u6587\u5316\u5ba3\u4f20\u5de5\u4f5c\u4e94\u5e74\uff0c\u6307\u5bfc\u62cd\u6444\u5fae\u89c6\u9891\u5341\u4f59\u90e8\uff0c\u53c2\u4e0e\u5f55\u5236\u7684\u5065\u5eb7\u89c6\u9891\u591a\u6b21\u53c2\u8d5b\u5e76\u83b7\u5956\uff0c\u79ef\u6781\u63a8\u5e7f\u533b\u9662\u79d1\u666e\u6587\u5316\uff0c\u79ef\u6781\u63a2\u7d22\u65b0\u5a92\u4f53\u4f20\u64ad\u65b0\u65b9\u6cd5\u3001","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=3&id=1365"};
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 () {
}
});
});
}