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=5516&classid=4&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: 1738742070,
nonceStr: 'IkLPdrJqLVrYJOc5',
signature: 'a63a34dde542404db8e7eca57e79f8423a1fa769',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9526\u5dde\u5e02\u5987\u5a74\u533b\u9662\uff1a\u4f4f\u9662\u60a3\u8005\u7b2c\u4e09\u65b9\u6ee1\u610f\u5ea6\u8c03\u67e5\u5b9e\u8bc1\u5206\u6790","smalltext":"\u7b2c\u4e09\u65b9\u6ee1\u610f\u5ea6\u8c03\u67e5\u8bc4\u4ef7\u673a\u5236\u5bf9\u533b\u9662\u7684\u53d1\u5c55\u5efa\u8bbe\u5177\u6709\u91cd\u8981\u7684\u6307\u5bfc\u610f\u4e49\u3002\u5728\u63d0\u5347\u533b\u9662\u7684\u533b\u7597\u670d\u52a1\u8d28\u91cf\u3001\u53d1\u73b0\u533b\u9662\u7ba1\u7406\u548c\u670d\u52a1\u5de5\u4f5c\u4e2d\u5b58\u5728\u7684\u8584\u5f31\u73af\u8282\u548c\u63d0\u9ad8\u60a3\u8005\u5c31\u533b\u611f\u53d7\u65b9\u9762\u53d1\u6325\u7740\u79ef\u6781\u5730\u4fc3\u8fdb\u4f5c\u7528\u3002\u901a\u8fc7\u7b2c\u4e09\u65b9\u793e\u4f1a\u8c03\u67e5\u4e0e\u8bc4\u4ef7\u7684\u7ed3\u679c\u53cd\u9988\uff0c\u4f7f\u533b\u9662\u7ba1\u7406\u5c42\u8fdb\u4e00\u6b65\u4e86\u89e3\u4e86\u60a3\u8005\u7684\u771f\u5b9e\u9700\u6c42\uff0c\u80fd\u591f\u6709\u6548\u63d0\u9ad8\u60a3\u8005\u6ee1\u610f\u5ea6\uff0c\u6539\u8fdb\u548c\u63d0\u5347\u533b\u7597\u7efc\u5408\u670d\u52a1\u8d28\u91cf\uff0c\u4e3a\u5e7f\u5927\u60a3\u8005\u63d0\u4f9b\u66f4\u52a0\u4f18\u8d28\u7684\u533b\u7597\u670d\u52a1\u63d0\u4f9b\u4e86\u53c2\u8003\u4f9d\u636e\u548c\u52aa\u529b\u65b9\u5411\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=5516"};
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 () {
}
});
});
}