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=904&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: 1743702958,
nonceStr: 'iYQrBS4zaQDOtvsR',
signature: '98f3413c9617fa34fefaadf1fa13341ded745009',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/7fe9d1a43dcefc9c9bb85b64a73fc13b.png","title":"\u56db\u5ddd\u7701\u536b\u751f\u5065\u5eb7\u59d4\u8303\u5ddd\uff1a\u6b64\u751f\uff0c\u613f\u4e3a\u4f60\u8f6c\u5854\u7948\u798f","smalltext":"\u5173\u4e8e\u8c2d\u6653\u7434\uff0c\u6709\u5f88\u591a\u5a92\u4f53\u8bb0\u8005\u91c7\u5199\u7684\u7a3f\u4ef6\u3002\u548c\u5979\u7684\u63a5\u89e6\uff0c\u4ec5\u9650\u4e8e\u7b80\u5355\u7684\u7535\u8bdd\u6c9f\u901a\u3002\u4e00\u6b21\u56e0\u4e3a\u5149\u660e\u65e5\u62a5\u8bb0\u8005\u8981\u53bb\u91c7\u8bbf\uff0c\u6211\u5728\u7535\u8bdd\u4e0a\u7ed9\u5979\u6c9f\u901a\uff0c\u5979\u5374\u8bf4\u201c\u5de5\u4f5c\u6bd4\u6211\u505a\u5f97\u597d\u7684\u4eba\u8fd8\u591a\u201d\u3002\u6734\u5b9e\uff0c\u662f\u6211\u5bf9\u5979","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=904"};
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 () {
}
});
});
}