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=6585&classid=14&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: 1730421556,
nonceStr: 'CSkiU87wWnbdDhAT',
signature: 'f9b320a1a8f22aa7143671dd88bd419e9ea1b187',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u5fc3\u4e2d\u6709\u7231\uff0c\u773c\u91cc\u6709\u5149","smalltext":"\u4eca\u5929\u6545\u4e8b\u91cc\u7684\u4e3b\u4eba\u516c\u662f\u6536\u6cbb\u7684\u4e00\u4f4d\u6025\u8bca\u65b0\u5165\u884c\u4e34\u65f6\u8d77\u640f\u5668\u690d\u5165\u672f\u7684\u60a3\u8005\u2014\u2014\u8096\u5a46\u5a46\uff0c\u56e0\u53cd\u590d\u5934\u6655\u5fc3\u60b83\u5e74\u4f34\u52a0\u91cd\u5c31\u8bca\u4e8e\u95e8\u8bca\uff0c\u68c0\u67e5\u65f6\u6655\u53a5\u4e864min\u63a5\u5165\u6025\u8bca\u79d1\u8bca\u6cbb\uff0c\u5e76\u4e8e\u5f53\u65e5\u5728\u4ecb\u5165\u8bca\u7597\u4e2d\u5fc3\u884c","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6585"};
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 () {
}
});
});
}