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=670&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: 1746611800,
nonceStr: 'bdTESXPN3a0Fo1T3',
signature: '765ba8b45ff6ff3a8cea171385c5c5ddd3fc76c8',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/de0a2a36a5fc900fed32a8b79fab05fd.jpg","title":"\u6566\u5316\u5e02\u4e2d\u533b\u9662\uff1a\u6587\u660e\u5b9e\u8df5\u6211\u5148\u884c\uff0c\u5eb7\u4e43\u99a8\u6bcd\u5a74\u5173\u7231\u6708","smalltext":"\u4e3a\u671f\u4e00\u4e2a\u6708\u7684\u201c\u6587\u660e\u5b9e\u8df5\u6211\u5148\u884c\uff0c\u5eb7\u4e43\u99a8\u6bcd\u5a74\u5173\u7231\u6708\u201d\u6d3b\u52a8\u987a\u5229\u843d\u4e0b\u5e37\u5e55\uff0c\u4e00\u4e2a\u6708\u6765\uff0c\u4e2d\u533b\u9662\u5987\u4ea7\u79d1\u4e0e\u591a\u4e2a\u79d1\u5ba4\u914d\u5408\u8fdb\u793e\u533a\u3001\u4e0b\u4e61\u9547\u3001\u8fdb\u5bb6\u5ead\u3001\u8fdb\u4f01\u4e1a\u3001\u8fdb\u5b66\u6821\uff0c\u4e2d\u533b\u9662\u4eba\u7684\u8db3\u8ff9\u8e0f\u904d\u6566\u57ce\u5404\u4e2a\u89d2\u843d\uff0c\u5c06\u4e2d\u533b\u9662\u7684\u5173\u7231\u9001\u8fdb\u5343\u5bb6\u4e07\u6237\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=670"};
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 () {
}
});
});
}