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=1413&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: 1747190726,
nonceStr: 'z9Nzk2Be4H4VvJnR',
signature: '6030ec7c6d5e4cb7a7a97fcab049e1bd3e81c103',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201911\/0d768b7385891c587cdba0e75da967aa.jpg","title":"\u6c5f\u95e8\u5e02\u4e2d\u5fc3\u533b\u9662:\u533b\u5171\u4f53\u201d\u4e0b\u4e00\u6b65\u600e\u4e48\u8d70\uff1f\u6c5f\u95e8\u5e02\u4e2d\u5fc3\u533b\u9662\u7684\u8fd9\u573a\u5bf9\u63a5\u4f1a\u7ed9\u51fa\u4e86\u65b9\u5411","smalltext":"\u4e3a\u8fdb\u4e00\u6b65\u6df1\u5316\u533b\u836f\u536b\u751f\u4f53\u5236\u6539\u9769\uff0c\u521b\u9020\u6027\u843d\u5b9e\u65b0\u65f6\u4ee3\u515a\u7684\u536b\u751f\u5065\u5eb7\u5de5\u4f5c\u65b9\u9488\uff0c\u4e3a\u5168\u9762\u5efa\u6210\u5c0f\u5eb7\u793e\u4f1a\u6536\u5b98\u6253\u4e0b\u51b3\u5b9a\u6027\u5065\u5eb7\u57fa\u7840\uff0c\u589e\u5f3a\u7fa4\u4f17\u5065\u5eb7\u83b7\u5f97\u611f\uff0c\u5e7f\u4e1c\u7701\u4eba\u6c11\u653f\u5e9c\u529e\u516c\u5385\u5370\u53d1\u4e86\u5173\u4e8e\u5e7f\u4e1c\u7701\u52a0","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1413"};
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 () {
}
});
});
}