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=4771&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: 1744865964,
nonceStr: 'rViSoLz24OBp137J',
signature: 'c40f498f331f6c0a60be2cc5ae6ef0349643192f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6210\u90fd\u5e02\u6025\u6551\u6307\u6325\u4e2d\u5fc3-\u201c\u6551\u5728\u8eab\u8fb9\u201d\u7528\u7535\u6ce2\u4f20\u9012\u5065\u5eb7\u77e5\u8bc6","smalltext":"\u201c\u6211\u662f\u6210\u90fd\u5e02\u201c\u6551\u5728\u8eab\u8fb9\u201d\u533b\u52a1\u5fd7\u613f\u8005***\uff0c\u6765\u81ea\u6210\u90fd\u5e02\u6025\u6551\u6307\u6325\u4e2d\u5fc3\u3002\u5927\u5bb6\u77e5\u9053\u75ab\u60c5\u9632\u63a7\u671f\u95f4\u9152\u7cbe\u80fd\u6709\u6548\u5e2e\u52a9\u6211\u4eec\u51cf\u5c11\u75c5\u6bd2\u4fb5\u5bb3\uff0c\u4f46\u662f\u6b63\u786e\u4f7f\u7528\u9152\u7cbe\u5b66\u95ee\u591a\uff0c\u8bf7\u542c\u6211\u4ed4\u7ec6\u8bf4\u2026\u2026\u3002\u6210\u90fd\u6025\u6551\uff0c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4771"};
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 () {
}
});
});
}