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=4914&classid=12&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: 1743632892,
nonceStr: 'pEb14iZQlL2UtJvm',
signature: 'c7862c2c3d9939657a2138a8e5cc30d9f1e43d06',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u897f\u5b89\u4ea4\u901a\u5927\u5b66\u7b2c\u4e00\u9644\u5c5e\u533b\u9662-\u7537\u62a4\u58eb\u674e\u8c79","smalltext":"\u5efa\u529f\u5f53\u8d81\u5e74\u8f7b\uff0c\u4e0d\u8d1f\u97f6\u534e\u4e0d\u8d1f\u537f\u3002\u4e00\u4e2a\u6765\u81ea\u4e8e\u9769\u547d\u5723\u5730\u5ef6\u5b89\u7684\u6734\u5b9e\u5e74\u8f7b\u4eba\uff0c\u7ecf\u8fc7\u81ea\u5df1\u7684\u52aa\u529b\u548c\u594b\u6597\uff0c\u5e78\u8fd0\u7684\u5728\u9ad8\u8003\u7684\u5927\u519b\u4e2d\u88ab\u897f\u5b89\u4ea4\u901a\u5927\u5b66\u62a4\u7406\u7cfb\u5f55\u53d6\u3002\u674e\u8c79\u6bd5\u4e1a\u4e8e\u897f\u5b89\u4ea4\u901a\u5927\u5b66\u62a4\u7406\u4e13\u4e1a\uff0c\u7855","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=4914"};
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 () {
}
});
});
}