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=727&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: 1746677659,
nonceStr: 'NGlgpzGjDfTPVTIx',
signature: '17260e4ef748af2cf4c6ce5f3448c256e444af58',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/a39def6b36b9c88a64f570085c2054b8.jpg","title":"\u6d4e\u5b81\u533b\u5b66\u9662\u9644\u5c5e\u533b\u9662\uff1a\u8d64\u5b50\u60c5\u6000\u4e66\u5199\u4e2d\u56fd\u5927\u7231","smalltext":"\u5b59\u5360\u56fd\uff0c\u7537\uff0c1982\u5e746\u6708\u51fa\u751f\uff0c2001\u5e7411\u6708\u52a0\u5165\u4e2d\u56fd\u5171\u4ea7\u515a\uff0c\u535a\u58eb\uff0c\u526f\u4e3b\u4efb\u533b\u5e08\uff0c\u73b0\u4efb\u6d4e\u5b81\u533b\u5b66\u9662\u9644\u5c5e\u533b\u9662\u533b\u5b66\u5f71\u50cf\u79d1\u526f\u4e3b\u4efb\u30022016\u5e749\u6708\uff0c\u5b59\u5360\u56fd\u4f5c\u4e3a\u4e2d\u56fd\u7b2c16\u6279\u63f4\u585e\u820c\u5c14\u533b\u7597\u961f\u961f\u5458\uff0c\u4ed6\u5e26\u7740\u7956\u56fd\u548c\u4eba","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=727"};
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 () {
}
});
});
}