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=535&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: 1746263228,
nonceStr: 'cRucHvpFsKJHiSZ8',
signature: 'd0180631a38f5b114cf96cc52ec5803767a5337c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/e6fabf0021ab35ef14cfcbaf4debfe06.jpg","title":"\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662 \u6d88\u5316\u5185\u955c\u56e2\u961f\u5728\u5c11\u5973\u80c3\u5185\u53d6\u51fa\u5de8\u5927\u6bdb\u53d1\u56e2\u7ed3\u77f3","smalltext":"\u5f88\u96be\u60f3\u8c611\u4e2a\u957f\u5f84\u7ea610\u5398\u7c73\u7684\u5de8\u5927\u53d1\u56e2\u7ed3\u77f3\u4f1a\u5728\u4e00\u4e2a12\u5c81\u5c0f\u5973\u5b69\u7684\u80c3\u91cc\uff01\u66f4\u4e0d\u6562\u60f3\u8c61\u8fd9\u6837\u5927\u7684\u4f3c\u94a2\u4e1d\u7403\u822c\u7684\u5f02\u7269\u7adf\u7136\u80fd\u7528\u80c3\u955c\u53d6\u51fa\u3002\u7136\u800c\u5c31\u57285\u670817\u65e5\uff0c\u7ecf\u5386\u4e86\u5171\u7ea620\u591a\u4e2a\u5c0f\u65f6\u5185\u955c\u64cd\u4f5c\u540e\uff0c\u6cb3","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=535"};
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 () {
}
});
});
}