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=1214&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: 1747143286,
nonceStr: 'HOQ83VcZsEY81ufr',
signature: 'd3144ad20d8f88a61a5d79325c582caeff556310',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201909\/fe5840895971784e0a15e03e81dc1213.jpg","title":"\u9547\u6c5f\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\uff1a500\u4eba\u540c\u5531\u300a\u6211\u548c\u6211\u7684\u7956\u56fd\u300b","smalltext":"\u8fd1\u65e5\uff0c\u4e00\u9996\u300a\u6211\u548c\u6211\u7684\u7956\u56fd\u300b\u5728\u9547\u6c5f\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u4e0d\u65ad\u5531\u54cd\u3002500\u591a\u540d\u767d\u8863\u5929\u4f7f\u7528\u6fc0\u6602\u7684\u6b4c\u58f0\u6292\u53d1\u5bf9\u4f1f\u5927\u7956\u56fd\u7684\u70ed\u7231\u4e4b\u60c5\uff0c\u7262\u8bb0\u4e60\u8fd1\u5e73\u603b\u4e66\u8bb0\u201c\u6ca1\u6709\u5168\u6c11\u5065\u5eb7\uff0c\u5c31\u6ca1\u6709\u5168\u9762\u5c0f\u5eb7\u201d\u7684\u6bb7\u6bb7\u5631","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1214"};
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 () {
}
});
});
}