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=3493&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: 1746983777,
nonceStr: 'MV6BzAfEfqXUVbX5',
signature: '27e92caf43742ef02f6594bfbba14c7cf95c129a',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202007\/8a8be67d20ecdaa45688aec4ab2508ad.jpg","title":"\u9999\u6e2f\u5927\u5b66\u6df1\u5733\u533b\u9662\uff1a\u516c\u5e03\u591a\u4e2a\u91cd\u70b9\u9879\u76ee\u89c4\u5212\uff0c\u7acb\u8db3\u5927\u6e7e\u533a\u8de8\u5883\u533b\u7597\u4e0e\u5408\u4f5c","smalltext":"\u65f6\u503c\u9999\u6e2f\u5927\u5b66\u6df1\u5733\u533b\u9662\uff08\u4ee5\u4e0b\u7b80\u79f0\u201c\u6e2f\u5927\u6df1\u5733\u533b\u9662\u201d\uff09\u6b63\u5f0f\u8fd0\u8425\u516b\u5468\u5e74\u4e4b\u9645\uff0c7\u670815\u65e5\uff0c\u6e2f\u5927\u6df1\u5733\u533b\u9662\u4e3e\u884c\u4e86\u516b\u5468\u5e74\u5a92\u4f53\u65b0\u95fb\u53d1\u5e03\u4f1a\uff0c\u9996\u6b21\u9762\u5411\u516c\u4f17\u53ca\u5a92\u4f53\u516c\u5e03\u4e86\u533b\u3001\u6559\u3001\u7814\u3001\u7ba1\u56db\u4e2a\u65b9\u9762\u7684\u591a\u4e2a","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3493"};
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 () {
}
});
});
}