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=992&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: 1747101052,
nonceStr: 'Xe6R3BVdg1SSDuz2',
signature: 'c4d73ef4ad02ae8d8defb4f86b1986171c27ff2f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/eda285cf2e86d77e58fb14e21182be00.jpg","title":"\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662:\u4e00\u5f20\u533b\u751f\u5199\u7ed9\u62a4\u58eb\u957f\u7684\u7559\u8a00\u6761\u548c500\u5143\u73b0\u91d1","smalltext":"\u4e00\u5f20A4\u7eb8\uff0c\u4e0a\u4e66\u201c\u62a4\u957f\uff1a\u8bf7\u4ea4\u4f4f\u9662\u8d39\u4e2d \u738b\u91d1\u6d9b\u201d\u5341\u4e00\u4e2a\u7b80\u77ed\u7684\u5b57\uff0c\u65c1\u8fb9\u6e05\u695a\u5730\u6446\u653e\u7740\u4e94\u767e\u5143\u73b0\u91d1\uff0c\u8fd9\u662f2019\u5e741\u670810\u65e5\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\u809d\u80c6\u5916\u4e00\u79d1\u7684\u4e00\u5e55\uff0c\u539f\u662f\u4e00\u60a3\u8005\u7ed9\u6b63\u5fd9\u788c\u7684\u533b\u751f\u585e\u4e86500\u5143\uff0c","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=992"};
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 () {
}
});
});
}