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=582&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: 1738728652,
nonceStr: 'tnpY5FOPlCRrYXGQ',
signature: 'f3e0c6b05eadd5ace59d4ea8a026f4b3ef5df0e2',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/8f03b7ea9db391906c5ee0d482a3a5cb.jpg","title":"\u201c\u72d7\u535a\u58eb\u201d\u63a7\u70df\u5c0f\u8bfe\u5802\u2014\u2014\u5168\u6c11\u63a7\u70df\u516c\u76ca\u63a2\u7d22","smalltext":"\u81ea\u4e16\u754c\u536b\u751f\u7ec4\u7ec7\u300a\u70df\u8349\u63a7\u5236\u6846\u67b6\u516c\u7ea6\u300b2006\u5e741\u67089\u65e5\u5728\u4e2d\u56fd\u751f\u6548\u8d77\uff0c\u4e2d\u56fd\u6b7b\u4e8e\u70df\u5bb3\u7684\u4eba\u6570\u4ecd\u7136\u9ad8\u8fbe900\u4e07\uff0c\u4e2d\u56fd\u70df\u8349\u6d41\u884c\u4f9d\u7136\u4e25\u5cfb\uff0c\u5438\u70df\u7387\u9ad8\u8fbe27.7%\uff0c\u5e76\u5438\u70df\u91cf\u4e0d\u65ad\u4e0a\u5347[1]\u3002\u5438\u70df\u6709\u5bb3\u5065\u5eb7\u8fd9","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=582"};
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 () {
}
});
});
}