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=1329&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: 1747192968,
nonceStr: 'VSVGmDToHIJZB4bH',
signature: '08752faebbb8eb753fd4179d42202fa4d63110c0',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201911\/e5abd02271cbe5988d9fd5514f637c3e.jpg","title":"\u5357\u65b9\u533b\u79d1\u5927\u5b66\u987a\u5fb7\u533b\u9662\uff1a\u65f6\u4ee3\u8bb0\u5f55\u8005\u2014\u2014\u8bb0\u8005\u773c\u4e2d\u7684\u6211\u4eec","smalltext":"11\u67088\u6708\uff0c\u4e00\u4e2a\u4e13\u5c5e\u4e8e\u94c1\u80a9\u62c5\u9053\u4e49\u3001\u5999\u7b14\u8457\u534e\u7ae0\u7684\u201c\u65e0\u5195\u4e4b\u738b\u201d\u7684\u8282\u65e5\u2014\u2014\u8bb0\u8005\u8282\u3002\u6b64\u65f6\u6b64\u523b\uff0c\u6211\u4eec\u8981\u5411\u53ef\u656c\u53ef\u7231\u7684\u8bb0\u8005\u670b\u53cb\u4eec\u81f4\u4ee5\u8282\u65e5\u7684\u95ee\u5019\u548c\u8bda\u631a\u7684\u795d\u798f\uff0c\u795d\u4f60\u4eec\u8eab\u4f53\u5065\u5eb7\uff0c\u8282\u65e5\u5feb\u4e50\uff01\u6b63\u56e0","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1329"};
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 () {
}
});
});
}