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=821&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: 1746982799,
nonceStr: 'mNyNV84iSYTaFEJe',
signature: '16a695753ac0b3ed3829abbd8b50918af079a2bb',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/20cc60458532415923ad962f1908e5a2.jpg","title":"\u534e\u897f\u533b\u9662\u91d1\u5802\u533b\u9662\uff1a\u90a3\u4e00\u77ac\u95f419\u4e2a\u4eba\u63a5\u529b \u5927\u7237\u9192\u8fc7\u6765\u4e86","smalltext":"7\u670816\u65e5\u4e0a\u53488\u65f6\u8bb8\uff0c\u56db\u5ddd\u5927\u5b66\u534e\u897f\u533b\u9662\u91d1\u5802\u533b\u9662\u7684\u76d1\u63a7\u955c\u5934\u8bb0\u5f55\u4e0b\u4e86\u60ca\u9669\u7684\u4e00\u5e55\uff1a\u4e00\u4f4d\u6b63\u5728\u533b\u4fdd\u7ed3\u7b97\u5904\u7a97\u53e3\u529e\u7406\u624b\u7eed\u7684\u8001\u4eba\u7a81\u7136\u8eab\u4f53\u6643\u52a8\uff0c\u773c\u770b\u5c31\u8981\u6454\u5012\uff0c\u65c1\u8fb9\u8001\u4f34\u8d76\u7d27\u62b1\u4f4f\u4ed6\uff0c\u4e00\u540d\u5973\u6027\u89c1\u72b6\u8dd1","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=821"};
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 () {
}
});
});
}