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=4967&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: 1743632787,
nonceStr: '1idFutDPSQ1PvqKb',
signature: '9744c0495e60b9de7155cc2a71445d1121bf46b8',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e1c\u839e\u5e02\u677e\u5c71\u6e56\u4e2d\u5fc3\u533b\u9662-\u5b89\u5b81\u7597\u62a4\uff0c\u6e29\u6696\u751f\u547d\u7684\u4f59\u8f89","smalltext":"\u4eba\u751f\u603b\u6709\u7ec8\u70b9\uff0c\u5f53\u751f\u547d\u5373\u5c06\u8d70\u5230\u5c3d\u5934\u7684\u65f6\u5019\uff0c\u662f\u5fcd\u53d7\u75be\u75c5\u6298\u78e8\u75db\u82e6\u5730\u6d3b\u7740\uff0c\u8fd8\u662f\u6709\u5c0a\u4e25\u5730\u8d70\u5b8c\u6700\u540e\u4e00\u7a0b\uff1f\u5982\u4f55\u8ba9\u60a3\u8005\u5e73\u9759\u3001\u6e29\u6696\u3001\u6709\u5c0a\u4e25\u5730\u8d70\u5b8c\u4eba\u751f\u7684\u6700\u540e\u4e00\u6bb5\u65c5\u7a0b\uff0c\u8ba9\u901d\u8005\u548c\u751f\u8005\u5747\u83b7\u5f97\u5fc3\u7075\u7684","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4967"};
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 () {
}
});
});
}