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=443&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: 1744317843,
nonceStr: 'HwO7Q0JyValOJeP7',
signature: 'dbe72770f73ba4462190104e9b23561bab2a3e58',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/d4418536ddc78e1adf73caad20b68694.jpg","title":"\u56fa\u59cb\u53bf\u4eba\u6c11\u533b\u9662\uff1a\u8fd9\u5f20\u533b\u751f\u5403\u996d\u7684\u7167\u7247\u6e29\u6696\u4e86\u4e00\u4e2a\u53bf\u57ce","smalltext":"5.25\u65e5\u4e2d\u5348\uff0c\u4e00\u4f4d57\u5c81\u7684\u963f\u59e8\u88ab\u4eba\u9001\u5230\u4e86\u56fa\u59cb\u53bf\u4eba\u6c11\u533b\u9662\uff0c\u4ed6\u4eec\u544a\u8bc9\u5fc3\u5185\u79d1\u503c\u73ed\u7684\u674e\u533b\u751f\uff0c\u8001\u4eba\u5bb6\u80f8\u53e3\u75bc\u4e86\u4e00\u591c\uff0c\u5b9e\u5728\u5fcd\u4e0d\u4f4f\u4e86\u3002\u5df2\u7ecf\u503c\u73ed24\u5c0f\u65f6\u6b63\u51c6\u5907\u4e0b\u73ed\u7684\u674e\u533b\u751f\u8d76\u7d27\u5b89\u6392\u62bd\u8840\u6025\u67e5\u5fc3\u6897\u4e09","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=443"};
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 () {
}
});
});
}