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=854&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: 1738774902,
nonceStr: 'XhiXJEnoByBgIzAp',
signature: '826fb40792bd25ad044cdd078ab9692a45b987e7',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/c20e5a3ef9fc76b4e317e8b6c16ba4a6.jpg","title":"\u4e2d\u5357\u5927\u5b66\u6e58\u96c5\u4e09\u533b\u9662\u4f59\u5e0c\uff1a\u5728\u5361\u5185\u57fa\u97f3\u4e50\u5385\u5f00\u94a2\u7434\u72ec\u594f\u4f1a","smalltext":"\u201c\u6bcf\u4e00\u6b21\u95ea\u4eae\u767b\u573a\uff0c\u6bcf\u4e00\u4e2a\u5148\u8fdb\u5178\u578b\uff0c\u6bcf\u4e00\u6ce2\u7206\u6b3e\u7684\u5e55\u540e\uff0c\u6211\u4eec\u77e5\u9053\uff0c\u662f\u60a8\u4f4e\u8c03\u65e0\u534e\uff0c\u5728\u5e55\u540e\u9ed8\u9ed8\u8015\u8018\u3002\u8fd9\u6b21\uff0c\u5065\u5eb7\u62a5\u793e\u4e0e\u4e2d\u56fd\u751f\u547d\u5173\u6000\u534f\u4f1a\u643a\u624b\uff0c\u4eae\u51fa\u60a8\u7684\u98ce\u91c7\uff0c\u8bb2\u8ff0\u60a8\u7684\u4f20\u5947\uff0c\u5c55\u793a\u65b0\u65f6\u4ee3\u533b\u9662\u4eba\u6587\u54c1","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=854"};
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 () {
}
});
});
}