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=647&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: 1746334173,
nonceStr: 'HFv9mNiog1G9JPyY',
signature: 'd36db246b89ef7364c2a037cc6f2781fcf1ba6f1',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/165906f15e04bcc1b1aebe2b53ca31b2.jpg","title":"\u5d4a\u5dde\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u5f3a\u76f4\u6027\u810a\u67f1\u708e\u6298\u78e8\u5341\u5e74\uff0c\u4e00\u671d\u8715\u53d8\u201c\u91cd\u751f\u201d","smalltext":"\u201c\u53ef\u4ee5\u5f2f\u4e86\uff01\u771f\u7684\u53ef\u4ee5\u5f2f\u4e86\uff01\u201d\u8fd1\u65e5\u5728\u5d4a\u5dde\u5e02\u4eba\u6c11\u533b\u9662\u9aa8\u79d1\u75c5\u623f\u4f4f\u9662\u7684\u7ae0\u5148\u751f\u96be\u4ee5\u63a9\u9970\u5185\u5fc3\u7684\u6fc0\u52a8\uff0c\u8138\u4e0a\u7684\u7b11\u5bb9\u50cf\u82b1\u4e00\u6837\u7efd\u653e\u5f00\u6765\u3002\u56e0\u4e3a\u5c31\u5728\u521a\u521a\uff0c\u7ae0\u5148\u751f\u5728\u4e3b\u6cbb\u533b\u751f\u8fdf\u82f1\u4fca\u7684\u5f15\u5bfc\u4e0b\u7f13\u7f13\u5b8c\u6210","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=647"};
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 () {
}
});
});
}