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=6708&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: 1743706322,
nonceStr: '4dZP6dS9599nxG5L',
signature: 'b9b4fc6b8bd19fdda0e0d2f5b492f08b4cfe1d61',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u6400\u6276\u7684\u529b\u91cf","smalltext":"\u5728\u5e7d\u5e7d\u6df1\u591c\u7684\u5fae\u5149\u4e0b\uff0c\u4e00\u540d\u62a4\u58eb\u8f7b\u6276\u7740\u60a3\u8005\u7684\u81c2\u8180\uff0c\u764c\u75c7\u7684\u9634\u5f71\u6216\u8bb8\u6f2b\u957f\uff0c\u4f46\u6b64\u523b\uff0c\u5e0c\u671b\u5728\u4eba\u6027\u7684\u706f\u706b\u4e2d\u5c31\u6b64\u70b9\u4eae\u3002\u5728\u65e0\u7720\u5b64\u72ec\u7684\u5bc2\u9759\u91cc\uff0c\u662f\u8c01\u5728\u8f7b\u58f0\u7ec6\u8bed\uff1f\u662f\u8c01\u5728\u6170\u85c9\u82e6\u695a\uff1f\u662f\u5979\uff0c\u767d\u8863\u98d8\u98d8\u7684\u4ed9\u5b50\uff0c\u5728","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6708"};
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 () {
}
});
});
}