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=2824&classid=11&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: 1746160454,
nonceStr: '46YABtWf10SqS2j8',
signature: '3b36365782145628b4c3bd989b657003eda836ce',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u534e\u5317\u77f3\u6cb9\u7ba1\u7406\u5c40\u603b\u533b\u9662\uff1a\u901a\u8fc7\u4f20\u7edf\u6587\u5316\u63a8\u8fdb\u4eba\u6587\u7ba1\u7406\u6784\u5efa","smalltext":"\u534e\u5317\u77f3\u6cb9\u7ba1\u7406\u5c40\u603b\u533b\u9662\uff08\u4ee5\u4e0b\u7b80\u79f0\u201c\u534e\u6cb9\u603b\u533b\u9662\u201d\uff09\u524d\u8eab\u662f\u7ecf\u56fd\u52a1\u9662\u6279\u51c6\u800c\u6210\u7acb\u7684\u77f3\u6cb9\u804c\u5de5\u533b\u9662\uff0c\u7ecf\u8fc740\u4f59\u5e74\u7684\u53d1\u5c55\uff0c\u5df2\u7ecf\u6210\u4e3a\u4e00\u6240\u96c6\u533b\u7597\u3001\u9884\u9632\u3001\u4fdd\u5065\u3001\u79d1\u7814\u3001\u5eb7\u590d\u4e8e\u4e00\u4f53\u7684\u5927\u578b\u7efc\u5408\u6027\u533b\u9662","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2824"};
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 () {
}
});
});
}