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=962&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: 1746129154,
nonceStr: 'OZSaDdh4MrTSwkOs',
signature: '6708375e4dded0847bdae0688054bf31837243a2',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/4dc9e159284a70cf08d29c06cde53d5b.jpg","title":"\u897f\u5b89\u4ea4\u901a\u5927\u5b66\u7b2c\u4e00\u9644\u5c5e\u533b\u9662\u548c\u65b0\u9896\uff1a\u9047\u89c1","smalltext":"\u8237\u7a97\u4e4b\u5916\uff0c\u98d8\u6d6e\u7684\u6735\u6735\u767d\u4e91\u8ba9\u4e07\u7c73\u9ad8\u7a7a\u663e\u5f97\u683c\u5916\u7684\u9759\u7f8e\uff0c\u4ea6\u5982\u6211\u6b64\u523b\u7684\u5fc3\u5883\u3002\u6211\u60f3\u4eba\u6709\u65f6\u5019\u662f\u9700\u8981\u8fd9\u79cd\u77ac\u95f4\u7684\u81ea\u6211\u611f\u52a8\u7684\u3002\u5750\u5728\u8fd4\u7a0b\u897f\u5b89\u7684\u822a\u73ed\u4e0a\uff0c\u6211\u4f9d\u7136\u6c89\u6d78\u5728\u54c8\u5c14\u6ee8\u533b\u79d1\u5927\u5b66\u4e09\u5929\u7d27\u5f20\u7684","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=962"};
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 () {
}
});
});
}