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=1574&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: 1747189607,
nonceStr: 'MdZet9pghzf2RfaC',
signature: 'add1fafe07f2cc9d60c9b54203f546a1bb978a6a',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202001\/1b15d3d67a8e0a01118e8135045901ae.jpg","title":"\u5e38\u5dde\u4e00\u9662\uff1a\u7259\u75db\u534a\u5e74\u7adf\u662f\u53e3\u8154\u764c \u533b\u751f\u4ece\u5927\u817f\u53d6\u8089\u5de7\u5999\u690d\u5165\u53e3\u8154\uff01","smalltext":" \u8fd1\u65e5\uff0c\u4e00\u4f8b\u80a1\u524d\u5916\u4fa7\u808c\u76ae\u74e3\u4fee\u590d\u53e3\u8154\u6076\u6027\u80bf\u7624\u624b\u672f\u5728\u5e38\u5dde\u4e00\u9662\u53e3\u8154\u988c\u9762\u5916\u79d1\u624b\u672f\u5ba4\u6210\u529f\u5f00\u5c55\u3002\u636e\u6089\uff0c\u6b64\u4f8b\u624b\u672f\u5728\u5e38\u5dde\u5e02\u5c1a\u5c5e\u9996\u4f8b\uff0c\u6807\u5fd7\u7740\u5e38\u5dde\u5730\u533a\u53e3\u8154\u988c\u9762\u663e\u5fae\u5916\u79d1\u6280\u672f\u53c8\u8fc8\u4e0a\u4e86\u65b0\u7684\u53f0","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1574"};
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 () {
}
});
});
}