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=764&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: 1746676785,
nonceStr: '5hA8s7tKZNvxYfwC',
signature: 'd5b1dc7a4621db75b749aad35a811be4cfaaa65a',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/3dff5ff43b6c10ea73f2e9dacea1c7c6.jpg","title":"\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff1a\u201c\u53cd\u54fa\u201d\u6d3b\u52a8 \u7b54\u8c22\u5fd7\u613f\u8005\u7684\u8f9b\u52e4\u4ed8\u51fa","smalltext":"\u201c\u548c\u5fd7\u613f\u8005\u5144\u5f1f\u59d0\u59b9\u5728\u4e00\u8d77\u603b\u662f\u5145\u6ee1\u4e86\u6b22\u4e50\u548c\u5e72\u52b2\uff0c\u8eab\u4e3a\u8fd9\u6837\u7684\u5fd7\u613f\u8005\u5927\u5bb6\u5ead\u7684\u4e00\u5458\uff0c\u6211\u6df1\u611f\u6e29\u6696\u4e0e\u9a84\u50b2\uff01\u201d7\u67088\u65e5\uff0c\u4e0a\u6d77\u5e02\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\u533b\u52a1\u793e\u5de5\u90e8\u7ec4\u7ec7\u5f00\u5c55\u201c\u65e0\u79c1\u5949\u732e\u6696\u4eba\u5fc3 \u533b\u8def\u56e2\u7ed3","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=764"};
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 () {
}
});
});
}