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=5507&classid=5&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: 1743703030,
nonceStr: 'mQRvDkTIzVoeo2O5',
signature: '9f719af590bad513bcb9dc917fbb2d759e513bf3',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u5973\u5b50\u751f\u80b2\u540e\u505c\u7ecf4\u5e74\uff0c\u4e8c\u80ce\u559c\u8fce\u53cc\u80de\u80ce\uff01","smalltext":"\u66fe\u7ecf\u5904\u4e8e\u80b2\u9f84\u671f\u7684\u674e\u5973\u58eb\u88ab\u201c\u5ba3\u5224\u201d\u4e0d\u5b55\u75c7\uff0c\u5982\u4eca\u5979\u5374\u5373\u5c06\u6210\u4e3a\u4e09\u4e2a\u5b69\u5b50\u7684\u6bcd\u4eb2\uff0c\u674e\u5973\u58eb\u6fc0\u52a8\u5730\u8bf4\uff1a\u201c\u662f\u51af\u7f8e\u5b81\u533b\u751f\u8ba9\u6211\u5982\u6b64\u5e78\u8fd0\uff01\u201d\u6b63\u5f53\u5999\u9f84\u5374\u60a3\u4e0d\u5b55\u75c76\u5e74\u524d\uff0c\u5f53\u65f622\u5c81\u7684\u674e\u5973\u58eb\u5907\u5b55\u4e24\u5e74\u5374","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5507"};
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 () {
}
});
});
}